Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dreadconf.c949 char **cpptr, ***cppptr, fwdarg[256]; in process_config_line_depth() local
1496 cppptr = &options->log_verbose; in process_config_line_depth()
1516 *cppptr = xrecallocarray(*cppptr, *uintptr, in process_config_line_depth()
1517 *uintptr + 1, sizeof(**cppptr)); in process_config_line_depth()
1518 (*cppptr)[(*uintptr)++] = xstrdup(arg); in process_config_line_depth()
1572 cppptr = &options->permitted_remote_opens; in process_config_line_depth()
1581 *cppptr = xcalloc(1, sizeof(**cppptr)); in process_config_line_depth()
1582 (*cppptr)[0] = xstrdup(arg); in process_config_line_depth()
1609 cppptr, uintptr, arg2); in process_config_line_depth()