HomeSort by: relevance | last modified time | path
    Searched defs:fbuf (Results 1 - 19 of 19) sorted by relevancy

  /src/games/phantasia/
setup.c 86 struct stat fbuf; /* for getting files statistics */
112 if (stat(path, &fbuf) == 0)
85 struct stat fbuf; \/* for getting files statistics *\/ local in function:main
  /src/sbin/ifconfig/
ether.c 155 char fbuf[BUFSIZ]; local in function:ether_status
164 (void)snprintb_m(fbuf, sizeof(fbuf), ECCAPBITS,
166 bp = fbuf;
171 (void)snprintb_m(fbuf, sizeof(fbuf), ECCAPBITS,
173 bp = fbuf;
af_inet.c 115 char fbuf[1024]; local in function:in_alias
145 (void)snprintb(fbuf, sizeof(fbuf), IN_IFFBITS, ifa->ifa_addrflags);
146 printf(" flags %s", fbuf);
af_inet6.c 269 char fbuf[1024]; local in function:in6_alias
293 (void)snprintb(fbuf, sizeof(fbuf), IN6_IFFBITS, ifa->ifa_addrflags);
294 printf(" flags %s", fbuf);
ifconfig.c 1278 char fbuf[BUFSIZ]; local in function:status
1300 (void)snprintb(fbuf, sizeof(fbuf), IFFBITS, flags);
1301 printf("%s: flags=%s", ifname, fbuf);
1318 (void)snprintb_m(fbuf, sizeof(fbuf), IFCAPBITS,
1320 bp = fbuf;
1325 (void)snprintb_m(fbuf, sizeof(fbuf), IFCAPBITS,
1327 bp = fbuf;
    [all...]
  /src/usr.bin/mail/
quit.c 269 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; local in function:quit
310 fbuf = Fopen(mailname, "ref");
311 if (fbuf == NULL)
313 if (flock(fileno(fbuf), LOCK_EX) == -1) {
316 (void)Fclose(fbuf);
322 if (fstat(fileno(fbuf), &minfo) >= 0 && minfo.st_size > mailsize) {
333 (void)fseek(fbuf, (long)mailsize, 0);
334 while ((c = getc(fbuf)) != EOF)
339 c = getc(fbuf);
349 (void)Fclose(fbuf);
    [all...]
collect.c 369 FILE *fbuf; local in function:collect
637 (fbuf = Fdopen(fd, "wef+")) == NULL) {
648 rc2 = run_command(shellcmd, NULL, nullfd, fileno(fbuf), "-c", cp + 1, NULL);
653 (void)Fclose(fbuf);
657 if (fsize(fbuf) == 0) {
659 (void)Fclose(fbuf);
663 rewind(fbuf);
669 else if ((fbuf = Fopen(cp, "re")) == NULL) {
677 while ((rc = readline(fbuf, linebuf, LINESIZE, 0)) >= 0) {
681 (void)Fclose(fbuf);
    [all...]
  /src/sys/arch/sparc/stand/boot/
boot.c 57 char fbuf[80], dbuf[128]; variable in typeref:typename:char[80]
294 kgets(fbuf, sizeof(fbuf));
295 if (fbuf[0])
296 strcpy(kernel, fbuf);
  /src/tests/lib/libc/gen/
t_humanize_number.c 206 char fbuf[128]; local in function:ATF_TC_BODY
232 w_printf("%s,", formatflags(fbuf, sizeof(fbuf), scale_flags,
235 w_printf("%s)", formatflags(fbuf, sizeof(fbuf), normal_flags,
  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 428 char fbuf[512]; local in function:write_file
498 if (fread(fbuf, 1, j, fp) != j)
500 if (write(fd, fbuf, 512) != 512)
  /src/sbin/mount_nfs/
mount_nfs.c 469 char fbuf[2048]; local in function:shownfsargs
473 (void)snprintb(fbuf, sizeof(fbuf), NFSMNT_BITS,
495 fbuf,
  /src/usr.bin/mkdep/
mkdep.c 166 static char *fbuf; local in function:read_fname
178 fbuf = realloc(fbuf, fbuflen += 32);
179 if (fbuf == NULL)
182 fbuf[len] = ch;
186 fbuf[len] = 0;
187 return fbuf;
  /src/sys/dev/pci/
ichsmb.c 529 char fbuf[64]; local in function:ichsmb_i2c_exec
551 snprintb(fbuf, sizeof(fbuf), SMB_HS_BITS, st);
552 printf("%s: exec: st %s\n", device_xname(sc->sc_dev), fbuf);
652 snprintb(fbuf, sizeof(fbuf), SMB_HS_BITS, st);
654 fbuf);
669 char fbuf[64]; local in function:ichsmb_intr
686 snprintb(fbuf, sizeof(fbuf), SMB_HS_BITS, st)
    [all...]
  /src/usr.bin/pr/
pr.c 811 FILE **fbuf = NULL; local in function:mulfile
830 if ((fbuf = calloc(clcnt, sizeof(FILE *))) == NULL)
849 if ((fbuf[j] = nxtfile(argc, argv, &fname, ohbuf, 1)) == NULL)
851 if (pgnm && (inskip(fbuf[j], pgnm, lines)))
852 fbuf[j] = NULL;
921 if (fbuf[j] == NULL) {
926 } else if ((cnt = inln(fbuf[j], ptbf, colwd,
931 if (fbuf[j] != stdin)
932 (void)fclose(fbuf[j]);
933 fbuf[j] = NULL
    [all...]
  /src/usr.sbin/makefs/
ffs.c 871 char *fbuf, *p; local in function:ffs_write_file
885 fbuf = NULL;
916 fbuf = emalloc(ffs_opts->bsize);
930 else if ((nread = read(ffd, fbuf, chunk)) == -1)
940 p = fbuf;
974 if (fbuf)
975 free(fbuf);
  /src/usr.bin/fstat/
fstat.c 1071 char lbuf[512], fbuf[512], pbuf[24]; local in function:socktrans
1115 fbuf[0] = '\0';
1136 inet_addrstr(fbuf, sizeof(fbuf), &in4p_faddr(inp),
1161 inet6_addrstr(fbuf, sizeof(fbuf), &in6p_faddr(inp),
1215 snprintf(fbuf, sizeof(fbuf), " %s %s %s",
1227 snprintf(fbuf, sizeof(fbuf),
    [all...]
  /src/lib/libc/time/
zdump.c 1070 char fbuf[100]; local in function:istrftime
1071 bool oversized = (ptrdiff_t)sizeof fbuf <= f_prefix_copy_size;
1072 char *f_prefix_copy = oversized ? xmalloc(f_prefix_copy_size) : fbuf;
  /src/sys/kern/
kern_descrip.c 2091 struct file *fp, fbuf; local in function:sysctl_kern_file
2194 fill_file(&fbuf, fp);
2196 error = sysctl_copyout(l, &fbuf, where, sizeof(fbuf));
  /src/bin/csh/
csh.h 257 #define fbuf B.Bfbuf macro

Completed in 85 milliseconds