Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ngctl/
H A Dmain.c66 #define WHITESPACE " \t\r\n\v\f" macro
434 for (ac = 0, av[0] = strtok((char *)line, WHITESPACE); in DoParseCommand()
436 av[++ac] = strtok(NULL, WHITESPACE)); in DoParseCommand()
493 if (strlen(s) <= strcspn(cmd->cmd, WHITESPACE)) { in MatchCommand()
/freebsd-14.2/usr.bin/morse/
H A Dmorse.c63 #define WHITESPACE " \t\n" macro
617 n = strpbrk(p, WHITESPACE); in fdecode()
/freebsd-14.2/crypto/openssh/
H A Dmisc.c419 #define WHITESPACE " \t\r\n" macro
435 split_equals ? WHITESPACE QUOTE "=" : WHITESPACE QUOTE); in strdelim_internal()
446 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
457 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
459 *s += strspn(*s + 1, WHITESPACE) + 1; in strdelim_internal()
H A Dsftp.c119 #define WHITESPACE " \t\r\n" macro
1353 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1371 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1495 cp = cp + strlen(cmd) + strspn(cp, WHITESPACE); in parse_args()
H A Dreadconf.c1044 #define WHITESPACE " \t\r\n" macro
1080 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_config_line_depth()
1099 str += strspn(str, WHITESPACE); in process_config_line_depth()
1451 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
1463 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
H A Dservconf.c1253 #define WHITESPACE " \t\r\n" macro
1337 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_server_config_line_depth()
2364 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2428 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2449 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
/freebsd-14.2/contrib/flex/
H A DChangeLog8849 * yylex.c: No more WHITESPACE token
8861 * parse.y: removed crufty WHITESPACE token, some uses of '\n' token