Searched refs:parse_token (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_mountroot.c | 489 parse_token(char **conf, char **tok) in parse_token() function 583 error = parse_token(conf, &tok); in parse_dir_md() 650 error = parse_token(conf, &action); in parse_dir_onfail() 678 error = parse_token(conf, &tok); in parse_dir_timeout() 696 error = parse_token(conf, &dir); in parse_directive() 742 error = parse_token(conf, &tok); in parse_mount() 763 error = parse_token(conf, &tok); in parse_mount() 916 error = parse_token(&tok, &mnt); in vfs_mountroot_conf0() 921 error = parse_token(&tok, &mnt); in vfs_mountroot_conf0()
|
| /freebsd-14.2/usr.bin/at/ |
| H A D | parsetime.c | 160 parse_token(char *arg) in parse_token() function 244 return parse_token(sc_token); in token()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | readconf.c | 880 parse_token(const char *cp, const char *filename, int linenum, in parse_token() function 1105 opcode = parse_token(keyword, filename, linenum, in process_config_line_depth()
|
| H A D | servconf.c | 743 parse_token(const char *cp, const char *filename, in parse_token() function 1357 opcode = parse_token(keyword, filename, linenum, &flags); in process_server_config_line_depth()
|