/titanic_41/usr/src/cmd/saf/ |
H A D | admutil.c | 196 if (!fgets(dummy, SIZE, fp)) in copy_file() 206 if (!fgets(dummy, SIZE, fp)) in copy_file() 214 if (fgets(dummy, SIZE, fp) == NULL) { in copy_file() 243 while (fgets(buf, SIZE, fp)) { in find_pm() 311 while(fgets(buf, SIZE, ifp)) { in do_config() 342 while (fgets(buf, SIZE, ifp)) in do_config()
|
/titanic_41/usr/src/cmd/refer/ |
H A D | addbib.c | 115 fgets(line, BUFSIZ, stdin); in addbib() 123 if (fgets(line, BUFSIZ, stdin) == NULL) { in addbib() 144 fgets(line, BUFSIZ, stdin); in addbib() 163 while (fgets(line, BUFSIZ, stdin)) { in addbib() 179 fgets(line, BUFSIZ, stdin); in addbib() 261 for (entry = 0; fgets(str, BUFSIZ, pfp); entry++) { in rd_skel()
|
H A D | lookbib.c | 56 fgets(s, BUFSIZ, stdin); in main() 62 if (fgets(s, BUFSIZ, stdin)) { in main()
|
/titanic_41/usr/src/cmd/make/lib/vroot/ |
H A D | report.cc | 134 while (fgets(line, MAXPATHLEN+2, command_output_fp) in close_file() 156 while (fgets(line, MAXPATHLEN+2, nse_depinfo_fp) != NULL) { in close_file() 158 while (fgets(buf, MAXPATHLEN+2, command_output_fp) in close_file() 172 while (fgets(line, MAXPATHLEN, nse_depinfo_fp) in close_file() 192 while (fgets(line, MAXPATHLEN+2, command_output_fp) != NULL) { in close_file()
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | mailcompat.c | 137 while (fgets(line, sizeof line, stdin) != NULL) 158 if (fgets(line, sizeof line, stdin) == NULL || 289 while (fgets(line, MAXLINE, f)) in AutoInstall() 331 fgets(line, sizeof (line), stdin);
|
H A D | vacation.c | 275 while (fgets(buf, MAXLINE, stdin) != NULL) 389 if (fgets(line, sizeof (line), stdin) == NULL || 486 while (fgets(buf, MAXLINE, stdin) != NULL && buf[0] != '\n') 600 while (fgets(line, MAXLINE, f)) { 820 while (fgets(line, MAXLINE, f)) { 882 while (fgets(line, MAXLINE, tmpf)) 1104 while (fgets(line, MAXLINE, f)) in AutoInstall() 1153 res = fgets(line, sizeof (line), stdin);
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getcwd.c | 48 extern char *malloc(), *fgets(), *strchr(); 71 (void) fgets(arg1, arg2, pipe);
|
H A D | exportent.c | 96 if (fgets(line, LINESIZE, f) == NULL) { in getexportent() 154 while (fgets(buf, sizeof(buf), f)) { in remexportent() 172 while (fgets(buf, sizeof(buf), f2)) { in remexportent()
|
/titanic_41/usr/src/cmd/mailwrapper/ |
H A D | fgetln.c | 57 if (fgets(buf, bufsiz, fp) == NULL) in fgetln() 75 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) in fgetln()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/common/ |
H A D | request.c | 143 while ( fgets(buf, sizeof(buf), fp_in) != NULL ) in dumprequest() 145 while ( fgets(buf, sizeof(buf), fp_in) != NULL ) in dumprequest()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | stdhosts.c | 116 (fgetsp = fgets(line, sizeof (line), fp)) != NULL) { 130 while ((fgetsp = fgets(adr, sizeof (adr), 155 while ((fgetsp = fgets(line, sizeof (line),
|
H A D | nick.c | 56 while (fgets(nickbuf, YPMAXMAP, nickp) != NULL) { 94 while (fgets(nickbuf, YPMAXMAP, nickp) != NULL) {
|
/titanic_41/usr/src/cmd/ypcmd/mknetid/ |
H A D | getname.c | 49 if (! fgets(line, maxlinelen, f)) { 60 if (! fgets(p, maxlinelen, f)) {
|
/titanic_41/usr/src/cmd/exstr/ |
H A D | exstr.c | 276 while (fgets(repbuf, sizeof (repbuf), stdin) != (char *)NULL) { 353 if (fgets(linebuf, 379 if (fgets(linebuf, 421 while (fgets(linebuf, sizeof (linebuf), fi) != (char *)NULL)
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | friendly.c | 66 while ( fgets( buf, sizeof(buf), fp ) != NULL ) { in ldap_friendly_name() 79 while ( fgets( buf, sizeof(buf), fp ) != NULL && i < entries ) { in ldap_friendly_name()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | gnxseq.c | 70 while (fgets(buf, BUFSIZ, fp0) != NULL) { 95 while (fgets(buf, BUFSIZ, fp0) != NULL)
|
H A D | systat.c | 61 if (fgets(line, S_SIZE, fp) != NULL) 149 if (fgets(line, S_SIZE, fp) == NULL) {
|
/titanic_41/usr/src/cmd/mail/ |
H A D | gethead.c | 117 if (fgets(wline, MAXHDRSIZE, file) == NULL) { in gethead() 132 fgets(wline, MAXHDRSIZE, file); in gethead() 138 fgets(wline, MAXHDRSIZE, file); in gethead()
|
/titanic_41/usr/src/cmd/acpi/acpixtract/ |
H A D | acpixtract.c | 131 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile)) in AxExtractTables() 314 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile)) in AxExtractToMultiAmlFile() 438 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile)) in AxListTables()
|
/titanic_41/usr/src/cmd/gss/gsscred/ |
H A D | gsscred_file.c | 119 while (fgets(entry, MAX_ENTRY_LEN, fp) != NULL) { in file_getGssCredEntry() 155 while (fgets(entry, MAX_ENTRY_LEN, fp) != NULL) { in file_getGssCredUid() 226 while (fgets(entry, MAX_ENTRY_LEN, fp) != NULL) { in file_deleteGssCredEntry()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 593 cp = fgets(buf, BUFSZ, fp); in get_timeout() 623 cp = fgets(buf, BUFSZ, fp); in load_interval() 655 (void) fgets(buf, BUFSZ, fp); in load_interval() 688 (void) fgets(buf, BUFSZ, fp); /* reads newline on data line */ in load_interval() 689 (void) fgets(buf, BUFSZ, fp); in load_interval() 699 (void) fgets(buf, BUFSZ, fp); in load_interval() 847 while ((ret = fgets(buf, BUFSZ, fp)) != NULL) { in count_records() 877 while ((ret = fgets(buf, BUFSZ, fd)) != NULL) { in find_file_section() 1294 (void) fgets(buf, BUFSZ, fp); in load_projected_properties() 1409 (void) fgets(buf, BUFSZ, fp); in load_associations() [all …]
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | translate.c | 75 fgets(postmark, sizeof postmark, pp); in translate() 84 if (fgets(line, sizeof line, pp) == NULL) in translate()
|
/titanic_41/usr/src/cmd/sgs/error/common/ |
H A D | errorfilter.c | 95 for (nignored = 0; fgets(inbuffer, 255, fyle) != NULL; nignored++) in getignored() 107 for (i = 0; i < nignored && (fgets(inbuffer, 255, fyle) != NULL); in getignored()
|
/titanic_41/usr/src/cmd/dispadmin/ |
H A D | fxdispadmin.c | 265 if (fgets(buf, sizeof (buf), fp) == NULL) in set_fxdptbl() 303 if (fgets(buf, sizeof (buf), fp) == NULL) in set_fxdptbl() 343 while (fgets(buf, sizeof (buf), fp) != NULL) { in set_fxdptbl()
|
/titanic_41/usr/src/lib/pam_modules/dial_auth/ |
H A D | dial_auth.c | 104 while ((p1 = fgets(line, sizeof (line), fp)) != NULL) { in pam_sm_authenticate() 130 while ((p1 = fgets(line, sizeof (line)-1, fp)) != NULL) { in pam_sm_authenticate()
|