Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ngctl/
H A Dmain.c45 #define WHITESPACE " \t\r\n\v\f" macro
279 for (ac = 0, av[0] = strtok(line, WHITESPACE); in DoParseCommand()
281 av[++ac] = strtok(NULL, WHITESPACE)); in DoParseCommand()
338 if (strlen(s) <= strcspn(cmd->cmd, WHITESPACE)) { in MatchCommand()
/dragonfly/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 Dsftp.c119 #define WHITESPACE " \t\r\n" macro
1338 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1356 cp = cp + strspn(cp, WHITESPACE); in parse_args()
1480 cp = cp + strlen(cmd) + strspn(cp, WHITESPACE); in parse_args()
H A Dreadconf.c937 #define WHITESPACE " \t\r\n" macro
970 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_config_line_depth()
989 str += strspn(str, WHITESPACE); in process_config_line_depth()
1337 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
1349 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
H A Dservconf.c1218 #define WHITESPACE " \t\r\n" macro
1299 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_server_config_line_depth()
2258 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2322 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
2343 len = strspn(str, WHITESPACE); in process_server_config_line_depth()