Searched refs:getline (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/tools/
H A Dprint_offsets.awk37 if ($1 == "//") getline;
39 getline
40 getline
41 if ($1 == "//") getline;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/pseudo/
H A Dactionnm.awk3 BEGIN { "date" | getline
H A Dcompile.awk4 BEGIN { "date" | getline
/asus-wl-520gu-7.0.1.45/src/router/samba/source/aparser/
H A Dtemplate.awk8 while ((getline line < tplname) > 0) {
H A Dutil.awk30 while ((getline line < fname) > 0) count++;
H A Dtoken.awk17 getline
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsun4prom.h48 void (*getline)(char *); /* Get line from user */ member in struct:__anon10867
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsun4prom.h48 void (*getline)(char *); /* Get line from user */ member in struct:__anon6451
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dlibc5.c69 ssize_t getline(char **linebuf, size_t *n, FILE *file) function
/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A Dfile-upload.c103 int getline(char s[], int lim) function
152 getline(buffer,BUFSIZ);
154 while ((bytesread=getline(buffer,BUFSIZ)) != 0) {
219 while (getline(buffer, BUFSIZ) > 1) {
228 bytesread = getline(buffer,BUFSIZ);
/asus-wl-520gu-7.0.1.45/src/router/lib/
H A Dfind_syms.pl79 while (my $line = $map_handle->getline())
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/transit/
H A Dcompile.awk3 BEGIN { "date" | getline
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Drelocatable.c21 /* Tell glibc's <stdio.h> to provide a prototype for getline().
317 /* Linux has /proc/self/maps. glibc 2 has the getline() function. */
344 len = getline (&shared_library_fullname, &size, fp);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddpkg.c1038 while (getline(&line, &length, list_stream) != -1) {

Completed in 124 milliseconds