Searched refs:fgets (Results 26 - 50 of 190) sorted by relevance

12345678

/osnet-11/usr/src/cmd/ldap/common/
H A Detest.c78 if ( fgets( buf, sizeof(buf), stdin ) == NULL )
H A Dldapdelete.c130 fgets(buf, sizeof(buf), ldaptool_fp) != NULL) {
H A Dldapmodrdn.c129 (fgets(buf, sizeof(buf), ldaptool_fp) != NULL) )
/osnet-11/usr/src/lib/libwrap/
H A Drfc931.c163 * Read response from server. Use fgets()/sscanf() so we can
169 if (fgets(buffer, sizeof(buffer), fp) != 0
H A Dworkarounds.c72 * With some System-V versions, the fgets() library function does not
73 * account for partial reads from e.g. sockets. The result is that fgets()
82 #undef fgets macro
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c202 while (fgets(line, sizeof (line), fp) == line) {
260 while (fgets(line, sizeof (line), fp) == line) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c73 /* fgets() takes int, but krb5_data.length is unsigned. */
88 retp = fgets(prompts[i].reply->data, (int)prompts[i].reply->length,
271 if (fgets(prompts[i].reply->data, prompts[i].reply->length, stdin)
280 /* fgets always null-terminates the returned string */
H A Dread_pwd.c152 if (fgets(password, *pwsize, stdin) == NULL) {
173 if (fgets(tmpstr, *pwsize, stdin) == NULL) {
/osnet-11/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c163 while ((p = fgets(inp, PKGINFO_RD_LEN, fp)) != NULL) {
410 while (fgets(path, sizeof (path), delete_listp) != NULL) {
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c328 fgets(salt + 6, 94, stdin);
332 fgets(blubber, 73, stdin);
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c268 while (fgets(buf, MAXLINE, stdin) != NULL)
382 if (fgets(line, sizeof (line), stdin) == NULL ||
481 while (fgets(buf, MAXLINE, stdin) != NULL)
626 while (fgets(line, MAXLINE, f)) {
846 while (fgets(line, MAXLINE, f)) {
908 while (fgets(line, MAXLINE, tmpf))
1130 while (fgets(line, MAXLINE, f))
1179 res = fgets(line, sizeof (line), stdin);
H A Dmconnect.c230 while (fgets(buf, sizeof (buf), f) != NULL)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dfakesdio.h25 #undef fgets macro
124 #define fgets(s,n,f) _CANNOT _fgets_ macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c363 while (fgets(buf, sizeof (buf), namefp) != NULL) {
390 while (fgets(lp, sizeof (buf) - (lp - buf), namefp) != NULL) {
412 /* Entry to big; prevent fgets() loop */
H A Ddeflt.c237 while (fgets(thr_data->buf, BUFFERSIZE, thr_data->fp)) {
/osnet-11/usr/src/lib/libxcurses/src/tput/
H A Dtput.c218 if ((*v = fgets(buf, LINE_MAX, stdin)) == NULL) {
370 while (fgets(buf, LINE_MAX, fp) != NULL)
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c311 (void) fgets(words[ti], MAXWORDLEN, tmpfp[ti]);
337 if (fgets(words[choice], MAXWORDLEN, tmpfp[choice]) == NULL) {
/osnet-11/usr/src/lib/libshare/common/
H A Dsharetab.c74 p = fgets(line, MAXBUFSIZE, fd);
/osnet-11/usr/src/lib/libpkg/common/
H A Disdir.c368 while (fgets(line_buf, sizeof (line_buf), fp) != NULL) {
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-namefrob.h111 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-version-check.c106 while (fgets (buf, sizeof (buf), fp))
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-eject.c132 if (strlen (fgets (eject_options, sizeof (eject_options), stdin)) > 0)
H A Dhal-storage-unmount.c135 if (strlen (fgets (unmount_options, sizeof (unmount_options), stdin)) > 0)
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_runtime.c70 * the line and the null character that fgets() adds at the end of
300 while ((fgets(line_bufferp, line_buffer_size, param_filep) != NULL) &&
/osnet-11/usr/src/lib/ncad_addr/common/
H A Dncad_addr.c111 while (fgets(buffer, sizeof (buffer), fp) != NULL) {
114 /* remove '\n' at the end from fgets() */

Completed in 56 milliseconds

12345678