Home
last modified time | relevance | path

Searched refs:fgets (Results 76 – 100 of 550) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.news5 - In libcli.a instead of stupid fgets() function we use
/illumos-gate/usr/src/cmd/cron/
H A Dpermit.c101 while (fgets(line, UNAMESIZE, cap) != NULL) { in within()
H A Dcrontab.c260 while (fgets(line, CTLINESIZE, fp) != NULL) in main()
292 while (fgets(line, CTLINESIZE, fp) != NULL) { in main()
455 while (fgets(line, CTLINESIZE, fp) != NULL) { in copycron()
/illumos-gate/usr/src/cmd/tbl/
H A Dte.c38 while ((p = fgets(s,len,tabin))==0) in gets1()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdio_c99.c63 return fgets(buf, size, sp); in fgets_unlocked()
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dremovef.c63 if (fgets(buf, PATH_MAX, stdin) == NULL) in removef()
/illumos-gate/usr/src/cmd/oamuser/group/
H A Dadd_group.c77 while (fgets(buf, GRPBUFSIZ, etcgrp) != NULL) {
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfgets.c44 fgets(char *buf, int size, FILE *iop) in fgets() function
/illumos-gate/usr/src/lib/libmail/common/
H A Dgetdomain.c73 while (fgets(buf, size, fp)) in look4domain()
/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c94 while (fgets(qn, 200, ff)) { in main()
H A Dsortbib.c103 while (offset = ftell(fp), fgets(line, BUF, fp)) { in sortbib()
179 while (fgets(str, sizeof (str), tfp)) { in deliver()
/illumos-gate/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c163 while ((p = fgets(inp, PKGINFO_RD_LEN, fp)) != NULL) { in read_pkg_data()
432 while (fgets(path, sizeof (path), delete_listp) != NULL) { in set_zone_emul_bitmap()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c361 while (fgets(buf, sizeof (buf), namefp) != NULL) { in do_priv_gettext()
388 while (fgets(lp, sizeof (buf) - (lp - buf), namefp) != NULL) { in do_priv_gettext()
H A Dgetusershell.c161 while (fgets(cp, MAXPATHLEN + 1, fp) != NULL) { in initshells()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_cfgfile.c123 while (fgets(buffer, sizeof (buffer), in) != NULL) { in _nscd_cfg_read_file()
258 while (fgets(buffer, sizeof (buffer), in) != NULL) { in _nscd_cfg_read_nsswitch_file()
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c216 while (fgets(buf, sizeof (buf) - 1, fp) != NULL) in copyfile()
289 while (fgets(buf, sizeof (buf) - 1, ft) != NULL) { in sanity_check()
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c246 while (fgets(lptr, (line + BUFSIZ) - lptr, f) != NULL) {
534 if (fgets(buf, len, fdevices) != NULL) { in getdevline()
584 if (fgets(buf, len, fdialers) != NULL) { in getdialline()
/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.c110 while (fgets(buf, BUFSIZ, except_fp)) { in read_in_exceptions()
/illumos-gate/usr/src/cmd/print/conv_fix/
H A Dconv_fix.c60 while (fgets(tmp, size, fp)) { in _file_getline()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dstandalone.c130 if (fgets(passwdBuf, BUFSIZE, f) == NULL) { in readPwd()
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_shr.c85 while ((p = fgets(linebuf, sizeof (linebuf), fp)) != NULL) { in shr_load_file()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_event.c130 while (fgets(input, AU_EVENT_LINE_MAX, au_event_file)) { in getauevent_r()
294 while (fgets(line, AU_EVENT_LINE_MAX, fp) != NULL) { in cacheauevent()
/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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c86 retp = fgets(prompts[i].reply->data, (int)prompts[i].reply->length, in krb5_prompter_posix()
265 if (fgets(prompts[i].reply->data, prompts[i].reply->length, stdin) in krb5_prompter_posix()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c649 (void) fgets((char *)line, 50, fp); in save_token_object()
888 (void) fgets((char *)tmp, 50, fp1); in load_public_token_objects()
969 (void) fgets((char *)tmp, sizeof (tmp), fp1); in load_private_token_objects()
1231 (void) fgets((char *)line, 50, fp1); in delete_token_object()
1268 (void) fgets((char *)line, 50, fp1); in delete_token_object()

12345678910>>...22