Searched refs:next_name (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/efibootmgr/ |
H A D | efibootmgr.c | 327 char *next_name = NULL; in read_vars() local 333 while ((ret = efi_get_next_variable_name(&guid, &next_name)) > 0) { in read_vars() 338 strlen(next_name) != 8 || in read_vars() 339 strncmp(next_name, "Boot", 4) != 0 || in read_vars() 340 !isxdigit(next_name[4]) || in read_vars() 341 !isxdigit(next_name[5]) || in read_vars() 342 !isxdigit(next_name[6]) || in read_vars() 343 !isxdigit(next_name[7])) in read_vars() 346 nent->name = strdup(next_name); in read_vars() 348 ret = efi_get_variable(*guid, next_name, &nent->data, in read_vars() [all …]
|
/freebsd/contrib/ldns/ |
H A D | dnssec_sign.c | 761 ldns_dnssec_name *next_name = NULL; local 772 next_name = (ldns_dnssec_name *)next_node->data; 773 if (!next_name->is_glue) { 789 ldns_dnssec_name *cur_name, *next_name; local 828 next_name = (ldns_dnssec_name *)next_node->data; 830 next_name, 847 next_name = (ldns_dnssec_name *)first_node->data; 849 next_name,
|
H A D | dnssec_zone.c | 1121 ldns_rdf *next_name; local 1156 next_name = ((ldns_dnssec_name *)next_node->data)->name; 1158 next_label_count = ldns_dname_label_count(next_name); 1174 l2 = ldns_dname_clone_from(next_name, i); 1184 next_name, i))) {
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_parse.c | 142 next_name(char *name) in next_name() function 179 for (pstart = n1; (pend = name_ending(pstart)); pstart = next_name(pend)) { in remove_collision() 180 for (qstart = n2; (qend = name_ending(qstart)); qstart = next_name(qend)) { in remove_collision()
|
/freebsd/contrib/ee/ |
H A D | ee.c | 138 struct files *next_name; member 2128 temp_names->next_name = name_alloc(); in get_options() 2129 temp_names = temp_names->next_name; in get_options() 2139 temp_names->next_name = NULL; in get_options() 2161 top_of_stack = top_of_stack->next_name; in check_fp()
|