/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | utf8.c | 67 return (ps == NULL || ((const _UTF8State *)ps)->want == 0); in _UTF8_mbsinit() 75 int ch, i, mask, want; in _UTF8_mbrtowc() local 80 if (us->want < 0 || us->want > 6) { in _UTF8_mbrtowc() 95 if (us->want == 0) { in _UTF8_mbrtowc() 121 want = 2; in _UTF8_mbrtowc() 125 want = 3; in _UTF8_mbrtowc() 129 want = 4; in _UTF8_mbrtowc() 136 want = 5; in _UTF8_mbrtowc() 140 want = 6; in _UTF8_mbrtowc() 151 want = us->want; in _UTF8_mbrtowc() [all …]
|
H A D | euc.c | 108 return (ps == NULL || ((const _EucState *)ps)->want == 0); in _EUC_mbsinit() 302 int i, want; in _EUC_mbrtowc_impl() local 308 if (es->want < 0 || es->want > MB_CUR_MAX) { in _EUC_mbrtowc_impl() 323 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() 355 for (i = 0; i < MIN(want, n); i++) { in _EUC_mbrtowc_impl() [all …]
|
H A D | collate.c | 390 size_t want = 0; in _collate_wxfrm() local 406 want++; in _collate_wxfrm() 452 want++; in _collate_wxfrm() 453 need = want; in _collate_wxfrm() 471 want++; in _collate_wxfrm() 472 need = want; in _collate_wxfrm() 539 size_t want = 0; in _collate_sxfrm() local 558 want++; in _collate_sxfrm() 603 want += b; in _collate_sxfrm() 613 need = want; in _collate_sxfrm() [all …]
|
H A D | mblocal.h | 53 int want; member 76 int want; member
|
/titanic_50/usr/src/cmd/lp/filter/postscript/common/ |
H A D | request.c | 63 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 D | request.h | 46 char *want; member
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_opts.c | 67 int len, want; in arg() local 85 want = 2; in arg() 88 want = 1; in arg() 89 if (len == want) in arg() 93 want = 0; in arg() 96 want = 1; in arg() 97 if (len == want) in arg() 108 else if (want && len != want) in arg() 111 keys[key].name, want, len); in arg()
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | t-match.c | 19 #define try(str, pat, want) \ argument 21 if (!SM_TEST(got == want)) \
|
/titanic_50/usr/src/cmd/od/ |
H A D | od.c | 347 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_50/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 379 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_50/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | README | 40 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_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_lib.c | 84 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_50/usr/src/cmd/power/ |
H A D | sysidpm.po | 38 "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_50/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;
|
/titanic_50/usr/src/cmd/ipf/examples/ |
H A D | firewall | 17 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 D | server | 3 # 128.1.2.1 (le1), we want to block all IP spoofing attacks. le1 is
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_gen.c | 229 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_50/usr/src/uts/sun4/conf/ |
H A D | genalign.s | 40 ! the booter what alignment we want
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | factory | 4 # For distributors who don't want to put time zone specification in
|
H A D | etcetera | 26 # 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_50/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)) { in main() 458 want(struct utmpx *bp, char **host, char **user) in want() function
|
/titanic_50/usr/src/cmd/mdb/sparc/v9/libstand/ |
H A D | setjmp.s | 94 * This is necessary to ensure that the registers we want to
|
/titanic_50/usr/src/cmd/sendmail/cf/feature/ |
H A D | notsticky.m4 | 19 # This is now the default. Use ``FEATURE(stickyhost)'' if you want
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | setjmp.s | 78 * This is necessary to ensure that the registers we want to
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | setjmp.s | 78 * This is necessary to ensure that the registers we want to
|