HomeSort by relevance Sort by last modified time
    Searched refs:srclist (Results 1 - 4 of 4) sorted by null

  /bionic/libc/dns/net/
nsdispatch.c 105 const ns_src *srclist; local
118 srclist = defaults;
120 while (srclist[srclistsize].name != NULL)
126 cb = _nsmethod(srclist[i].name, database, method,
135 if (result & srclist[i].flags)
  /external/python/cpython2/Lib/plat-mac/
cfmfile.py 24 def mergecfmfiles(srclist, dst, architecture = 'fat'):
25 """Merge all files in srclist into a new file dst.
33 srclist = list(srclist)
34 for i in range(len(srclist)):
35 srclist[i] = Carbon.File.pathname(srclist[i])
42 for src in srclist:
  /bionic/libc/dns/include/
nsswitch.h 182 ns_src *srclist; /* list of sources */ member in struct:__anon205
183 u_int srclistsize; /* size of srclist */
  /device/linaro/bootloader/edk2/StdLib/Include/
nsswitch.h 202 ns_src *srclist; /* list of sources */ member in struct:__anon13014
203 u_int srclistsize; /* size of srclist */

Completed in 452 milliseconds