Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 137) sorted by relevance

123456

/titanic_44/usr/src/lib/libc/port/locale/
H A Dutf8.c53 int want; member
73 return (ps == NULL || ((const _UTF8State *)ps)->want == 0); in _UTF8_mbsinit()
81 int ch, i, mask, want; in _UTF8_mbrtowc() local
86 if (us->want < 0 || us->want > 6) { in _UTF8_mbrtowc()
101 if (us->want == 0) { in _UTF8_mbrtowc()
123 want = 2; in _UTF8_mbrtowc()
127 want = 3; in _UTF8_mbrtowc()
131 want = 4; in _UTF8_mbrtowc()
138 want = 5; in _UTF8_mbrtowc()
142 want = 6; in _UTF8_mbrtowc()
[all …]
H A Deuc.c106 int want; member
113 return (ps == NULL || ((const _EucState *)ps)->want == 0); in _EUC_mbsinit()
306 int i, want; in _EUC_mbrtowc_impl() local
312 if (es->want < 0 || es->want > MB_CUR_MAX) { in _EUC_mbrtowc_impl()
327 if (es->want == 0) { in _EUC_mbrtowc_impl()
337 want = 2; in _EUC_mbrtowc_impl()
339 want = cs2width; in _EUC_mbrtowc_impl()
341 want = cs3width; in _EUC_mbrtowc_impl()
348 es->want = want; in _EUC_mbrtowc_impl()
351 want = es->want; in _EUC_mbrtowc_impl()
[all …]
H A Dcollate.c385 size_t want = 0; in _collate_wxfrm() local
401 want++; in _collate_wxfrm()
447 want++; in _collate_wxfrm()
448 need = want; in _collate_wxfrm()
466 want++; in _collate_wxfrm()
467 need = want; in _collate_wxfrm()
534 size_t want = 0; in _collate_sxfrm() local
553 want++; in _collate_sxfrm()
598 want += b; in _collate_sxfrm()
608 need = want; in _collate_sxfrm()
[all …]
/titanic_44/usr/src/cmd/lp/filter/postscript/common/
H A Drequest.c63 saverequest(char *want) in saverequest() argument
82 request[nextreq].want = strtok(want, ": "); in saverequest()
89 } else error(NON_FATAL, "too many requests - ignoring %s", want); in saverequest()
114 dumprequest(request[i].want, request[i].file, fp_out); in writerequest()
123 dumprequest(char *want, char *file, FILE *fp_out) in dumprequest() argument
144 if ( buf[0] == '@' && strncmp(want, &buf[1], strlen(want)) == 0 ) in dumprequest()
H A Drequest.h46 char *want; member
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dt-match.c19 #define try(str, pat, want) \ argument
21 if (!SM_TEST(got == want)) \
/titanic_44/usr/src/cmd/od/
H A Dod.c347 int want; in refill() local
366 want = blocksize; in refill()
367 if ((limit >= 0) && (want > limit)) { in refill()
368 want = limit; in refill()
372 while (want && input) { in refill()
375 c = (b->prod + want > (b->mask + 1)) ? in refill()
377 want; in refill()
394 want -= n; in refill()
/titanic_44/usr/src/lib/libnsl/dial/
H A Dconn.c379 char *want, *altern; in chat() local
383 want = flds[k]; in chat()
386 altern = index(want, '-'); in chat()
389 ok = expect(want, fn); in chat()
397 want = index(altern, '-'); in chat()
398 if (want != NULL) in chat()
399 *want++ = NULLCHAR; in chat()
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME40 1: Use separate read and write processes. The -R2 option gets it or if you want
45 to whatever you want on the command line using the -B option. If you want a
51 the -q option or if you want it as the default initialize quiet (near line 122
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c84 tlm_get_write_buffer(long want, long *actual_size, in tlm_get_write_buffer() argument
95 want += align_size; in tlm_get_write_buffer()
96 want &= ~align_size; in tlm_get_write_buffer()
146 *actual_size = min(want, *actual_size); in tlm_get_write_buffer()
162 tlm_get_read_buffer(int want, int *error, in tlm_get_read_buffer() argument
177 want += align_size; in tlm_get_read_buffer()
178 want &= ~align_size; in tlm_get_read_buffer()
219 current_size = min(want, current_size); in tlm_get_read_buffer()
/titanic_44/usr/src/cmd/power/
H A Dsysidpm.po38 "power-off.\\n\\n\\tLater, when you want to use the system again, and "
41 "\\n\\n\\tDo you want this automatic power-saving shutdown?\\n"
50 msgid "\\tDo you want the system to ask about this again, when you next "
/titanic_44/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;
/titanic_44/usr/src/cmd/ipf/examples/
H A Dfirewall17 Draw up a list of which services you want to allow users to use on the
19 want each host that is part of your firewall to be allowed to do, including
H A Dserver3 # 128.1.2.1 (le1), we want to block all IP spoofing attacks. le1 is
/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.c229 size_t want = size; in _nsc_rmmap_alloc() local
262 if (_nsc_rmmap_inuse(map, &offset, &want)) in _nsc_rmmap_alloc()
265 if (size > want) { in _nsc_rmmap_alloc()
266 offset += want; in _nsc_rmmap_alloc()
267 want = size; in _nsc_rmmap_alloc()
/titanic_44/usr/src/uts/sun4/conf/
H A Dgenalign.s40 ! the booter what alignment we want
/titanic_44/usr/src/data/zoneinfo/
H A Dfactory4 # For distributors who don't want to put time zone specification in
H A Detcetera26 # We want this to work even on installations that omit the other older names.
48 # We did not want things to change quietly if someone accustomed to the old
/titanic_44/usr/src/cmd/last/
H A Dlast.c111 static int want(struct utmpx *, char **, char **);
257 if (want(bp, &ut_host, &ut_user)) { in main()
458 want(struct utmpx *bp, char **host, char **user) in want() function
/titanic_44/usr/src/cmd/sendmail/cf/feature/
H A Dnotsticky.m419 # This is now the default. Use ``FEATURE(stickyhost)'' if you want
/titanic_44/usr/src/cmd/mdb/sparc/v9/libstand/
H A Dsetjmp.s94 * This is necessary to ensure that the registers we want to
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s78 * This is necessary to ensure that the registers we want to
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s78 * This is necessary to ensure that the registers we want to
/titanic_44/usr/src/grub/grub-0.97/
H A DINSTALL33 directory. See the section "Operation Controls", if you want to
72 contains results you don't want to keep, you may remove or edit it.
75 called `autoconf'. You only need `configure.in' if you want to change
116 own directory. `cd' to the directory where you want the object files
154 If you want to set default values for `configure' scripts to share,
/titanic_44/usr/src/uts/common/klm/
H A Dmapfile-ops26 # If we want to remain a drop-in replacment for the old

123456