Home
last modified time | relevance | path

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

/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dmatch.c250 const CHAR *lastp = (CHAR *)NULL; local
321 lastp = &str[s];
326 return ((CHAR *)lastp);
369 if (lastp || (soff == slen - 1))
370 return ((CHAR *)lastp);
374 return ((CHAR *)lastp);
380 return ((CHAR *)lastp);
/reactos/dll/3rdparty/libtirpc/src/
H A Dgetnetpath.c195 struct netpath_chain *chainp, *lastp; local
206 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) {
/reactos/dll/3rdparty/libjpeg/
H A Djchuff.c166 int p, i, l, lastp, si, maxsymbol; in jpeg_make_c_derived_tbl() local
200 lastp = p; in jpeg_make_c_derived_tbl()
238 for (p = 0; p < lastp; p++) { in jpeg_make_c_derived_tbl()