| /illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
| H A D | request.h | 46 char *want; member in struct:__anon794
|
| H A D | request.c | 63 saverequest(char *want) argument 72 * the lookup right now. Format of *want string is "request", "request:page", or 74 * If page is omitted or given as 0 the request will be done globally. If *want 82 request[nextreq].want = strtok(want, ": "); 89 } else error(NON_FATAL, "too many requests - ignoring %s", want); 114 dumprequest(request[i].want, request[i].file, fp_out); 123 dumprequest(char *want, char *file, FILE *fp_out) argument 124 /* want - look for this string */ 133 * Looks for *want i [all...] |
| /illumos-gate/usr/src/cmd/mandoc/ |
| H A D | tbl_opts.c | 67 int len, want; local 85 want = 2; 88 want = 1; 89 if (len == want) 93 want = 0; 96 want = 1; 97 if (len == want) 107 else if (want && len != want) 109 tbl->parse, ln, *pos, "%s want [all...] |
| /illumos-gate/usr/src/lib/libc/port/locale/ |
| H A D | utf8.c | 53 int want; member in struct:__anon3023 73 return (ps == NULL || ((const _UTF8State *)ps)->want == 0); 81 int ch, i, mask, want; local 86 if (us->want < 0 || us->want > 6) { 101 if (us->want == 0) { 123 want = 2; 127 want = 3; 131 want = 4; 138 want [all...] |
| H A D | euc.c | 106 int want; member in struct:__anon3010 113 return (ps == NULL || ((const _EucState *)ps)->want == 0); 306 int i, want; local 312 if (es->want < 0 || es->want > MB_CUR_MAX) { 327 if (es->want == 0) { 337 want = 2; 339 want = cs2width; 341 want = cs3width; 348 es->want [all...] |
| H A D | collate.c | 390 size_t want = 0; local 406 want++; 452 want++; 453 need = want; 471 want++; 472 need = want; 539 size_t want = 0; local 558 want++; 603 want += b; 613 need = want; [all...] |
| /illumos-gate/usr/src/cmd/sendmail/libsm/ |
| H A D | t-match.c | 19 #define try(str, pat, want) \ 21 if (!SM_TEST(got == want)) \
|
| /illumos-gate/usr/src/uts/sun4/conf/ |
| H A D | genalign.s | 40 ! the booter what alignment we want
|
| /illumos-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | setjmp.s | 78 * This is necessary to ensure that the registers we want to
|
| H A D | alloca.s | 37 ! we want to bump %sp by the requested size
|
| /illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | setjmp.s | 78 * This is necessary to ensure that the registers we want to
|
| H A D | alloca.s | 36 ! we want to bump %sp by the requested size
|
| /illumos-gate/usr/src/cmd/mdb/sparc/v9/libstand/ |
| H A D | setjmp.s | 94 * This is necessary to ensure that the registers we want to
|
| /illumos-gate/usr/src/lib/libnsl/dial/ |
| H A D | conn.c | 379 char *want, *altern; local 383 want = flds[k]; 386 altern = index(want, '-'); 389 ok = expect(want, fn); 397 want = index(altern, '-'); 398 if (want != NULL) 399 *want++ = NULLCHAR;
|
| /illumos-gate/usr/src/cmd/od/ |
| H A D | od.c | 347 int want; local 365 /* we want to read a whole block if possible */ 366 want = blocksize; 367 if ((limit >= 0) && (want > limit)) { 368 want = limit; 372 while (want && input) { 375 c = (b->prod + want > (b->mask + 1)) ? 377 want; 394 want -= n;
|
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/ |
| H A D | alloca.s | 42 ! we want to bump %sp by the requested size
|
| /illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
| H A D | gptldr.S | 82 mov %si,%ax # last byte we want to copy 89 mov %ax,%es # want to copy boot2 into. 98 sub $COPY_BLK_SZ/16,%ax # which we want boot2 copied
|
| /illumos-gate/usr/src/stand/lib/sa/sparc/ |
| H A D | _setjmp.s | 93 * ensure that the registers we want to pick up are stored in the stack.
|
| /illumos-gate/usr/src/boot/lib/libz/ |
| H A D | gzguts.h | 172 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member in struct:__anon107
|
| H A D | gzread.c | 97 state->in = (unsigned char *)malloc(state->want); 98 state->out = (unsigned char *)malloc(state->want << 1); 107 state->size = state->want;
|
| /illumos-gate/usr/src/cmd/ndmpd/tlm/ |
| H A D | tlm_lib.c | 84 tlm_get_write_buffer(long want, long *actual_size, argument 95 want += align_size; 96 want &= ~align_size; 146 *actual_size = min(want, *actual_size); 162 tlm_get_read_buffer(int want, int *error, argument 177 want += align_size; 178 want &= ~align_size; 219 current_size = min(want, current_size);
|
| /illumos-gate/usr/src/uts/common/avs/ns/nsctl/ |
| H A D | nsc_gen.c | 229 size_t want = size; local 262 if (_nsc_rmmap_inuse(map, &offset, &want)) 265 if (size > want) { 266 offset += want; 267 want = size;
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | conn.c | 580 char *want, *altern; local 584 want = flds[k]; 587 altern = index(want, '-'); 590 ok = expect(want, fn); 598 want = index(altern, '-'); 599 if (want != NULL) 600 *want++ = NULLCHAR;
|
| /illumos-gate/usr/src/cmd/last/ |
| H A D | last.c | 111 static int want(struct utmpx *, char **, char **); 257 if (want(bp, &ut_host, &ut_user)) { 328 * You probably don't want to 458 want(struct utmpx *bp, char **host, char **user) function
|
| /illumos-gate/usr/src/lib/libc/i386/gen/ |
| H A D | strchr.s | 60 and $0xff, %edx / only want 1st byte
|