Home
last modified time | relevance | path

Searched refs:efp (Results 1 – 1 of 1) sorted by relevance

/system/core/sh/
Dhistedit.c233 FILE *efp; in histcmd() local
245 (void) &efp; in histcmd()
380 if ((efp = fdopen(fd, "w")) == NULL) { in histcmd()
419 fputs(s, efp); in histcmd()
431 fclose(efp); in histcmd()