Searched refs:orig_name (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/wlandebug/ |
H A D | wlandebug.c | 171 char *orig_name; in get_orig_iface_name() local 174 if (ifconfig_get_orig_name(h, name, &orig_name) < 0) { in get_orig_iface_name() 176 orig_name = name; in get_orig_iface_name() 179 if (strlen(orig_name) < strlen("wlan") + 1 || in get_orig_iface_name() 180 strncmp(orig_name, "wlan", 4) != 0) in get_orig_iface_name() 184 setoid(oid, oid_size, orig_name); in get_orig_iface_name() 185 if (orig_name != name) in get_orig_iface_name() 186 free(orig_name); in get_orig_iface_name()
|
/freebsd/lib/libifconfig/ |
H A D | libifconfig.c | 297 char **orig_name) in ifconfig_get_orig_name() argument 320 *orig_name = malloc(len); in ifconfig_get_orig_name() 321 if (*orig_name == NULL) { in ifconfig_get_orig_name() 325 if (sysctl(name, 6, *orig_name, &len, 0, 0) < 0) { in ifconfig_get_orig_name() 326 free(*orig_name); in ifconfig_get_orig_name() 327 *orig_name = NULL; in ifconfig_get_orig_name()
|
H A D | libifconfig.h | 169 char **orig_name);
|
/freebsd/contrib/tcpdump/ |
H A D | tcpdump.c | 845 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) in MakeFilename() argument 850 if (strlen(orig_name) == 0) in MakeFilename() 879 if (strftime(filename, PATH_MAX, orig_name, local_tm) == 0) { in MakeFilename() 883 strncpy(filename, orig_name, PATH_MAX); in MakeFilename()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_file.c | 1645 const char *orig_name = name; in wpa_config_write() local 1714 if (chmod_ret != 0 || rename(tmp_name, orig_name) != 0) in wpa_config_write() 1721 orig_name, ret ? "un" : ""); in wpa_config_write()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1287 llvm::Module *module, const char *orig_name) { in FindFunctionInModule() argument 1290 if (name.contains(orig_name)) { in FindFunctionInModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 262 auto orig_name = m_file_spec.GetFilename().GetStringRef(); in Materialize() local 264 "", llvm::sys::path::filename(orig_name, style), fd, name); in Materialize()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 3942 char *orig_name, char *new_name, importargs_t *import) in import_pools() argument 4065 "no such pool available\n"), orig_name); in import_pools()
|