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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcat.c31 fd = open_or_warn(*argv, O_RDONLY);
H A Dcatv.c36 fd = open_or_warn(*argv, O_RDONLY);
H A Dmd5_sha1_sum.c41 src_fd = open_or_warn(filename, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcopy_file.c247 src_fd = open_or_warn(source, O_RDONLY);
H A Dxfuncs.c144 int open_or_warn(const char *pathname, int flags) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dfiles.c421 fp = open_or_warn(file, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dtar.c445 inputFileFd = open_or_warn(fileName, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h275 int open_or_warn(const char *pathname, int flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c501 int flush_fd = open_or_warn(fn, O_WRONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c1277 openfd = open_or_warn(redir->word.gl_pathv[0], mode);

Completed in 134 milliseconds