Home
last modified time | relevance | path

Searched refs:whitespace (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/tcpd/
H A Dinetcf.c53 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 Drfc2047.c109 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 DREADME18 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 Dcompilation.cfg37 # <envs> is a whitespace separated list of previously declared environments
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c106 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 Dsortctrl.c217 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 Dtokenize.c53 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 Dpre-process.c102 token->pos.whitespace = 1; in alloc_token()
423 int whitespace = 0; in show_token_sequence() local
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()
2107 token->pos.whitespace = 1; in handle_pragma()
[all …]
H A Dlib.h61 whitespace:1, member
H A Dlib.c1471 if (next->pos.whitespace) in sparse_tokenstream()
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c74 #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 Dtst.general.d.out33 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 Dsvccfg_engine.c166 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/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh30 " ":"whitespace key",\
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c107 boolean_t whitespace; /* is whitespace allowed in a password */ member
175 p->whitespace = B_TRUE; in get_passwd_defaults()
243 p->whitespace = in get_passwd_defaults()
530 if (whitespace_cnt > 0 && pwdef->whitespace == B_FALSE) { in check_composition()
786 pwdef.whitespace ? "YES" : "NO"); in pam_sm_chauthtok()
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX40 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 Dfs_dfstab.c50 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 Dnfslog_config.c72 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 Dregs.sed.in30 * values. After preprocessing, whitespace is eliminated, and any @ symbols
/illumos-gate/usr/src/data/hwdata/
H A Defi.fixes30 # Each line consists of a number of whitespace delimited name=value pairs
/illumos-gate/usr/src/cmd/bnu/
H A DGrades54 # be seperated by whitespace and terminated
/illumos-gate/usr/src/cmd/hal/fdi/
H A DREADME13 characters, and not any whitespace.
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2321 const char * const whitespace = " \t"; in get_groups() local
2331 cp += strspn(cp, whitespace); in get_groups()
2337 next = end + strspn(end, whitespace); in get_groups()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg1247 @ MSG_MAP_WSNEEDED "%s: %llu: whitespace needed before token: %s"
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1157 6424132 elfdump inserts extra whitespace in bitmap value display

12