HomeSort by relevance Sort by last modified time
    Searched full:ptoi (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
parse.c 268 int ptoi(void *p) /* convert pointer to integer */ function
proto.h 96 extern int ptoi(void *);
run.c 339 n = ptoi(a[0]); /* argument number, counting from 0 */
407 mode = ptoi(a[1]);
985 fp = redirect(ptoi(a[1]), a[2]);
1191 pair = ptoi(a[3]);
1219 arg3type = ptoi(a[3]);
    [all...]
b.c 870 if ((k == CHAR && c == ptoi(f->re[p[i]].lval.np))
FIXES 350 by adding ptoi and itonp to localize the casts, which are
    [all...]

Completed in 325 milliseconds