Searched defs:want (Results 1 - 20 of 20) sorted by relevance

/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/boot/lib/libz/
H A Dgzguts.h172 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member in struct:__anon107
/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/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/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/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/uts/common/vm/
H A Dvpm.c634 int want; local
643 want = vpmflp->vpm_want;
650 if (want) {
H A Dseg_map.c956 int want; local
965 want = sm->sm_want;
972 if (want) {
1020 * The reason for this is that we don't want the fact that
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c1716 bio_recycle(int want, long bsize) argument
1747 * Do we really want to nuke all of the B_AGE stuff??
1781 if (want == BIO_HEADER) {
1784 ASSERT(want == BIO_MEM);
1786 /* Account for the memory we want */
1822 * Do we really want to nuke all of the B_AGE stuff??
/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);
H A Dtlm_restore_writer.c117 static char *get_read_buffer(int want,
359 int want = sizeof (tlm_tar_hdr_t); local
404 tar_hdr = (tlm_tar_hdr_t *)get_read_buffer(want,
418 if (actual_size < want) {
2215 get_read_buffer(int want, argument
2222 rec = tlm_get_read_buffer(want, error,
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c346 * Normally, we want to iterate from the starting index
348 * only want to display one item (ndx == arg) and then quit,
350 * and encountered a one_shot situation, we want to continue
512 * want to skip printing redundant information.
664 Conv_inv_buf_t is, want; local
669 conv_dyn_tag(dt_value, osabi, mach, 0, &want),
702 * then the preceeding item is the one we want.
814 * specify -dynndx, we want to look up the string if it is
817 * below, and if there are none available, we won't want
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c4752 * If we want to update the dependent shadow we only need to zero
8777 int want, int *got)
8805 *got < want && nextchunk < maxchunk; nextchunk++) {
8776 _ii_km_next_copy_bit(_ii_info_t *ip, chunkid_t chunk, chunkid_t maxchunk, int want, int *got) argument
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c1720 * Verify the attribute, attrname, is an attribute we want to restore.
1777 * directory. We don't want to process the
2609 * When one is dealing with extremely large archives, one may want
2949 int want; local
2997 if ((want = wantit(argv, &namep, &dirp, &comp,
3009 if (want == -1)
4147 int want; local
4166 if ((want = wantit(argv, &namep, &dirp, &comp, &attrinfo)) == 0)
4168 if (want == -1)
4539 * want t
[all...]

Completed in 135 milliseconds