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

  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
dirname.c 58 const char *lastp; local
69 lastp = path + strlen(path) - 1;
70 while (lastp != path && isDirSep(*lastp))
71 lastp--;
75 if (isDirSep(*lastp)) {
77 while (lastp != path && isDirSep(*lastp))
78 lastp--;
84 len = (lastp - path) + 1 /* last char */;
    [all...]
  /external/e2fsprogs/intl/
l10nflist.c 179 struct loaded_l10nfile **lastp; local
272 lastp = l10nfile_list;
287 lastp = &retval->next;
318 retval->next = *lastp;
319 *lastp = retval;
  /toolchain/binutils/binutils-2.27/intl/
l10nflist.c 207 struct loaded_l10nfile **lastp;
300 lastp = l10nfile_list;
315 lastp = &retval->next;
346 retval->next = *lastp;
347 *lastp = retval;
206 struct loaded_l10nfile **lastp; local
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 153 char *p, *lastp; local
164 lastp = path + strlen(path) - 1;
165 while (lastp != path && ISPATHSEPARATOR(*lastp))
166 lastp--;
169 p = lastp;
174 len = (lastp - p) + 1 /* last char */;
  /toolchain/binutils/binutils-2.27/bfd/
elf-attrs.c 235 obj_attribute_list **lastp; local
251 lastp = &elf_other_obj_attributes (abfd)[vendor];
252 for (p = *lastp; p; p = p->next)
256 lastp = &p->next;
258 list->next = *lastp;
259 *lastp = list;
  /external/elfutils/src/
ld.c 1299 struct pathelement *lastp = *pathp; local
    [all...]
ldscript.y 694 struct id_list *lastp = runp;
703 lastp->next = NULL;
785 struct version *lastp = versions;
793 lastp->next = NULL;
  /external/libjpeg-turbo/
jchuff.c 227 int p, i, l, lastp, si, maxsymbol; local
262 lastp = p;
300 for (p = 0; p < lastp; p++) {
    [all...]
  /external/dnsmasq/src/
option.c 1800 char *cp, *lastp = NULL, last = 0; local
    [all...]
  /external/mksh/src/
exec.c 483 const char **lastp; local
495 if (Flag(FTALKING) && *(lastp = ap)) {
502 while (*++lastp)
505 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 751 lastp = None
760 if not lastp:
763 prodname = lastp
770 lastp = prodname
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 751 lastp = None
760 if not lastp:
763 prodname = lastp
770 lastp = prodname
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 155 int32 lastp = p; local
190 for (p = 0; p < lastp; p++)
236 for (p = 0; p < lastp; p++)
    [all...]
  /external/scapy/scapy/layers/
inet.py     [all...]
  /external/libmojo/third_party/ply/
yacc.py     [all...]
  /external/ply/ply/ply/
yacc.py     [all...]

Completed in 369 milliseconds