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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dmd5_sha1_sum.c112 char *file_ptr = argv[optind]; local
121 if (NOT_LONE_DASH(file_ptr)) {
122 pre_computed_stream = xfopen(file_ptr, "r");
167 bb_perror_msg_and_die("cannot close file %s", file_ptr);
172 char *file_ptr = argv[optind++]; local
174 hash_value = hash_file(file_ptr, hash_algo);
178 printf("%s %s\n", hash_value, file_ptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-input.c201 FILE *file_ptr = NULL; local
211 file_ptr = fopen (a_file_uri, "r");
213 if (file_ptr == NULL) {
227 file_ptr);
231 if (feof (file_ptr)) {
264 if (file_ptr) {
265 fclose (file_ptr);
266 file_ptr = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.c201 FILE *file_ptr = NULL; local
211 file_ptr = fopen (a_file_uri, "r");
213 if (file_ptr == NULL) {
227 file_ptr);
231 if (feof (file_ptr)) {
264 if (file_ptr) {
265 fclose (file_ptr);
266 file_ptr = NULL;

Completed in 98 milliseconds