Searched refs:WHITESPACE (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/usr.sbin/ngctl/ |
| HD | main.c | 45 #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/ |
| HD | misc.c | 419 #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()
|
| HD | sftp.c | 119 #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()
|
| HD | readconf.c | 1041 #define WHITESPACE " \t\r\n" macro 1077 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_config_line_depth() 1096 str += strspn(str, WHITESPACE); in process_config_line_depth() 1448 len = strspn(str, WHITESPACE "="); in process_config_line_depth() 1460 len = strspn(str, WHITESPACE "="); in process_config_line_depth()
|
| HD | servconf.c | 1196 #define WHITESPACE " \t\r\n" macro 1280 if (strchr(WHITESPACE "\f", line[len]) == NULL) in process_server_config_line_depth() 2411 len = strspn(str, WHITESPACE); in process_server_config_line_depth() 2475 len = strspn(str, WHITESPACE); in process_server_config_line_depth() 2496 len = strspn(str, WHITESPACE); in process_server_config_line_depth()
|