| /src/external/gpl2/xcvs/dist/lib/ |
| ftruncate.c | 36 struct stat filebuf; local 38 if (fstat (fd, &filebuf) < 0) 41 if (filebuf.st_size < length)
|
| /src/usr.bin/netstat/ |
| unix.c | 145 char *filebuf; local 210 filebuf = (char *)kvm_getfiles(get_kvmd(), KERN_FILE, 212 if (filebuf == 0) { 217 file = (struct file *)(filebuf + sizeof(fp));
|
| /src/lib/libc/gen/ |
| getgrent.c | 343 char filebuf[_GETGR_R_SIZE_MAX], *ep; local 362 while (fgets(filebuf, (int)sizeof(filebuf), state->fp) != NULL) { 363 ep = strchr(filebuf, '\n'); 373 if (filebuf[0] == '+') /* skip compat line */ 377 if (! _gr_parse(filebuf, grp, buffer, buflen)) { 1356 char filebuf[_GETGR_R_SIZE_MAX], *ep; local 1406 &cgrp, filebuf, sizeof(filebuf), &cgrpres); 1417 &cretval, &cgrp, filebuf, [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| client.c | 1676 char *filebuf; 1687 filebuf = NULL; 1692 &filebuf, &filebufsize, &nread); 1694 FILEBUF, and the length of the contents is in NREAD. 1698 if (! rcs_change_text (short_pathname, filebuf, nread, buf, size, 1740 free (filebuf); 1675 char *filebuf; local
|
| rcs.c | 5780 char *filebuf; local 5787 filebuf = xmalloc (len > CMP_BUF_SIZE ? CMP_BUF_SIZE : len); 5794 if (fread (filebuf, 1, checklen, data->fp) != checklen) 5800 free (filebuf); 5804 if (memcmp (filebuf, buffer, checklen) != 0) 5807 free (filebuf); 5815 free (filebuf);
|
| server.c | 1631 char *filebuf; local 1634 filebuf = xmalloc (size); 1635 p = filebuf; 1672 if (filebuf != NULL) 1678 if (filebuf == NULL) 1684 if (gunzip_and_write (fd, file, (unsigned char *) filebuf, size)) 1690 free (filebuf); 4990 struct buffer *filebuf) 5014 /* The contents of the file will be in one of filebuf, 5020 if (filebuf != NULL [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| dwarf2out.cc | 12914 char *filebuf = XALLOCAVEC (char, maxfilelen); 12917 snprintf (filebuf, maxfilelen, "%s;%d", 12920 output_line_string (str_form, filebuf, "File Entry", (unsigned) i + 1); 12902 char *filebuf = XALLOCAVEC (char, maxfilelen); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dwarf2out.cc | 12872 char *filebuf = XALLOCAVEC (char, maxfilelen); 12875 snprintf (filebuf, maxfilelen, "%s;%d", 12878 output_line_string (str_form, filebuf, "File Entry", (unsigned) i + 1); 12860 char *filebuf = XALLOCAVEC (char, maxfilelen); local
|