Searched refs:POSTINCSTR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtailor.h349 # define POSTINCSTR(ptr) (___tmp_ptr=(char *)ptr,ptr += CLEN(ptr),___tmp_ptr) macro
359 # define POSTINCSTR(ptr) ((ptr)++) macro
H A Dfileio.c265 while ((c = (unsigned char)*POSTINCSTR(p)) != 0)
272 *POSTINCSTR(q) = (char)c;
294 *POSTINCSTR(q) = (char)c;
304 *POSTINCSTR(q) = (char)(to_up(c));
H A Dutil.c303 c = *POSTINCSTR(p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h1239 # define POSTINCSTR(ptr) (___TMP_PTR=(char *)(ptr), PREINCSTR(ptr),___TMP_PTR) macro
1258 # define POSTINCSTR(ptr) ((ptr)++) macro

Completed in 116 milliseconds