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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dget_line_from_file.c20 char *bb_get_chunk_from_file(FILE *file, int *end) function
57 return bb_get_chunk_from_file(file, &i);
64 char *c = bb_get_chunk_from_file(file, &i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsort.c151 ? bb_get_chunk_from_file(fp, NULL) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c750 temp = bb_get_chunk_from_file(fp, &len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h435 extern char *bb_get_chunk_from_file(FILE *file, int *end);

Completed in 59 milliseconds