Searched refs:parse_token (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_mountroot.c | 462 parse_token(char **conf, char **tok) in parse_token() function 555 error = parse_token(conf, &tok); in parse_dir_md() 622 error = parse_token(conf, &action); in parse_dir_onfail() 650 error = parse_token(conf, &tok); in parse_dir_timeout() 668 error = parse_token(conf, &dir); in parse_directive() 713 error = parse_token(conf, &tok); in parse_mount() 734 error = parse_token(conf, &tok); in parse_mount() 887 error = parse_token(&tok, &mnt); in vfs_mountroot_conf0() 892 error = parse_token(&tok, &mnt); in vfs_mountroot_conf0()
|
| /freebsd-12.1/usr.bin/at/ |
| H A D | parsetime.c | 162 parse_token(char *arg) in parse_token() function 246 return parse_token(sc_token); in token()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | servconf.c | 695 parse_token(const char *cp, const char *filename, in parse_token() function 1248 opcode = parse_token(arg, filename, linenum, &flags); in process_server_config_line()
|
| H A D | readconf.c | 729 parse_token(const char *cp, const char *filename, int linenum, in parse_token() function 887 opcode = parse_token(keyword, filename, linenum, in process_config_line_depth()
|