Home
last modified time | relevance | path

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

/dragonfly/sbin/ifconfig/
HDifgroup.c46 setifgroup(const char *group_name, int d __unused, int s, in setifgroup() argument
54 if (group_name[0] && isdigit(group_name[strlen(group_name) - 1])) in setifgroup()
57 if (strlcpy(ifgr.ifgr_group, group_name, IFNAMSIZ) >= IFNAMSIZ) in setifgroup()
64 unsetifgroup(const char *group_name, int d __unused, int s, in unsetifgroup() argument
72 if (group_name[0] && isdigit(group_name[strlen(group_name) - 1])) in unsetifgroup()
75 if (strlcpy(ifgr.ifgr_group, group_name, IFNAMSIZ) >= IFNAMSIZ) in unsetifgroup()
/dragonfly/contrib/binutils-2.34/gas/config/
HDobj-elf.c524 const char *group_name; member
532 const char *gname = match->group_name; in get_section()
533 const char *group_name = elf_group_name (sec); in get_section() local
537 && (group_name == gname in get_section()
538 || (group_name != NULL in get_section()
540 && strcmp (group_name, gname) == 0))); in get_section()
567 const char *group_name, in obj_elf_change_section() argument
597 match.group_name = group_name; in obj_elf_change_section()
699 if (group_name == NULL) in obj_elf_change_section()
744 elf_group_name (sec) = group_name; in obj_elf_change_section()
[all …]
/dragonfly/contrib/binutils-2.27/gas/config/
HDobj-elf.c522 const char *group_name = elf_group_name (sec); in get_section() local
524 return (group_name == gname in get_section()
525 || (group_name != NULL in get_section()
527 && strcmp (group_name, gname) == 0)); in get_section()
553 const char *group_name, in obj_elf_change_section() argument
583 (void *) group_name); in obj_elf_change_section()
682 if (group_name == NULL) in obj_elf_change_section()
726 elf_group_name (sec) = group_name; in obj_elf_change_section()
986 const char *name, *group_name; in obj_elf_section() local
1021 group_name = NULL; in obj_elf_section()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDx86-tune-sched-bd.c95 char group_name[disp_last + 1][16] = { variable
726 i, group_name[list->window[i].group], in debug_dispatch_window_file()
766 group_name[group], path, byte_len); in debug_insn_dispatch_info_file()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
HDdbus_new.c1384 char group_name[3]; in wpas_dbus_get_group_obj_path() local
1390 os_memcpy(group_name, ssid->ssid + P2P_WILDCARD_SSID_LEN, 2); in wpas_dbus_get_group_obj_path()
1391 group_name[2] = '\0'; in wpas_dbus_get_group_obj_path()
1395 wpa_s->dbus_new_path, group_name); in wpas_dbus_get_group_obj_path()
/dragonfly/contrib/binutils-2.27/binutils/
HDreadelf.c6227 const char * group_name; in process_section_groups() local
6274 group_name = SECTION_NAME (section_headers + sym->st_shndx); in process_section_groups()
6304 group_name = sym->st_name < strtab_size in process_section_groups()
6332 get_group_flags (entry), i, name, group_name, size); in process_section_groups()
/dragonfly/contrib/binutils-2.34/binutils/
HDreadelf.c6866 const char * group_name; in process_section_groups() local
6913 group_name = SECTION_NAME (filedata->section_headers + sym->st_shndx); in process_section_groups()
6943 group_name = sym->st_name < strtab_size in process_section_groups()
6971 get_group_flags (entry), i, name, group_name, size); in process_section_groups()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c37998 char group_name[disp_last + 1][16] = { variable
38637 i, group_name[list->window[i].group], in debug_dispatch_window_file()
38677 group_name[group], path, byte_len); in debug_insn_dispatch_info_file()