Searched defs:whitespace (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dsortctrl.c191 int whitespace = 1; local
194 * beginning of non-whitespace. This tells us
198 if (whitespace) {
200 whitespace = 0;
205 whitespace = 1;
249 /* If we still see whitespace, nothing to do */
266 /* Is this char either whitespace or a ':' ? */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c219 int whitespace = 1; local
221 * beginning of non-whitespace. This tells us
225 if (whitespace) {
227 whitespace = 0;
232 whitespace = 1;
260 /* If we still see whitespace, nothing to do */
274 /* Is this char either whitespace or a ';' ? */
/osnet-11/usr/src/cmd/sendmail/aux/
H A Drfc2047.c95 /* Check if character is linear whitespace */
111 int whitespace = 0; /* how much whitespace between encodings? */ local
135 /* count linear whitespace while between encodings */
137 whitespace++;
181 * word has any embedded linear whitespace.
203 * by linear whitespace, then we ignore the whitespace.
204 * We will roll back the buffer the number of whitespace
208 q -= whitespace;
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c52 static const char *whitespace = " \t"; variable
223 for (arglist[argcount] = strtok(temp_str, whitespace);
225 arglist[++argcount] = strtok(NULL, whitespace);
/osnet-11/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)))
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c108 static void whitespace(void);
229 /* Input whitespace is not skipped
231 * can return whitespace.
234 whitespace();
239 * whitespace.
391 whitespace();
448 whitespace() function
550 whitespace();
700 whitespace();
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c74 * if WHITESPACE != NO, whitespace is seen as
105 boolean_t whitespace; /* is whitespace allowed in a password */ member in struct:pwdefaults
173 p->whitespace = B_TRUE;
241 p->whitespace =
531 /* Check for whitespace first since it influences special counts */
532 if (whitespace_cnt > 0 && pwdef->whitespace == B_FALSE) {
553 /* nonalpha = special+whitespace+digit */
788 pwdef.whitespace ? "YES" : "NO");
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c2492 const char * const whitespace = " \t"; local
2501 /* skip whitespace */
2502 cp += strspn(cp, whitespace);
2507 /* skip whitespace after end */
2508 next = end + strspn(end, whitespace);

Completed in 45 milliseconds