Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()
/freebsd/usr.bin/morse/
H A Dmorse.c55 #define WHITESPACE " \t\n" macro
609 n = strpbrk(p, WHITESPACE); in fdecode()
/freebsd/crypto/openssh/
H A Dmisc.c464 #define WHITESPACE " \t\r\n" macro
480 split_equals ? WHITESPACE QUOTE "=" : WHITESPACE QUOTE); in strdelim_internal()
491 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
502 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
504 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
H A Dsftp.c108 #define WHITESPACE " \t\r\n" macro
1351 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1369 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1493 cp = cp + strlen(cmd) + strspn(cp, WHITESPACE); in parse_args()
H A Dreadconf.c1132 #define WHITESPACE " \t\r\n" macro
1169 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_config_line_depth()
1188 str += strspn(str, WHITESPACE); in process_config_line_depth()
1537 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
1549 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
2536 len = strspn(str, WHITESPACE); in process_config_line_depth()
H A Dservconf.c1273 #define WHITESPACE " \t\r\n" macro
1358 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_server_config_line_depth()
2508 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2585 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2606 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
/freebsd/contrib/flex/
H A DChangeLog8849 * yylex.c: No more WHITESPACE token
8861 * parse.y: removed crufty WHITESPACE token, some uses of '\n' token