HomeSort by: relevance | last modified time | path
    Searched refs:members (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/make/
arch.c 72 * Manipulate libraries, archives and their members.
74 * The first time an archive is referenced, all of its members' headers are
138 HashTable members; /* All the members of the archive described member in struct:Arch
158 HashIter_Init(&hi, &a->members);
164 HashTable_Done(&a->members);
184 * adding nodes for the expanded members to gns. If successful, advance pp
325 StringList members = LST_INIT; local in function:Arch_ParseArchive
326 SearchPath_Expand(&dirSearchPath, mem.str, &members);
328 while (!Lst_IsEmpty(&members)) {
    [all...]
suff.c 1248 * add those nodes to the members list.
1254 ExpandChildrenRegular(char *p, GNode *pgn, GNodeList *members)
1269 Lst_Append(members, gn);
1305 Lst_Append(members, gn);
1350 GNodeList members = LST_INIT; local in function:ExpandChildren
1359 (void)Arch_ParseArchive(&ap, &members, pgn);
1361 ExpandChildrenRegular(expanded, pgn, &members);
1364 /* Add all members to the parent node. */
1365 while (!Lst_IsEmpty(&members)) {
1366 GNode *gn = Lst_Dequeue(&members);
    [all...]
  /src/distrib/utils/libhack/
getgrent.c 107 static __aconst char *members[MAXGRP]; variable in typeref:typename:__aconst char * []
309 for (_gr_group.gr_mem = m = members;; bp++) {
310 if (m == &members[MAXGRP - 1])
329 for (m = members; *m; m++)
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_v2.c 448 __aconst char *__aconst *members; local in function:fillin_extra_groups
459 for (members = grp->gr_mem; members && *members; members++) {
460 if (!strcmp(*members, uname)) {
  /src/usr.sbin/mtree/
getid.c 114 static char *members[MAXGRP]; variable in typeref:typename:char * []
273 for (_gr_group.gr_mem = m = members;; bp++) {
274 if (m == &members[MAXGRP - 1])
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 19 #region Data members
65 #region Codec Members
  /src/distrib/notes/common/
extract-contrib-string.pl 61 . '|The names? (of )?.* or any of it\'?s members'
  /src/usr.bin/xlint/lint1/
README.md 108 Each node has an operator that defines which other members may be accessed.
152 See `debug_node` for how to interpret the members of `tnode_t`.
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 356 * members are the primary fields while other fields hold the derived
  /src/tools/compat/
configure.ac 184 # Struct members.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 992 All these three members are of <type 'list'>, and of the same length.
1766 members, as it is very convenient to do so while checking for
1830 'const string& members are dangerous. It is much better to use '
1948 Only checks unindented functions, so class members are unchecked.
  /src/sys/external/isc/libsodium/dist/
configure 6241 // Check flexible array members.
15018 # Using Import Files as archive members, it is possible to support
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 2421 # Using Import Files as archive members, it is possible to support

Completed in 58 milliseconds