Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dnamespace.h61 #define opt_array_append ssh_opt_array_append macro
Dservconf.c324 opt_array_append(file, line, "HostCertificate", in servconf_add_hostcert()
510 opt_array_append("[default]", 0, "AuthorizedKeysFiles", in fill_default_server_options()
514 opt_array_append("[default]", 0, "AuthorizedKeysFiles", in fill_default_server_options()
1990 opt_array_append(filename, linenum, keyword, in process_server_config_line_depth()
2036 opt_array_append(filename, linenum, keyword, in process_server_config_line_depth()
2062 opt_array_append(filename, linenum, keyword, in process_server_config_line_depth()
2358 opt_array_append(filename, linenum, keyword, in process_server_config_line_depth()
2405 opt_array_append(filename, linenum, keyword, in process_server_config_line_depth()
2426 opt_array_append(filename, linenum, keyword, in process_server_config_line_depth()
2591 opt_array_append(filename, linenum, keyword, in process_server_config_line_depth()
[all …]
Dmisc.h220 void opt_array_append(const char *file, const int line,
Dreadconf.c1892 opt_array_append(filename, linenum, in process_config_line_depth()
2031 opt_array_append(filename, linenum, in process_config_line_depth()
2054 opt_array_append(filename, linenum, in process_config_line_depth()
2307 opt_array_append(filename, linenum, keyword, in process_config_line_depth()
2564 opt_array_append(filename, linenum, keyword, in process_config_line_depth()
Dmisc.c2610 opt_array_append(const char *file, const int line, const char *directive, in opt_array_append() function