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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dfclose_nonstdin.c17 int fclose_if_not_stdin(FILE *f) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dhead.c130 if (fclose_if_not_stdin(fp)) {
H A Dexpand.c194 if (ferror(file) | fclose_if_not_stdin(file)) {
H A Dfold.c147 if (ferror(istream) || fclose_if_not_stdin(istream)) {
H A Dwc.c174 fclose_if_not_stdin(fp);
H A Dod_bloaty.c515 fclose_if_not_stdin(in_stream);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dstrings.c81 fclose_if_not_stdin(file);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c507 fclose_if_not_stdin(file);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dsetfiles.c626 fclose_if_not_stdin(f);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c1012 fclose_if_not_stdin(f1);
1013 fclose_if_not_stdin(f2);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h440 extern int fclose_if_not_stdin(FILE *file);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c1522 fclose_if_not_stdin(prof_input);

Completed in 81 milliseconds