/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optjoin.c | 41 * optjoin() returns non-zero if more args remain 56 int more; local 76 more = argv[opt_info.index] != 0; 79 if (!more)
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | wcsncasecmp.c | 45 const char *more = "terra"; local 74 ret = mbstowcs(b, more, len);
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | ovload.c | 135 krb5_boolean more; local 212 ret = krb5_db_get_principal(kcontext, princ, &kdb, &one, &more);
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_encode_nm.c | 96 int more = 1; local 114 more = 0; 120 } while (more);
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv2.c | 39 int i, nk, ndoc = 0, more = 0, c; local 62 more = 0; 65 more = 1; 66 assert(fd == 0 || more == 0); 68 if (more) 77 if (more) { /* allow more than LINESIZ keys */
|
/illumos-gate/usr/src/cmd/sgs/tools/common/ |
H A D | leb128.c | 107 int more = 1; local 113 while (more) { 137 more = ((*data++) & 0x80) >> 7; 149 int more = 1; local 155 while (more) { 179 more = ((*data++) & 0x80) >> 7;
|
/illumos-gate/usr/src/lib/krb5/kdb/ |
H A D | keytab.c | 131 krb5_boolean more = 0; local 150 db_entry, &n, &more);
|
H A D | kdb_cpw.c | 113 krb5_boolean more; local 135 &one, &more); 139 if ((one > 1) || (more)) {
|
H A D | kdb_default.c | 292 krb5_boolean more; local 297 &master_entry, &nprinc, &more))) 304 } else if (more) {
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | file.c | 252 int *more) 265 rdlen, rdata, more); 249 smb_fh_xactnp(int fd, int tdlen, const char *tdata, int *rdlen, char *rdata, int *more) argument
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_xdr.c | 307 bool_t more; local 324 if (!xdr_bool(xdrs, &more)) 327 if (!more)
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | sema.c | 167 int more; local 168 if ((ulwp = dequeue(qp, &more)) != NULL) { 172 lsp->sema_waiters = more; 262 int more; local 263 if ((ulwp = dequeue(qp, &more)) != NULL) { 267 lsp->sema_waiters = more; 329 int more; local 330 if ((ulwp = dequeue(qp, &more)) != NULL) { 334 lsp->sema_waiters = more;
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | paste.c | 40 "on one or more input files, but not all input files, \bpaste\b " 88 register int d, n, i, z, more=1; local 93 for(n=more-1,more=0; n < nstream;) 100 more = 1; 101 else if(!more) /* first stream with output */ 119 more = n+1; 127 if(++n<nstream && more && d>=0) 138 else if(n==nstream && !streams[n-1] && more) 141 } while(more); [all...] |
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_client.c | 89 bool_t more; local 123 if (!xdr_bool(xdrs, &more)) 125 if (more == FALSE) 140 bool_t more; local 168 if (!xdr_bool(xdrs, &more)) 170 if (more == FALSE)
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | rex.h | 93 struct tchars more; /* interrupt, kill characters, etc. */ member in struct:rex_ttymode
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nis.c | 373 "No more"); 487 unsigned int xfrstat, more; local 519 more = getxdr_u_long(); 522 more ? "true" : "false"); 523 if (more) { 586 case YP_NOMORE: str = "No more entries"; break;
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/ |
H A D | srvenum.c | 301 int err, len, more; local 303 more = 0; 307 &len, (char *)recvbuf, &more); 316 if (more > 0) { 317 if (more > sizeof (recvbuf)) { 318 printf("bogus more=%d\n", more); 319 more = sizeof (recvbuf); 322 more, (char *)recvbuf); 329 printf("bind ack (more), le [all...] |
H A D | srvinfo.c | 270 int err, len, more; local 272 more = 0; 276 &len, (char *)recvbuf, &more); 285 if (more > 0) { 286 if (more > sizeof (recvbuf)) { 287 printf("bogus more=%d\n", more); 288 more = sizeof (recvbuf); 291 more, (char *)recvbuf); 298 printf("bind ack (more), le [all...] |
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | ipv4_impl.h | 41 #define FRAG_NOSLOTS (2) /* no more ip fragment slots */ 48 int16_t more; /* Fragment bit (TRUE == MF, FALSE == No more */ member in struct:ip_frag
|
/illumos-gate/usr/src/lib/libast/common/disc/ |
H A D | sfdcmore.c | 30 * a simple but fast more style pager discipline 54 * more read 68 register More_t* more = (More_t*)dp; local 70 more->match = 0; 71 more->row = 2; 72 more->col = 1; 143 * more write 156 register More_t* more = (More_t*)dp; local 163 if (!more->row) 165 if (!more 269 register More_t* more = (More_t*)dp; local 312 register More_t* more; local [all...] |
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | msgfmt.h | 58 * | (int) more | 95 int more; /* index of right leaf */ member in struct:msg_struct
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vops.c | 235 int nlines, more; local 289 more = savedol - dol; /* amount we shift everything by */ 290 if (more) 291 (*(more>0 ? copywR : copyw))(savedol+1, dol+1, truedol-dol); 292 unddol += more; truedol += more; undap2 += more; 336 * All the rest of the motion sequences have one or more 380 * so it is more comprehensible (and also because we can't work 381 * if we let it get more ou [all...] |
/illumos-gate/usr/src/head/ |
H A D | floatingpoint.h | 109 int more; /* On conversion from decimal to binary, != 0 */ member in struct:__anon2259 110 /* indicates more non-zero digits following */
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmd1.c | 105 printf(gettext("No more mail.\n")); 398 more(int *msgvec) function 498 * probably caused by user quitting more.
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | main.c | 220 cu_fgets(char *buf, int n, int *more) argument 232 if (more != NULL) 233 *more = 0; 262 if (more != NULL) 263 *more = !feof(f); 278 if (more != NULL) 279 *more = 1; 292 if (more != NULL) 293 *more = 0; 301 if (more ! [all...] |