Home
last modified time | relevance | path

Searched refs:oav (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipfw/
H A Dipv6.c332 char *oav; in fill_ip6() local
354 oav = av = strdup(av); in fill_ip6()
436 free(oav); in fill_ip6()
/freebsd/contrib/tcsh/
H A Dsh.misc.c132 blkcpy(Char **oav, Char **bv) in blkcpy() argument
134 Char **av = oav; in blkcpy()
138 return (oav); in blkcpy()
/freebsd/crypto/openssh/
H A Dreadconf.c1060 char **oav = NULL, **av; in process_config_line_depth() local
1104 if (argv_split(str, &oac, &oav, 1) != 0) { in process_config_line_depth()
1109 av = oav; in process_config_line_depth()
2421 argv_free(oav, oac); in process_config_line_depth()
H A Dservconf.c1327 char **oav = NULL, **av; in process_server_config_line_depth() local
1359 if (argv_split(str, &oac, &oav, 1) != 0) { in process_server_config_line_depth()
1364 av = oav; in process_server_config_line_depth()
2640 argv_free(oav, oac); in process_server_config_line_depth()