Searched refs:glist (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dutil_getent.c31 struct sys_grent *glist; local
41 glist = gent;
47 SAFE_FREE(glist);
91 return glist;
97 grent_free(glist);
106 void grent_free (struct sys_grent *glist) argument
108 while (glist) {
111 SAFE_FREE(glist->gr_name);
112 SAFE_FREE(glist->gr_passwd);
113 if (glist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dutil_getent.c31 struct sys_grent *glist; local
41 glist = gent;
47 SAFE_FREE(glist);
91 return glist;
97 grent_free(glist);
106 void grent_free (struct sys_grent *glist) argument
108 while (glist) {
111 SAFE_FREE(glist->gr_name);
112 SAFE_FREE(glist->gr_passwd);
113 if (glist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dutil_getent.c31 struct sys_grent *glist; local
41 glist = gent;
47 SAFE_FREE(glist);
91 return glist;
97 grent_free(glist);
106 void grent_free (struct sys_grent *glist) argument
108 while (glist) {
111 SAFE_FREE(glist->gr_name);
112 SAFE_FREE(glist->gr_passwd);
113 if (glist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Denv016.tcl72 set glist {
91 foreach l $glist {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Denv016.tcl72 set glist {
91 foreach l $glist {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Denv016.tcl72 set glist {
91 foreach l $glist {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dia64-gen.c2231 static struct completer_entry **glist;
2283 glist = (struct completer_entry **)
2284 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2289 glist[0] = ent;
2294 if (ent->name->num < glist[0]->name->num)
2296 else if (ent->name->num > glist[end - 1]->name->num)
2305 c = ent->name->num - glist[i]->name->num;
2312 && ent->name->num == glist[i - 1]->name->num)
2328 if (ent->name->num != glist[i]->name->num)
2331 if (completer_entries_eq (ent, glist[
2216 static struct completer_entry **glist; variable in typeref:struct:completer_entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dia64-gen.c2231 static struct completer_entry **glist;
2283 glist = (struct completer_entry **)
2284 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2289 glist[0] = ent;
2294 if (ent->name->num < glist[0]->name->num)
2296 else if (ent->name->num > glist[end - 1]->name->num)
2305 c = ent->name->num - glist[i]->name->num;
2312 && ent->name->num == glist[i - 1]->name->num)
2328 if (ent->name->num != glist[i]->name->num)
2331 if (completer_entries_eq (ent, glist[
2216 static struct completer_entry **glist; variable in typeref:struct:completer_entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dia64-gen.c2231 static struct completer_entry **glist;
2283 glist = (struct completer_entry **)
2284 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2289 glist[0] = ent;
2294 if (ent->name->num < glist[0]->name->num)
2296 else if (ent->name->num > glist[end - 1]->name->num)
2305 c = ent->name->num - glist[i]->name->num;
2312 && ent->name->num == glist[i - 1]->name->num)
2328 if (ent->name->num != glist[i]->name->num)
2331 if (completer_entries_eq (ent, glist[
2216 static struct completer_entry **glist; variable in typeref:struct:completer_entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf64-ppc.c3633 only care about glist, but when compiled on a 32-bit host the
3637 htab->elf.init_got_refcount.glist = NULL;
3639 htab->elf.init_plt_refcount.glist = NULL;
3641 htab->elf.init_got_offset.glist = NULL;
3643 htab->elf.init_plt_offset.glist = NULL;
4040 if (eind->elf.got.glist != NULL)
4042 if (edir->elf.got.glist != NULL)
4047 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4051 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4063 *entp = edir->elf.got.glist;
[all...]
H A Delf-bfd.h122 struct got_entry *glist;
121 struct got_entry *glist; member in union:elf_link_hash_entry::gotplt_union
H A Delf32-ppc.c2524 ret->elf.init_plt_refcount.glist = NULL;
2526 ret->elf.init_plt_offset.glist = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf64-ppc.c3633 only care about glist, but when compiled on a 32-bit host the
3637 htab->elf.init_got_refcount.glist = NULL;
3639 htab->elf.init_plt_refcount.glist = NULL;
3641 htab->elf.init_got_offset.glist = NULL;
3643 htab->elf.init_plt_offset.glist = NULL;
4040 if (eind->elf.got.glist != NULL)
4042 if (edir->elf.got.glist != NULL)
4047 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4051 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4063 *entp = edir->elf.got.glist;
[all...]
H A Delf-bfd.h122 struct got_entry *glist;
121 struct got_entry *glist; member in union:elf_link_hash_entry::gotplt_union
H A Delf32-ppc.c2524 ret->elf.init_plt_refcount.glist = NULL;
2526 ret->elf.init_plt_offset.glist = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf64-ppc.c3633 only care about glist, but when compiled on a 32-bit host the
3637 htab->elf.init_got_refcount.glist = NULL;
3639 htab->elf.init_plt_refcount.glist = NULL;
3641 htab->elf.init_got_offset.glist = NULL;
3643 htab->elf.init_plt_offset.glist = NULL;
4040 if (eind->elf.got.glist != NULL)
4042 if (edir->elf.got.glist != NULL)
4047 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4051 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4063 *entp = edir->elf.got.glist;
[all...]
H A Delf-bfd.h122 struct got_entry *glist;
121 struct got_entry *glist; member in union:elf_link_hash_entry::gotplt_union
H A Delf32-ppc.c2524 ret->elf.init_plt_refcount.glist = NULL;
2526 ret->elf.init_plt_offset.glist = NULL;

Completed in 405 milliseconds