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

  /src/external/bsd/ipf/dist/tools/
ipscan_y.y 90 gline: YY_STR ':' glist '=' action
120 glist: YY_STR label
121 | glist ',' YY_STR
  /src/usr.bin/id/
id.c 264 gid_t *glist = groups; local
272 if (getgrouplist(pw->pw_name, pw->pw_gid, glist, &ngroups) == -1) {
273 glist = malloc(ngroups * sizeof(gid_t));
274 (void) getgrouplist(pw->pw_name, pw->pw_gid, glist, &ngroups);
278 id = glist[cnt];
286 if (glist != groups)
287 free(glist);
297 gid_t *glist = groups; local
301 if (getgrouplist(pw->pw_name, pw->pw_gid, glist, &ngroups)
303 glist = malloc(ngroups * sizeof(gid_t))
    [all...]
  /src/external/gpl2/xcvs/dist/src/
find_names.c 278 glob_t glist; local
325 err = glob (pat, GLOB_PERIOD | (dir ? GLOB_ERR : 0), NULL, &glist);
340 for (i = 0; i < glist.gl_pathc; i++)
346 tmp = last_component (glist.gl_pathv[i]);
352 p->key = xstrdup (glist.gl_pathv[i]
358 globfree (&glist);
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 677 uint16_t *glist; local
691 if ((glist = OPENSSL_malloc(ngroups * sizeof(*glist))) == NULL) {
706 glist[i] = id;
709 *pext = glist;
713 OPENSSL_free(glist);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 341 uint16_t *glist; local
353 if ((glist = OPENSSL_malloc(ngroups * sizeof(*glist))) == NULL) {
364 OPENSSL_free(glist);
368 glist[i] = id;
371 *pext = glist;
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 2223 static struct completer_entry **glist;
2275 glist = (struct completer_entry **)
2276 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2281 glist[0] = ent;
2286 if (ent->name->num < glist[0]->name->num)
2288 else if (ent->name->num > glist[end - 1]->name->num)
2297 c = ent->name->num - glist[i]->name->num;
2304 && ent->name->num == glist[i - 1]->name->num)
2320 if (ent->name->num != glist[i]->name->num)
2323 if (completer_entries_eq (ent, glist[i])
2208 static struct completer_entry **glist; variable in typeref:struct:completer_entry
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 2223 static struct completer_entry **glist;
2275 glist = (struct completer_entry **)
2276 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2281 glist[0] = ent;
2286 if (ent->name->num < glist[0]->name->num)
2288 else if (ent->name->num > glist[end - 1]->name->num)
2297 c = ent->name->num - glist[i]->name->num;
2304 && ent->name->num == glist[i - 1]->name->num)
2320 if (ent->name->num != glist[i]->name->num)
2323 if (completer_entries_eq (ent, glist[i])
2208 static struct completer_entry **glist; variable in typeref:struct:completer_entry
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 2223 static struct completer_entry **glist;
2275 glist = (struct completer_entry **)
2276 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2281 glist[0] = ent;
2286 if (ent->name->num < glist[0]->name->num)
2288 else if (ent->name->num > glist[end - 1]->name->num)
2297 c = ent->name->num - glist[i]->name->num;
2304 && ent->name->num == glist[i - 1]->name->num)
2320 if (ent->name->num != glist[i]->name->num)
2323 if (completer_entries_eq (ent, glist[i])
2208 static struct completer_entry **glist; variable in typeref:struct:completer_entry
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 2223 static struct completer_entry **glist;
2275 glist = (struct completer_entry **)
2276 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2281 glist[0] = ent;
2286 if (ent->name->num < glist[0]->name->num)
2288 else if (ent->name->num > glist[end - 1]->name->num)
2297 c = ent->name->num - glist[i]->name->num;
2304 && ent->name->num == glist[i - 1]->name->num)
2320 if (ent->name->num != glist[i]->name->num)
2323 if (completer_entries_eq (ent, glist[i])
2208 static struct completer_entry **glist; variable in typeref:struct:completer_entry
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68k.c 663 ??? We could've used root.got.glist field instead, but having
665 struct elf_m68k_got_entry *glist;
716 Root of this list is h->glist.
944 elf_m68k_hash_entry (ret)->glist = NULL;
2138 entry->u.s2.next = h->glist;
2139 h->glist = entry;
2549 BFD_ASSERT (ind->glist == NULL);
4135 if (elf_m68k_hash_entry (h)->glist != NULL)
4148 got_entry = elf_m68k_hash_entry (h)->glist;
664 struct elf_m68k_got_entry *glist; member in struct:elf_m68k_link_hash_entry
elf-bfd.h 105 struct got_entry *glist;
164 pointed to by GLIST. */
104 struct got_entry *glist; member in union:gotplt_union
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68k.c 663 ??? We could've used root.got.glist field instead, but having
665 struct elf_m68k_got_entry *glist;
716 Root of this list is h->glist.
944 elf_m68k_hash_entry (ret)->glist = NULL;
2139 entry->u.s2.next = h->glist;
2140 h->glist = entry;
2550 BFD_ASSERT (ind->glist == NULL);
4135 if (elf_m68k_hash_entry (h)->glist != NULL)
4148 got_entry = elf_m68k_hash_entry (h)->glist;
664 struct elf_m68k_got_entry *glist; member in struct:elf_m68k_link_hash_entry
elf-bfd.h 101 struct got_entry *glist;
160 pointed to by GLIST. */
100 struct got_entry *glist; member in union:gotplt_union
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68k.c 663 ??? We could've used root.got.glist field instead, but having
665 struct elf_m68k_got_entry *glist;
716 Root of this list is h->glist.
944 elf_m68k_hash_entry (ret)->glist = NULL;
2139 entry->u.s2.next = h->glist;
2140 h->glist = entry;
2550 BFD_ASSERT (ind->glist == NULL);
4122 if (elf_m68k_hash_entry (h)->glist != NULL)
4135 got_entry = elf_m68k_hash_entry (h)->glist;
664 struct elf_m68k_got_entry *glist; member in struct:elf_m68k_link_hash_entry
elf-bfd.h 101 struct got_entry *glist;
160 pointed to by GLIST. */
100 struct got_entry *glist; member in union:gotplt_union
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68k.c 663 ??? We could've used root.got.glist field instead, but having
665 struct elf_m68k_got_entry *glist;
716 Root of this list is h->glist.
944 elf_m68k_hash_entry (ret)->glist = NULL;
2140 entry->u.s2.next = h->glist;
2141 h->glist = entry;
2551 BFD_ASSERT (ind->glist == NULL);
4123 if (elf_m68k_hash_entry (h)->glist != NULL)
4136 got_entry = elf_m68k_hash_entry (h)->glist;
664 struct elf_m68k_got_entry *glist; member in struct:elf_m68k_link_hash_entry
elf-bfd.h 101 struct got_entry *glist;
160 pointed to by GLIST. */
100 struct got_entry *glist; member in union:gotplt_union
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 1084 uint16_t *glist = NULL, *kslist = NULL; local
1099 if ((glist = OPENSSL_malloc(ngroups * sizeof(*glist))) == NULL)
1116 glist[i] = id;
1121 *grpext = glist;
1137 OPENSSL_free(glist);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c 2133 uint64_t *glist; local
2144 &glist, &gcount) != 0)
2152 if (glist[i] == 0) /* vdev is hole */
2155 vd[i] = spa_lookup_by_guid(spa, glist[i], B_FALSE);
5323 uint64_t txg, *glist; local
5384 glist = kmem_zalloc(children * sizeof (uint64_t), KM_SLEEP);
5405 &glist[c]) != 0) {
5411 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);
5459 kmem_free(glist, children * sizeof (uint64_t));
5476 glist, children) == 0)
    [all...]

Completed in 43 milliseconds