Home
last modified time | relevance | path

Searched refs:WHITESPACE (Results 1 – 8 of 8) sorted by relevance

/src/crypto/krb5/src/util/ss/
H A Dparse.c35 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; enumerator
74 parse_mode = WHITESPACE; /* flushing whitespace */ in ss_parse()
82 while (parse_mode == WHITESPACE) { in ss_parse()
125 parse_mode = WHITESPACE; in ss_parse()
/src/usr.sbin/ngctl/
H A Dmain.c68 #define WHITESPACE " \t\r\n\v\f" macro
466 for (ac = 0, av[0] = strtok((char *)line, WHITESPACE); in DoParseCommand()
468 av[++ac] = strtok(NULL, WHITESPACE)); in DoParseCommand()
525 if (strlen(s) <= strcspn(cmd->cmd, WHITESPACE)) { in MatchCommand()
/src/usr.bin/morse/
H A Dmorse.c55 #define WHITESPACE " \t\n" macro
609 n = strpbrk(p, WHITESPACE); in fdecode()
/src/crypto/openssh/
H A Dmisc.c440 #define WHITESPACE " \t\r\n" macro
456 split_equals ? WHITESPACE QUOTE "=" : WHITESPACE QUOTE); in strdelim_internal()
467 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
478 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
480 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
H A Dsftp.c119 #define WHITESPACE " \t\r\n" macro
1355 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1373 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1497 cp = cp + strlen(cmd) + strspn(cp, WHITESPACE); in parse_args()
H A Dreadconf.c1133 #define WHITESPACE " \t\r\n" macro
1170 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_config_line_depth()
1189 str += strspn(str, WHITESPACE); in process_config_line_depth()
1541 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
1553 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
2493 len = strspn(str, WHITESPACE); in process_config_line_depth()
H A Dservconf.c1273 #define WHITESPACE " \t\r\n" macro
1357 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_server_config_line_depth()
2486 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2550 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2571 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
/src/contrib/flex/
H A DChangeLog8849 * yylex.c: No more WHITESPACE token
8861 * parse.y: removed crufty WHITESPACE token, some uses of '\n' token