Home
last modified time | relevance | path

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

12

/titanic_41/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 …]
/titanic_41/usr/src/cmd/sendmail/aux/
H A Drfc2047.c111 int whitespace = 0; /* how much whitespace between encodings? */ in decode_rfc2047() local
137 whitespace++; in decode_rfc2047()
208 q -= whitespace; in decode_rfc2047()
279 whitespace = 0; /* re-initialize amount of whitespace */ in decode_rfc2047()
/titanic_41/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.cfg36 # <envs> is a whitespace separated list of previously declared environments
/titanic_41/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c108 static void whitespace(void);
234 whitespace(); in mks_vfscanf()
391 whitespace(); in mks_vfscanf()
448 whitespace() in whitespace() function
550 whitespace(); in getnum()
700 whitespace(); in lstrtod()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c219 int whitespace = 1; in count_tokens() local
225 if (whitespace) { in count_tokens()
227 whitespace = 0; in count_tokens()
232 whitespace = 1; in count_tokens()
/titanic_41/usr/src/lib/libwrap/
H A Doptions.c76 #define whitespace (whitespace_eq + 1) macro
161 value += strspn(value, whitespace);
165 value += strspn(value, whitespace);
442 if (*(var_value = value + strcspn(value, whitespace)))
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A Dhelp-l10n-comments.txt65 characters containing no embedded whitespace or punctuation.
68 title and removing whitespace and punctuation; for example,
125 separated by whitespace and containing no commas or punctuation.
126 The whitespace in this list of keywords is used only to separate
130 alphanumeric text containing no whitespace (punctuation marks such
145 by whitespace and containing no commas or punctuation. The list of
166 the user ignores whitespace and line breaks, the initializations
/titanic_41/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|
/titanic_41/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()
/titanic_41/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh30 " ":"whitespace key",\
/titanic_41/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c106 boolean_t whitespace; /* is whitespace allowed in a password */ member
174 p->whitespace = B_TRUE; in get_passwd_defaults()
242 p->whitespace = in get_passwd_defaults()
529 if (whitespace_cnt > 0 && pwdef->whitespace == B_FALSE) { in check_composition()
785 pwdef.whitespace ? "YES" : "NO"); in pam_sm_chauthtok()
/titanic_41/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
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c52 static const char *whitespace = " \t"; variable
223 for (arglist[argcount] = strtok(temp_str, whitespace); in dfstab_line_to_dfstab_entry()
225 arglist[++argcount] = strtok(NULL, whitespace); in dfstab_line_to_dfstab_entry()
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c72 static const char *whitespace = " \t"; variable
786 tok = strtok(linebuf, whitespace); in get_info()
797 while (tok = strtok(NULL, whitespace)) { in get_info()
/titanic_41/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in32 * values. After preprocessing, whitespace is eliminated, and any @ symbols
/titanic_41/usr/src/cmd/bnu/
H A DGrades54 # be seperated by whitespace and terminated
/titanic_41/usr/src/cmd/hal/fdi/
H A DREADME13 characters, and not any whitespace.
/titanic_41/usr/src/lib/librestart/common/
H A Dlibrestart.c2320 const char * const whitespace = " \t"; in get_groups() local
2330 cp += strspn(cp, whitespace); in get_groups()
2336 next = end + strspn(end, whitespace); in get_groups()
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog701 allow multiple whitespace but only one '=' between tokens, bug report from
711 allow leading whitespace. ok niels
1394 whitespace cleanup
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg1228 @ MSG_MAP_WSNEEDED "%s: %llu: whitespace needed before token: %s"
/titanic_41/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README1157 6424132 elfdump inserts extra whitespace in bitmap value display
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex640 % @: forces normal size whitespace following.
4229 % (including whitespace, linebreaking, etc. around it),
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE842 how much whitespace is removed for each line.
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog6827 whitespace.

12