Searched refs:WHITESPACE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/usr.sbin/ngctl/ |
| H A D | main.c | 68 #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 D | morse.c | 65 #define WHITESPACE " \t\n" macro 619 n = strpbrk(p, WHITESPACE); in fdecode()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | misc.c | 393 #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 D | readconf.c | 942 #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 D | sftp.c | 119 #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 D | servconf.c | 1221 #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 D | ChangeLog | 8849 * yylex.c: No more WHITESPACE token 8861 * parse.y: removed crufty WHITESPACE token, some uses of '\n' token
|