Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 51 – 75 of 534) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/test/
H A Dmkmnmcstbl.c61 char buf[BUFSIZ], num[100]; in main()
77 while (fgets(buf, BUFSIZ, stdin)) { in main()
140 char buf[BUFSIZ], num[100]; in mk_u4nm()
156 while (fgets(buf, BUFSIZ, fd)) { in mk_u4nm()
/illumos-gate/usr/src/cmd/bnu/
H A Dgnxseq.c40 char buf[BUFSIZ], name[NAMESIZE]; in gnxseq()
66 while (fgets(buf, BUFSIZ, fp0) != NULL) { in gnxseq()
91 while (fgets(buf, BUFSIZ, fp0) != NULL) in gnxseq()
H A Dsysfiles.c79 static char errformat[BUFSIZ];
159 char *tok, buf[BUFSIZ];
203 char *tok, buf[BUFSIZ];
246 while (fgets(lptr, (line + BUFSIZ) - lptr, f) != NULL) {
368 char expandpath[BUFSIZ];
480 ASSERT(len >= BUFSIZ, "BUFFER TOO SMALL", "getsysline", 0); in getsysline()
743 char buf[BUFSIZ]; in setconfig()
/illumos-gate/usr/src/cmd/msgid/
H A Dmsgid.c34 char msg[BUFSIZ]; in main()
36 while (fgets(msg, BUFSIZ, stdin) != NULL) { in main()
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c284 buf = (char *)malloc(BUFSIZ);
290 buf_size = BUFSIZ;
404 buf_size += BUFSIZ;
410 buf_size -= BUFSIZ;
446 buf_size += BUFSIZ;
452 buf_size -= BUFSIZ;
/illumos-gate/usr/src/lib/pam_modules/list/
H A Dlist.c69 char buf[BUFSIZ]; in pam_sm_acct_mgmt()
228 while (fgets(buf, BUFSIZ, fd) != NULL) { in pam_sm_acct_mgmt()
230 if ((strlen(buf) == (BUFSIZ - 1)) && in pam_sm_acct_mgmt()
231 (buf[BUFSIZ - 2] != '\n')) { in pam_sm_acct_mgmt()
237 "more than %d chars, the rest ignored", BUFSIZ - 1); in pam_sm_acct_mgmt()
/illumos-gate/usr/src/cmd/ttymon/
H A Dadmutil.c49 static char buf[BUFSIZ]; /* scratch buffer */ in find_label()
51 while (fgets(buf, BUFSIZ, fp)) { in find_label()
H A Dsttydefs.c224 char tbuf[BUFSIZ], *tp; in add_entry()
394 char dummy[BUFSIZ]; /* scratch buffer */ in copy_file()
408 if (!fgets(dummy, BUFSIZ, fp)) in copy_file()
418 if (!fgets(dummy, BUFSIZ, fp)) in copy_file()
425 if (fgets(dummy, BUFSIZ, fp) == NULL) { in copy_file()
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c88 char p_line[BUFSIZ]; in parse_proto_line()
261 char p_line[BUFSIZ]; in parse_proto_link()
362 char buf[BUFSIZ]; in read_pkginfo()
390 while (fgets(buf, BUFSIZ, pkginfo_fp) && (hits != 3)) { in read_pkginfo()
458 char buf[BUFSIZ]; in first_pass_prototype()
469 while (fgets(buf, BUFSIZ, proto_fp)) { in first_pass_prototype()
565 char buf[BUFSIZ]; in second_pass_prototype()
576 while (fgets(buf, BUFSIZ, proto_fp)) { in second_pass_prototype()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c129 char errformat[BUFSIZ]; in sysaccess()
159 char *tok, buf[BUFSIZ]; in scansys()
232 char *tok, buf[BUFSIZ]; in scancfg()
270 while (fgets(lptr, (line + BUFSIZ) - lptr, f) != NULL) { in getaline()
376 char errformat[BUFSIZ]; in nameparse()
394 char expandpath[BUFSIZ]; in setfile()
731 char buf[BUFSIZ]; in setconfig()
/illumos-gate/usr/src/cmd/listen/
H A Dlsparam.h62 #define RCVBUFSZ BUFSIZ /* receive buffer size */
63 #define DBFLINESZ BUFSIZ /* max line size in data base */
H A Dlisten.c196 char scratch[BUFSIZ]; in main()
197 char log[BUFSIZ]; in main()
198 char olog[BUFSIZ]; in main()
479 char scratch[BUFSIZ]; in net_open()
700 char scratch[BUFSIZ];
1081 char scratch[BUFSIZ]; in doevent()
1141 char scratch[BUFSIZ]; in send_dis()
1177 char scratch[BUFSIZ]; in trycon()
1573 char scratch[BUFSIZ];
1687 char scratch[BUFSIZ];
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c64 static char lastbang[BUFSIZ];
86 char cmd[BUFSIZ]; in shell1()
164 char bangbuf[BUFSIZ]; in bangexp()
172 n = BUFSIZ; in bangexp()
203 nstrcpy(str, BUFSIZ, bangbuf); in bangexp()
308 char mylocalname[BUFSIZ], mydomname[BUFSIZ]; in resp1()
390 char fldr[BUFSIZ]; in getrecf()
543 char varbuf[BUFSIZ], **ap, **p; in set()
802 char savename[BUFSIZ]; in getfilename()
803 char oldmailname[BUFSIZ]; in getfilename()
[all …]
/illumos-gate/usr/src/lib/libnsl/saf/
H A Dcheckver.c52 char line[BUFSIZ]; /* temp buffer for input */ in check_version()
59 while (fgets(p, BUFSIZ, fp)) { in check_version()
/illumos-gate/usr/src/cmd/isalist/
H A Disalist.c38 char buffer[BUFSIZ]; in main()
41 size_t bufsize = BUFSIZ; in main()
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dloadpri.c74 char line[BUFSIZ], in ld_priority_file()
105 if (!(p = fdgets(line, BUFSIZ, fd))) in ld_priority_file()
229 while (*pp = fdgets(buf, BUFSIZ, fd)); in next_user()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Darch.c41 char buf[BUFSIZ]; in conv_sys_eclass()
47 if (sysinfo(SI_ISALIST, buf, BUFSIZ) == -1) in conv_sys_eclass()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.echod/
H A Din.echod.c42 char buffer[BUFSIZ]; in echo_stream()
63 char buf[BUFSIZ]; in main()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dsop.c51 char buf[BUFSIZ]; in sop_up_rest()
60 while (fdgets(buf, BUFSIZ, fd)) { in sop_up_rest()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_all.c72 char errbuf[BUFSIZ]; in __yp_all_cflookup()
133 (void) snprintf(errbuf, BUFSIZ, "yp_all \ in __yp_all_cflookup()
196 char errbuf[BUFSIZ]; in __yp_all_rsvdport()
267 (void) snprintf(errbuf, BUFSIZ, "yp_all \ in __yp_all_rsvdport()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dcuserid.c47 char buffer[BUFSIZ]; in cuserid()
62 } else if ((pw = getpwuid_r(getuid(), &pwd, buffer, BUFSIZ)) != NULL) { in cuserid()
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dtcp_misc.c148 char buf[BUFSIZ + 1]; in tcp_print()
170 (void) memset(buf, 0, BUFSIZ + 1); in tcp_print()
171 while (ctr < BUFSIZ) { in tcp_print()
/illumos-gate/usr/src/cmd/dfs.cmds/dfshares/
H A Ddfshares.c70 char subcmd[BUFSIZ]; /* fs specific command */ in main()
216 static char buf[BUFSIZ];
223 while (s = fgets(buf, BUFSIZ, fp)) { in getfs()
/illumos-gate/usr/src/ucbcmd/sum/
H A Dsum.c61 (nbytes + BUFSIZ - 1) / BUFSIZ); in main()
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h114 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ))
128 #if BUFSIZ == 1024
130 #elif BUFSIZ == 512
133 #define MULTIBFSZ(SZ) ((SZ) - (SZ % BUFSIZ))

12345678910>>...22