OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptoi
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
parse.c
268
intptr_t
ptoi
(void *p) /* convert pointer to integer */
function
proto.h
98
extern intptr_t
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 291 milliseconds