Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ngctl/
H A Dmain.c68 #define WHITESPACE " \t\r\n\v\f" macro
436 for (ac = 0, av[0] = strtok((char *)line, WHITESPACE); in DoParseCommand()
438 av[++ac] = strtok(NULL, WHITESPACE)); in DoParseCommand()
495 if (strlen(s) <= strcspn(cmd->cmd, WHITESPACE)) { in MatchCommand()
/freebsd-13.1/usr.bin/morse/
H A Dmorse.c65 #define WHITESPACE " \t\n" macro
619 n = strpbrk(p, WHITESPACE); in fdecode()
/freebsd-13.1/crypto/openssh/
H A Dmisc.c393 #define WHITESPACE " \t\r\n" macro
409 split_equals ? WHITESPACE QUOTE "=" : WHITESPACE QUOTE); in strdelim_internal()
420 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
431 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
433 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
H A Dreadconf.c942 #define WHITESPACE " \t\r\n" macro
975 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_config_line_depth()
994 str += strspn(str, WHITESPACE); in process_config_line_depth()
1341 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
1353 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
1982 len = strspn(str, WHITESPACE); in process_config_line_depth()
H A Dsftp.c119 #define WHITESPACE " \t\r\n" macro
1298 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1316 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1436 cp = cp + strlen(cmd) + strspn(cp, WHITESPACE); in parse_args()
H A Dservconf.c1221 #define WHITESPACE " \t\r\n" macro
1302 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_server_config_line_depth()
2257 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2321 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2342 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
/freebsd-13.1/contrib/flex/
H A DChangeLog8849 * yylex.c: No more WHITESPACE token
8861 * parse.y: removed crufty WHITESPACE token, some uses of '\n' token