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

  /external/toybox/toys/lsb/
su.c 46 struct spwd *shp; local
56 if (!(shp = getspnam(name))) perror_exit("no '%s'", name);
58 if (*shp->sp_pwdp != '$') goto deny;
60 passhash = crypt(toybuf, shp->sp_pwdp);
62 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny;
  /external/tcpdump/
print-decnet.c 434 struct seghdr *shp = (struct seghdr *)nspp; local
443 TCHECK(shp->sh_seq[0]);
444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
453 TCHECK(shp->sh_seq[1]);
454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
463 TCHECK(shp->sh_seq[2]);
464 ack = EXTRACT_LE_16BITS(shp->sh_seq[2]);
480 struct seghdr *shp = (struct seghdr *)nspp; local
489 TCHECK(shp->sh_seq[0]);
490 ack = EXTRACT_LE_16BITS(shp->sh_seq[0])
526 struct seghdr *shp = (struct seghdr *)nspp; local
    [all...]
  /external/vboot_reference/host/lib/
crossystem.c 288 const VbSharedDataKernelPart* shp = local
301 shp->gpt_index,
302 shp->sector_start,
303 shp->sector_count,
304 shp->combined_version,
305 shp->check_result,
306 shp->flags);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
nx_shp.py 47 >>> G=nx.read_shp('test.shp') # doctest: +SKIP
81 shp = ogr.Open(path)
82 lyrcount = shp.GetLayerCount() # multiple layers indicate a directory
84 lyr = shp.GetLayerByIndex(lyrindex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/tests/
test_shp.py 1 """Unit tests for shp.
29 lyr = shp.CreateLayer("edges", None, ogr.wkbLineString)
38 shppath = os.path.join(tempfile.gettempdir(), 'tmpshp.shp')
43 shp = drv.CreateDataSource(shppath)
44 lyr = createlayer(shp)
  /external/linux-tools-perf/src/tools/perf/util/
unwind.c 153 GElf_Shdr *shp, const char *name)
160 gelf_getshdr(sec, shp);
161 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
symbol-elf.c 139 GElf_Shdr *shp, const char *name,
152 gelf_getshdr(sec, shp);
153 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
  /ndk/sources/host-tools/make-3.81/
variable.c 748 struct variable *shp = lookup_variable (shell_str, shlen);
750 if (!shp)
739 struct variable *shp = lookup_variable (shell_str, shlen); local
    [all...]

Completed in 3552 milliseconds