Searched refs:oav (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/sbin/ipfw/ |
| HD | ipv6.c | 332 char *oav; in fill_ip6() local 354 oav = av = strdup(av); in fill_ip6() 436 free(oav); in fill_ip6()
|
| /freebsd-14-stable/contrib/tcsh/ |
| HD | sh.misc.c | 132 blkcpy(Char **oav, Char **bv) in blkcpy() argument 134 Char **av = oav; in blkcpy() 138 return (oav); in blkcpy()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | servconf.c | 1333 char **oav = NULL, **av; in process_server_config_line_depth() local 1365 if (argv_split(str, &oac, &oav, 1) != 0) { in process_server_config_line_depth() 1370 av = oav; in process_server_config_line_depth() 2757 argv_free(oav, oac); in process_server_config_line_depth()
|
| HD | readconf.c | 1110 char **oav = NULL, **av; in process_config_line_depth() local 1154 if (argv_split(str, &oac, &oav, 1) != 0) { in process_config_line_depth() 1159 av = oav; in process_config_line_depth() 2476 argv_free(oav, oac); in process_config_line_depth()
|