Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 25 of 550) sorted by path

12345678910>>...22

/illumos-gate/usr/src/boot/include/
H A Dstdio.h244 char *fgets(char * __restrict, int, FILE * __restrict);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c323 while (fgets(buf, BUFSIZ, fp)) { in arch_match()
332 if (!fgets(buf, BUFSIZ, fp)) { in arch_match()
H A Dfrontend.c545 if (fgets(buf, BUFSIZ, fp)) { in readline()
556 if (!fgets(buf, BUFSIZ, fp)) { in readline()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c559 if (fgets(line, sizeof (line), Fp) == NULL) { in nexttok()
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c113 while (fgets(fbuf, sizeof (fbuf), stdin) != NULL) { in main()
H A Dfwtmp.c110 if (fgets((p = buf), BUFSIZ, file) == NULL) in inp()
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c205 while(fgets(holbuf, sizeof(holbuf), holptr) != NULL) { in inithol()
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c232 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile)) in AxExtractTables()
436 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile)) in AxExtractToMultiAmlFile()
593 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile)) in AxListAllTables()
H A Daxutils.c514 while (fgets (Gbl_InstanceBuffer, AX_LINE_BUFFER_SIZE, InputFile)) in AxCountTableInstances()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmextern.c541 while (fgets (StringBuffer, ASL_STRING_BUFFER_SIZE, ExternalRefFile)) in AcpiDmGetExternalsFromFile()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasloptions.c1083 while (fgets (StringBuffer, ASL_STRING_BUFFER_SIZE, ResponseFile)) in AslDoResponseFile()
H A Daslstartup.c278 while (fgets (Gbl_CurrentLineBuffer, Gbl_LineBufferSize, Info->Handle)) in AslDetectSourceFileType()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs411 stdio/fgets.o \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio174 extern __MANGLE__ char* fgets __PROTO__((char*, int, FILE*));
284 #define fgets _ast_fgets
406 extern __MANGLE__ char* fgets __PROTO__((char*, int, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio174 extern __MANGLE__ char* fgets __PROTO__((char*, int, FILE*));
284 #define fgets _ast_fgets
406 extern __MANGLE__ char* fgets __PROTO__((char*, int, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio174 extern __MANGLE__ char* fgets __PROTO__((char*, int, FILE*));
284 #define fgets _ast_fgets
406 extern __MANGLE__ char* fgets __PROTO__((char*, int, FILE*));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio174 extern __MANGLE__ char* fgets __PROTO__((char*, int, FILE*));
284 #define fgets _ast_fgets
406 extern __MANGLE__ char* fgets __PROTO__((char*, int, FILE*));
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c1123 while (fgets(linebuf, sizeof (linebuf), fp) != NULL) { in do_load_controls()
1128 while (fgets(linebuf, sizeof (linebuf), fp) != NULL && in do_load_controls()
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c268 while (fgets(buf, sizeof (buf), fp) != NULL) { in set_info()
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c162 while (fgets(buf, sizeof (buf), fp) != NULL) { in main()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c287 if ((fgets(buf, BUFSIZ, df)) != buf) in getrecord()
H A Ddumpoptr.c130 if (fgets(replybuffer, sizeof (replybuffer), stdin) == NULL) { in query_once()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y774 while (fgets(fmt, sizeof (fmt), fp)) {
877 if (fgets(buffy, sizeof (buffy), stdin) == NULL) {
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c358 (void) fgets(input, sizeof (input), terminal); in getcmd()
H A Dtape.c505 (void) fgets(tbf, (int)tbfsize, terminal); in getvol()
541 (void) fgets(tbf, (int)tbfsize, terminal); in getvol()

12345678910>>...22