/illumos-gate/usr/src/cmd/tcpd/ |
H A D | inetcf.c | 53 static char whitespace[] = " \t\r\n"; variable 106 service = strtok(buf, whitespace); /* service */ 110 strtok((char *) 0, whitespace); /* endpoint */ 111 protocol = strtok((char *) 0, whitespace); 112 (void) strtok((char *) 0, whitespace); /* wait */ 113 if ((user = strtok((char *) 0, whitespace)) == 0) 118 if ((path = strtok((char *) 0, whitespace)) == 0) 131 if ((path = strtok((char *) 0, whitespace)) == 0) 134 if ((arg0 = strtok((char *) 0, whitespace)) == 0) { 145 if ((arg0 = strtok((char *) 0, whitespace)) == 0) { [all …]
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | rfc2047.c | 109 int whitespace = 0; /* how much whitespace between encodings? */ in decode_rfc2047() local 135 whitespace++; in decode_rfc2047() 206 q -= whitespace; in decode_rfc2047() 277 whitespace = 0; /* re-initialize amount of whitespace */ in decode_rfc2047()
|
/illumos-gate/usr/src/test/libc-tests/cfg/ |
H A D | README | 18 possibly surrounded by whitespace. 24 consisting solely of whitespace. 57 "fields" is an array of fields, pre-split with surrounding whitespace removed, 58 and contains "nfields" items. Internal whitespace is unaffected. 66 at the end of a line (if you need that, leave some trailing whitespace).
|
H A D | compilation.cfg | 38 # <envs> is a whitespace separated list of previously declared environments
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 106 static void whitespace(void); 232 whitespace(); in mks_vfscanf() 389 whitespace(); in mks_vfscanf() 446 whitespace() in whitespace() function 548 whitespace(); in getnum() 698 whitespace(); in lstrtod()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sortctrl.c | 217 int whitespace = 1; in count_tokens() local 223 if (whitespace) { in count_tokens() 225 whitespace = 0; in count_tokens() 230 whitespace = 1; in count_tokens()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | tokenize.c | 53 int newline, whitespace; member 72 pos.whitespace = stream->whitespace; in stream_pos() 482 stream->whitespace |= stream->token->pos.whitespace; in drop_token() 971 stream->whitespace = 0; in setup_stream() 994 stream->whitespace = 0; in tokenize_stream() 998 stream->whitespace = 1; in tokenize_stream()
|
H A D | pre-process.c | 102 token->pos.whitespace = 1; in alloc_token() 423 int whitespace = 0; in show_token_sequence() local 431 if (ptr + whitespace + len >= buffer + sizeof(buffer)) { in show_token_sequence() 436 if (whitespace) in show_token_sequence() 441 whitespace = token->pos.whitespace; in show_token_sequence() 606 alloc->pos.whitespace = token->pos.whitespace; in dup_token() 714 added->pos.whitespace = body->pos.whitespace; in substitute() 788 (*list)->pos.whitespace = token->pos.whitespace; in expand() 1367 next->pos.whitespace = token->pos.whitespace; in handle_hash() 1564 value->pos.whitespace = 1; in predefine() [all …]
|
H A D | lib.h | 61 whitespace:1, member
|
H A D | lib.c | 1477 if (next->pos.whitespace) in sparse_tokenstream()
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | options.c | 74 #define whitespace (whitespace_eq + 1) macro 159 value += strspn(value, whitespace); 163 value += strspn(value, whitespace); 440 if (*(var_value = value + strcspn(value, whitespace)))
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.general.d.out | 33 tst |one-element array: integer + whitespace| 38 tst |one-element array: integer + exponent + whitespace| 114 tst |many-element array: multiple types + whitespace|
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 166 static const char * const whitespace = " \t"; variable 175 arg1end_i = arg1 + strcspn(arg1, whitespace) - line; in CPL_MATCH_FN() 242 word_start = strspn(line, whitespace); in add_cmd_matches() 275 arg0 = line + strspn(line, whitespace); in CPL_MATCH_FN() 276 arg0len = strcspn(arg0, whitespace); in CPL_MATCH_FN() 282 arg1 += strspn(arg1, whitespace); in CPL_MATCH_FN()
|
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | authtok_check.c | 108 boolean_t whitespace; /* is whitespace allowed in a password */ member 176 p->whitespace = B_TRUE; in get_passwd_defaults() 244 p->whitespace = in get_passwd_defaults() 537 if (whitespace_cnt > 0 && pwdef->whitespace == B_FALSE) { in check_composition() 794 pwdef.whitespace ? "YES" : "NO"); in pam_sm_chauthtok()
|
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | json_05_strings.ksh | 30 " ":"whitespace key",\
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | POSIX | 40 and ignored, and leading whitespace is obtainable by entering a 48 3. Historical versions of sed required that whitespace follow a w 50 implementation permits whitespace but does not require it. 52 4. Historical versions of sed permitted any number of whitespace 54 POSIX. This implementation permits whitespace but does not
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | fs_dfstab.c | 50 static const char *whitespace = " \t"; variable 221 for (arglist[argcount] = strtok(temp_str, whitespace); in dfstab_line_to_dfstab_entry() 223 arglist[++argcount] = strtok(NULL, whitespace); in dfstab_line_to_dfstab_entry()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfslog_config.c | 72 static const char *whitespace = " \t"; variable 799 tok = strtok(linebuf, whitespace); in get_info() 810 while ((tok = strtok(NULL, whitespace)) != NULL) { in get_info()
|
/illumos-gate/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 30 * values. After preprocessing, whitespace is eliminated, and any @ symbols
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | efi.fixes | 30 # Each line consists of a number of whitespace delimited name=value pairs
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Grades | 54 # be seperated by whitespace and terminated
|
/illumos-gate/usr/src/cmd/hal/fdi/ |
H A D | README | 13 characters, and not any whitespace.
|
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2322 const char * const whitespace = " \t"; in get_groups() local 2332 cp += strspn(cp, whitespace); in get_groups() 2338 next = end + strspn(end, whitespace); in get_groups()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 1247 @ MSG_MAP_WSNEEDED "%s: %llu: whitespace needed before token: %s"
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 1157 6424132 elfdump inserts extra whitespace in bitmap value display
|