HomeSort by: relevance | last modified time | path
    Searched defs:WHITESPACE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
options.cpp 143 static const char WHITESPACE[] = " \t\n\r\v\f" ;
144 const char * OptStrTokIter::default_delims = WHITESPACE ;
  /src/crypto/external/bsd/openssh/dist/
sftp.c 106 #define WHITESPACE " \t\r\n"
1375 /* Skip leading whitespace */
1376 cp = cp + strspn(cp, WHITESPACE);
1394 cp = cp + strspn(cp, WHITESPACE);
1517 /* Skip ls command and following whitespace */
1518 cp = cp + strlen(cmd) + strspn(cp, WHITESPACE);
misc.c 83 /* remove whitespace from end of string */
445 /* Characters considered whitespace in strsep calls. */
446 #define WHITESPACE " \t\r\n"
462 split_equals ? WHITESPACE QUOTE "=" : WHITESPACE QUOTE);
473 *s += strspn(*s + 1, WHITESPACE) + 1;
483 /* Skip any extra whitespace after first token */
484 *s += strspn(*s + 1, WHITESPACE) + 1;
486 *s += strspn(*s + 1, WHITESPACE) + 1;
492 * Return next token in configuration line; splits on whitespace or
    [all...]
readconf.c 1172 #define WHITESPACE " \t\r\n"
1205 /* Strip trailing whitespace. Allow \f (form feed) at EOL only */
1209 if (strchr(WHITESPACE "\f", line[len]) == NULL)
1218 /* Ignore leading whitespace. */
1228 str += strspn(str, WHITESPACE);
1629 len = strspn(str, WHITESPACE "=");
1641 len = strspn(str, WHITESPACE "=");
2637 len = strspn(str, WHITESPACE);
2757 * Trim out comments and strip whitespace.
3603 /* Disallow '-' after whitespace */
    [all...]
servconf.c 1402 #define WHITESPACE " \t\r\n"
1487 /* Strip trailing whitespace. Allow \f (form feed) at EOL only */
1491 if (strchr(WHITESPACE "\f", line[len]) == NULL)
1499 /* Ignore leading whitespace */
2666 len = strspn(str, WHITESPACE);
2743 len = strspn(str, WHITESPACE);
2764 len = strspn(str, WHITESPACE);
3123 * Strip whitespace
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 354 WHITESPACE = 652,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 358 WHITESPACE = 652,
  /src/external/bsd/tmux/dist/
tmux.h 628 #define WHITESPACE "\t "

Completed in 42 milliseconds