Home
last modified time | relevance | path

Searched refs:lastp (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/intl/
Dl10nflist.c179 struct loaded_l10nfile **lastp; in _nl_make_l10nflist() local
272 lastp = l10nfile_list; in _nl_make_l10nflist()
287 lastp = &retval->next; in _nl_make_l10nflist()
318 retval->next = *lastp; in _nl_make_l10nflist()
319 *lastp = retval; in _nl_make_l10nflist()
/external/elfutils/src/
Dld.c1299 struct pathelement *lastp = *pathp; in normalize_dirlist() local
1305 lastp->pname = "."; in normalize_dirlist()
1307 lastp->pname = obstack_strndup (&ld_state.smem, pname, in normalize_dirlist()
1316 newp->next = lastp->next; in normalize_dirlist()
1318 lastp = lastp->next = newp; in normalize_dirlist()
1323 pathp = &lastp->next; in normalize_dirlist()
Dldscript.y694 struct id_list *lastp = runp; in add_id_list() local
703 lastp->next = NULL; in add_id_list()
785 struct version *lastp = versions; in add_versions() local
793 lastp->next = NULL; in add_versions()
/external/libjpeg-turbo/
Djchuff.c227 int p, i, l, lastp, si, maxsymbol; in jpeg_make_c_derived_tbl() local
262 lastp = p; in jpeg_make_c_derived_tbl()
300 for (p = 0; p < lastp; p++) { in jpeg_make_c_derived_tbl()
/external/dnsmasq/src/
Doption.c1800 char *cp, *lastp = NULL, last = 0; in one_opt() local
1805 lastp = a[j] + strlen(a[j]) - 1; in one_opt()
1806 last = *lastp; in one_opt()
1823 *lastp = 0; in one_opt()
1833 if (lastp) in one_opt()
1834 *lastp = last; in one_opt()
/external/mksh/src/
Dexec.c483 const char **lastp; in comexec() local
495 if (Flag(FTALKING) && *(lastp = ap)) { in comexec()
502 while (*++lastp) in comexec()
505 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, in comexec()
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py751 lastp = None
760 if not lastp:
763 prodname = lastp
770 lastp = prodname
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp155 int32 lastp = p; in FixHuffTbl() local
190 for (p = 0; p < lastp; p++) in FixHuffTbl()
236 for (p = 0; p < lastp; p++) in FixHuffTbl()
/external/scapy/scapy/layers/
Dinet.py895 lastp = lst[-1]
896 if p.frag > 0 or lastp.flags & 1 != 0: # first or last fragment missing
956 lastp = lst[-1]
957 if p.frag > 0 or lastp.flags & 1 != 0: # first or last fragment missing
/external/libmojo/third_party/ply/
Dyacc.py2726 lastp = None
2735 if not lastp:
2737 prodname = lastp
2741 lastp = prodname
/external/ply/ply/ply/
Dyacc.py2899 lastp = None
2909 if not lastp:
2911 prodname = lastp
2915 lastp = prodname