HomeSort by: relevance | last modified time | path
    Searched defs:next_name (Results 1 - 16 of 16) sorted by relevancy

  /src/distrib/utils/more/
main.c 66 char *current_file, *previous_file, *current_name, *next_name; variable
164 next_name = NULL;
166 next_name = av[curr_ac + 1];
  /src/external/mpl/dhcp/bind/dist/lib/dns/
byaddr.c 173 dns_name_t *name, *next_name; local
181 name = next_name)
183 next_name = ISC_LIST_NEXT(name, link);
message.c 455 dns_name_t *name, *next_name; local
464 next_name = ISC_LIST_NEXT(name, link);
478 name = next_name;
2075 dns_name_t *name, *next_name; local
2183 next_name = ISC_LIST_NEXT(name, link);
2273 name = next_name;
adb.c 1280 dns_adbname_t *next_name; local
1303 next_name = ISC_LIST_NEXT(name, plink);
1307 name = next_name;
2470 dns_adbname_t *next_name; local
2483 next_name = ISC_LIST_NEXT(name, plink);
2489 name = next_name;
  /src/external/gpl3/gcc/dist/gcc/
genoutput.cc 288 const char * next_name = 0;
294 next_name = n->name;
311 next_name = 0;
317 next_name = n->name;
325 if (next_name && (last_name == 0
327 printf (" \"%s-%d\",\n", next_name,
285 const char * next_name = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
genoutput.cc 287 const char * next_name = 0;
293 next_name = n->name;
310 next_name = 0;
316 next_name = n->name;
324 if (next_name && (last_name == 0
326 printf (" \"%s-%d\",\n", next_name,
284 const char * next_name = 0; local
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
homedir.c 677 name_list *next_name = NULL; local
745 next_name = dir_stack->list->next;
748 dir_stack->list = next_name;
764 next_name = dir_stack->list->next;
767 dir_stack->list = next_name;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 698 int next_name = 1; local
700 item.second.index = next_name++;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 700 int next_name = 1; local
702 item.second.index = next_name++;
  /src/external/gpl3/binutils/dist/include/opcode/
cgen.h 518 struct cgen_keyword_entry *next_name;
510 struct cgen_keyword_entry *next_name; member in struct:cgen_keyword_entry
  /src/external/gpl3/binutils.old/dist/include/opcode/
cgen.h 518 struct cgen_keyword_entry *next_name;
510 struct cgen_keyword_entry *next_name; member in struct:cgen_keyword_entry
  /src/external/gpl3/gdb/dist/include/opcode/
cgen.h 518 struct cgen_keyword_entry *next_name;
510 struct cgen_keyword_entry *next_name; member in struct:cgen_keyword_entry
  /src/external/gpl3/gdb.old/dist/include/opcode/
cgen.h 518 struct cgen_keyword_entry *next_name;
510 struct cgen_keyword_entry *next_name; member in struct:cgen_keyword_entry
  /src/external/mpl/bind/dist/lib/dns/
message.c 489 dns_name_t *name = NULL, *next_name = NULL; local
491 ISC_LIST_FOREACH_SAFE(msg->sections[i], name, link, next_name) {
1993 dns_name_t *name, *next_name; local
2102 next_name = ISC_LIST_NEXT(name, link);
2195 name = next_name;
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2354 tree next_name = OVL_NAME (next); local
2355 if (next_name != name)
2357 name = next_name;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2217 tree next_name = OVL_NAME (next); local
2218 if (next_name != name)
2220 name = next_name;

Completed in 58 milliseconds