Searched refs:xmalloc_getline (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dcryptpw.c25 puts(pw_encrypt(argv[optind] ? argv[optind] : xmalloc_getline(stdin), salt));
H A Dchpasswd.c38 while ((name = xmalloc_getline(stdin)) != NULL) {
H A Daddgroup.c86 while ((line = xmalloc_getline(group_file))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dget_line_from_file.c61 char *xmalloc_getline(FILE *file) function
H A Dlineedit.c892 char *hl = xmalloc_getline(fp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dpatch.c101 patch_line = xmalloc_getline(patch_file);
120 patch_line = xmalloc_getline(patch_file);
127 patch_line = xmalloc_getline(patch_file);
H A Dsed.c1020 while ((line = xmalloc_getline(rfile))
1264 while ((line = xmalloc_getline(cmdfile)) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Duudecode.c21 while ((line = xmalloc_getline(src_stream)) != NULL) {
144 while ((line = xmalloc_getline(src_stream)) != NULL) {
H A Duniq.c74 while ((s1 = xmalloc_getline(in)) != NULL) {
H A Dcut.c56 while ((line = xmalloc_getline(file)) != NULL) {
H A Dmd5_sha1_sum.c125 while ((line = xmalloc_getline(pre_computed_stream)) != NULL) {
H A Dsort.c152 : xmalloc_getline(fp))
154 #define GET_LINE(fp) xmalloc_getline(fp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dhexdump.c27 while ((buf = xmalloc_getline(fp)) != NULL) {
H A Dmount.c215 while ((buf = xmalloc_getline(f)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddc.c209 while ((line = xmalloc_getline(stdin))) {
H A Dmakedevs.c100 while ((line = xmalloc_getline(table))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c155 while ((line = xmalloc_getline(file)) != NULL) {
341 while ((line = xmalloc_getline(f)) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dtar.c623 while ((line = xmalloc_getline(src_stream)) != NULL) {
H A Ddpkg.c1153 while ((line = xmalloc_getline(list_stream)) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c379 char *buf = xmalloc_getline(f);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h434 extern char *xmalloc_getline(FILE *file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Difupdown.c676 while ((buf = xmalloc_getline(f)) != NULL) {

Completed in 105 milliseconds