Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 76 – 100 of 534) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c75 char buf[BUFSIZ + 1]; /* scratch buffer */ in doconfig()
88 while (fgets(buf, BUFSIZ, fp)) { in doconfig()
174 char val[BUFSIZ]; /* and the value to be assigned to it */ in doassign()
175 char scratch[BUFSIZ]; /* scratch buffer */ in doassign()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c143 char *dev[D_MAX+2], devbuf[BUFSIZ];
226 char *commap, d_type[BUFSIZ]; in rddev()
229 while (getdevline(buf, BUFSIZ)) { in rddev()
297 static char info[BUFSIZ]; in finds()
470 char buffer[BUFSIZ];
619 char buf[BUFSIZ];
740 char buff[BUFSIZ];
743 while((rval = read(dcf, buff, BUFSIZ)) > 0);
778 char buf[BUFSIZ];
958 char dbuf[BUFSIZ], *dbptr = dbuf; in wrstr()
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c83 char line[BUFSIZ]; in add_lpd_control_line()
116 char line[BUFSIZ]; in add_svr4_control_line()
130 char line[BUFSIZ]; in add_hpux_control_line()
161 char host[BUFSIZ]; in lpd_add_rfc1179_attributes()
391 char buf[BUFSIZ]; in lpd_add_svr4_attributes()
489 char host[BUFSIZ]; in lpd_job_add_files()
516 char name[BUFSIZ]; in lpd_job_add_files()
H A Dlpd-port.c300 char host[BUFSIZ]; in massage_control_data()
387 char buf[BUFSIZ]; in send_lpd_message()
452 char buf[BUFSIZ]; in send_control_file()
505 char buf[BUFSIZ]; in submit_job()
611 char buf[BUFSIZ]; in query()
632 char buf[BUFSIZ]; in cancel()
812 char buf[BUFSIZ]; in main()
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c86 char Lastmsg[BUFSIZ];
92 char msgbuf[BUFSIZ];
93 char Altbasedir[BUFSIZ];
94 char Basedir[BUFSIZ];
345 char scratch[BUFSIZ]; in nullfix()
613 static char homeenv[BUFSIZ];
853 char dbfname[BUFSIZ];
H A Dlslog.c88 char scratch[BUFSIZ]; in error()
236 char log[BUFSIZ]; in logmessage()
237 char olog[BUFSIZ]; in logmessage()
/illumos-gate/usr/src/cmd/ttymon/
H A Dttyadm.c74 char prompt[BUFSIZ]; in main()
75 char dmsg[BUFSIZ]; in main()
76 char ttyflags[BUFSIZ], *tf; in main()
H A Dtmparse.c42 static char word[BUFSIZ]; in getword()
71 if (optr < &word[BUFSIZ]) in getword()
/illumos-gate/usr/src/cmd/expand/
H A Dexpand.c64 static char ibuf[BUFSIZ];
139 if ((len = fread(p1, 1, BUFSIZ, stdin)) <= 0)
203 if ((len = fread(p2, 1, BUFSIZ - n,
/illumos-gate/usr/src/ucbcmd/users/
H A Dusers.c34 int bufflen = BUFSIZ; in main()
43 names = namp = (char **)realloc((void *)NULL, BUFSIZ * sizeof (char *)); in main()
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c110 char nbuf[BUFSIZ], abuf[BUFSIZ]; in extract()
213 char line[BUFSIZ]; in outof()
500 snprintf(ubuf, BUFSIZ, "%s!%s", host, user); in norm()
534 char ubuf[BUFSIZ], abuf[BUFSIZ]; in samebody()
541 (void) strlcpy(ubuf, user, BUFSIZ); in samebody()
544 (void) strlcpy(abuf, addr, BUFSIZ); in samebody()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c65 tchar agpath[BUFSIZ]; in glob()
69 lastgpathp = &gpath[BUFSIZ - 2]; in glob()
287 tchar restbuf[BUFSIZ + 2]; in execbrc()
701 tchar word[BUFSIZ]; in dobackp()
714 pnleft = BUFSIZ - 4; in dobackp()
752 tchar ibuf[BUFSIZ + MB_LEN_MAX]; /* read_ can return extra bytes */ in backeval()
830 icnt = read_(pvec[0], ip, BUFSIZ); in backeval()
909 pnleft = BUFSIZ - 4; in pword()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfputws.c44 char buf[BUFSIZ]; in _fputws_impl()
64 while ((nbytes < (BUFSIZ - (MB_LEN_MAX * 2))) && nchars) { in _fputws_impl()
/illumos-gate/usr/src/cmd/lp/lib/class/
H A Dgetclass.c53 buf[BUFSIZ]; in getclass()
98 while (fdgets(buf, BUFSIZ, fd)) { in getclass()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c311 char buf[BUFSIZ]; in parse_cf()
443 char buf[BUFSIZ]; in receive_data_file()
453 int rc = ((size > BUFSIZ) ? BUFSIZ : size); in receive_data_file()
495 char buf[BUFSIZ]; in berkeley_receive_files()
638 char buf[BUFSIZ]; in main()
758 char buf[BUFSIZ]; in main()
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c226 char buf1[BUFSIZ], buf2[BUFSIZ]; in main()
812 char time_buf[BUFSIZ]; in change()
1247 char title[2 * BUFSIZ], *etitle;
1360 *fpp = (char *)malloc(BUFSIZ); in setfile()
1468 char buf1[BUFSIZ], buf2[BUFSIZ]; in compare()
1590 i = read(f1, buf1, BUFSIZ); in compare()
1591 j = read(f2, buf2, BUFSIZ); in compare()
1757 char buf[BUFSIZ]; in binary()
1761 cnt = read(f, buf, BUFSIZ); in binary()
1770 char buf[BUFSIZ]; in filebinary()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c228 char buf[BUFSIZ]; in fmt_rawstr()
235 nbytes = mdb_tgt_readstr(t, as, buf, BUFSIZ, addr); in fmt_rawstr()
238 addr += MIN(nbytes, BUFSIZ - 1); in fmt_rawstr()
243 } while (nbytes == BUFSIZ); in fmt_rawstr()
257 char buf[BUFSIZ]; in fmt_escstr()
265 nbytes = mdb_tgt_readstr(t, as, buf, BUFSIZ, addr); in fmt_escstr()
270 addr += MIN(nbytes, BUFSIZ - 1); in fmt_escstr()
275 } while (nbytes == BUFSIZ); in fmt_escstr()
411 char buf[BUFSIZ]; in fmt_instr()
433 char buf[BUFSIZ]; in fmt_dotinstr()
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.l433 int bsize = BUFSIZ; /* growing buffer size */
443 bsize += BUFSIZ;
482 int bsize = BUFSIZ; /* growing buffer size */
494 bsize += BUFSIZ;
527 char file[BUFSIZ];
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetpentry.c55 char buf[BUFSIZ]; in getpentry()
125 while (fdgets(buf, BUFSIZ, fd) != NULL) { in getpentry()
/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.c96 char buf[BUFSIZ]; in read_in_exceptions()
110 while (fgets(buf, BUFSIZ, except_fp)) { in read_in_exceptions()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c63 static unsigned char netobuf[10*BUFSIZ];
64 static unsigned char netibuf[10*BUFSIZ];
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c103 char shareline[BUFSIZ], unshareline[BUFSIZ]; in main()
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dputform.c123 char buf[BUFSIZ]; in putform()
133 while ((n = fread(buf, 1, BUFSIZ, *p_align_fp)) != 0) { in putform()
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_write.c254 char lfile[BUFSIZ]; in nis_put_printer()
255 char rfile[BUFSIZ]; in nis_put_printer()
256 char cmd[BUFSIZ]; in nis_put_printer()
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dmemstream.c269 for (i = 0; i < BUFSIZ * 2; i++) { in fmemopen_fill_putc()
315 char buf[BUFSIZ]; in fmemopen_fill_fwrite()
359 char buf[BUFSIZ]; in fmemopen_fill_alt_fwrite()
408 for (i = 0; i < BUFSIZ * 2; i += 16) { in fmemopen_fill_fputs()
473 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_fill_lbuf()
523 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_fwrite_lbuf()
573 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_alt_fwrite_lbuf()
936 char buf[BUFSIZ]; in fmemopen_read_eof_fgets()
965 char buf[BUFSIZ]; in fmemopen_read_eof_fread()
994 char buf[BUFSIZ]; in fmemopen_read_eof_fread2()
[all …]

12345678910>>...22