Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dreadconf.c1048 char **cpptr, ***cppptr, fwdarg[256]; in process_config_line_depth() local
1605 cppptr = &options->log_verbose; in process_config_line_depth()
1625 *cppptr = xrecallocarray(*cppptr, *uintptr, in process_config_line_depth()
1626 *uintptr + 1, sizeof(**cppptr)); in process_config_line_depth()
1627 (*cppptr)[(*uintptr)++] = xstrdup(arg); in process_config_line_depth()
1681 cppptr = &options->permitted_remote_opens; in process_config_line_depth()
1723 *cppptr = strs; in process_config_line_depth()