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

/system/core/sh/
H A Dinput.c503 struct parsefile *pf; local
509 pf = (struct parsefile *)ckmalloc(sizeof (struct parsefile));
510 pf->prev = parsefile;
511 pf->fd = -1;
512 pf->strpush = NULL;
513 pf->basestrpush.prev = NULL;
514 parsefile = pf;
521 struct parsefile *pf = parsefile; local
524 if (pf->fd >= 0)
525 close(pf
[all...]

Completed in 17 milliseconds