Searched refs:want (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Drequest.h46 char *want; member in struct:__anon794
H A Drequest.c63 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 Dtbl_opts.c67 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 Dutf8.c53 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 Deuc.c106 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 Dcollate.c390 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 Dt-match.c19 #define try(str, pat, want) \
21 if (!SM_TEST(got == want)) \
/illumos-gate/usr/src/uts/sun4/conf/
H A Dgenalign.s40 ! the booter what alignment we want
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s78 * This is necessary to ensure that the registers we want to
H A Dalloca.s37 ! we want to bump %sp by the requested size
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s78 * This is necessary to ensure that the registers we want to
H A Dalloca.s36 ! we want to bump %sp by the requested size
/illumos-gate/usr/src/cmd/mdb/sparc/v9/libstand/
H A Dsetjmp.s94 * This is necessary to ensure that the registers we want to
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c379 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 Dod.c347 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 Dalloca.s42 ! we want to bump %sp by the requested size
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S82 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.s93 * ensure that the registers we want to pick up are stored in the stack.
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzguts.h172 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member in struct:__anon107
H A Dgzread.c97 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 Dtlm_lib.c84 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 Dnsc_gen.c229 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 Dconn.c580 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 Dlast.c111 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 Dstrchr.s60 and $0xff, %edx / only want 1st byte

Completed in 172 milliseconds

12