Searched refs:stream (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | comm.c | 61 FILE *stream[2]; in comm_main() local 69 stream[i] = xfopen_stdin(argv[i]); in comm_main() 77 thisline[0] = xmalloc_fgetline(stream[0]); in comm_main() 81 thisline[1] = xmalloc_fgetline(stream[1]); in comm_main() 104 p = xmalloc_fgetline(stream[i]); in comm_main() 112 fclose(stream[0]); in comm_main() 113 fclose(stream[1]); in comm_main()
|
/busybox-1.35.0/examples/ |
D | inetd.conf | 18 echo stream tcp nowait root internal 22 daytime stream tcp nowait root internal 26 time stream tcp nowait root internal
|
/busybox-1.35.0/examples/var_service/inetd/ |
D | inetd.conf | 15 ::1:444 stream tcp6 nowait root echo echo Hello IPv6 localhost 18 telnet stream tcp wait root telnetd telnetd -w10
|
/busybox-1.35.0/util-linux/ |
D | umount.c | 76 static struct mntent *getmntent_r(FILE* stream, struct mntent* result, in getmntent_r() argument 79 struct mntent* ment = getmntent(stream); in getmntent_r()
|
D | mount.c | 267 static struct mntent *getmntent_r(FILE* stream, struct mntent* result, in getmntent_r() argument 270 struct mntent* ment = getmntent(stream); in getmntent_r()
|
/busybox-1.35.0/libbb/ |
D | platform.c | 182 ssize_t FAST_FUNC getline(char **lineptr, size_t *n, FILE *stream) in getline() argument 190 ch = fgetc(stream); in getline()
|
/busybox-1.35.0/include/ |
D | libbb.h | 221 # define getc(stream) getc_unlocked(stream) argument 225 # define putc(c,stream) putc_unlocked(c,stream) argument 229 # define fgetc(stream) getc_unlocked(stream) argument 231 # define fputc(c,stream) putc_unlocked(c,stream) argument 236 # define fgets(s,n,stream) fgets_unlocked(s,n,stream) argument 238 # define fputs(s,stream) fputs_unlocked(s,stream) argument 243 # define feof(stream) feof_unlocked(stream) argument 245 # define ferror(stream) ferror_unlocked(stream) argument 247 # define fileno(stream) fileno_unlocked(stream) argument
|
D | platform.h | 634 extern ssize_t getline(char **lineptr, size_t *n, FILE *stream) FAST_FUNC;
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 152 /* Return all but the first "n" matched characters back to the input stream. */ 1684 /** Immediately switch to a different input stream. 1685 * @param input_file A readable stream. 1746 * @param file A readable stream. 2067 /** Get the input stream. 2075 /** Get the output stream. 2110 /** Set the input stream. This does not discard the current 2112 * @param in_str A readable stream.
|
D | zconf.tab.c_shipped | 749 /* YY_LOCATION_PRINT -- Print the location on the stream.
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 3 HANDY ONE-LINERS FOR SED (Unix stream editor) Apr. 26, 2004
|