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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsort.c151 ? bb_get_chunk_from_file(fp, NULL) \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c750 temp = bb_get_chunk_from_file(fp, &len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h435 extern char *bb_get_chunk_from_file(FILE *file, int *end);

Completed in 103 milliseconds