Home
last modified time | relevance | path

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

/freebsd/usr.sbin/wlandebug/
H A Dwlandebug.c171 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 Dlibifconfig.c297 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 Dlibifconfig.h169 char **orig_name);
/freebsd/contrib/tcpdump/
H A Dtcpdump.c845 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 Dconfig_file.c1645 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 DClangExpressionParser.cpp1287 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 DSymbolFileDWARF.cpp262 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 Dzpool_main.c3942 char *orig_name, char *new_name, importargs_t *import) in import_pools() argument
4065 "no such pool available\n"), orig_name); in import_pools()