Searched refs:PREINCSTR (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Denvargs.c113 ch = *PREINCSTR(bufptr))
190 for (ch = *PREINCSTR(s); ch != '\0' && ch != '\"';
191 ch = *PREINCSTR(s))
H A Dunzpriv.h1236 # ifndef PREINCSTR
1237 # define PREINCSTR(ptr) (ptr += CLEN(ptr)) macro
1239 # define POSTINCSTR(ptr) (___TMP_PTR=(char *)(ptr), PREINCSTR(ptr),___TMP_PTR)
1257 # define PREINCSTR(ptr) (++(ptr)) macro
1267 #define INCSTR(ptr) PREINCSTR(ptr)
H A Dextract.c1329 } while (*PREINCSTR(p));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtailor.h348 # define PREINCSTR(ptr) (ptr += CLEN(ptr)) macro
358 # define PREINCSTR(ptr) (++(ptr)) macro
367 #define INCSTR(ptr) PREINCSTR(ptr)
H A Dutil.c855 ch = *PREINCSTR(bufptr))
918 for (ch = *PREINCSTR(s); ch != '\0' && ch != '\"';
919 ch = *PREINCSTR(s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwcecfg.h158 # define PREINCSTR(ptr) (ptr = (char *)_mbsinc((const UCHAR *)(ptr))) macro
H A Dintrface.cpp1499 } while (*PREINCSTR(pIn));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h110 # define PREINCSTR(ptr) (ptr = (char *)_mbsinc((const uch *)(ptr))) macro
H A Dwin32.c1691 } while (*PREINCSTR(cp));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32zip.c451 for (f = p; *f; PREINCSTR(f)) {
488 for (f = fcp; *f; PREINCSTR(f)) {

Completed in 283 milliseconds