Searched refs:file_size (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/texinfo/info/ |
| D | makedoc.c | 324 long file_size; in process_one_file() local 335 file_size = (long) finfo.st_size; in process_one_file() 336 buffer = (char *)xmalloc (1 + file_size); in process_one_file() 340 file_size = read (descriptor, buffer, file_size); in process_one_file() 360 for (; offset < (file_size - decl_len); offset++) in process_one_file() 380 while (point < file_size) in process_one_file() 393 while (point++ < file_size) in process_one_file() 404 if (point >= file_size) in process_one_file() 457 while (point < file_size) in process_one_file() 473 while (offset < file_size) in process_one_file() [all …]
|
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | files.c | 196 long file_size; in find_and_load() local 211 file_size = (long) fileinfo.st_size; in find_and_load() 218 result = xmalloc (file_size + 2); in find_and_load() 225 bytes_to_read = file_size; in find_and_load() 231 if (0 < count && count < file_size) in find_and_load()
|
| D | node.c | 1746 long file_size; in split_file() local 1760 file_size = (long) fileinfo.st_size; in split_file() 1806 while (i < file_size) in split_file() 1832 while (i < file_size) in split_file()
|
| /mirbsd/src/gnu/usr.bin/texinfo/util/ |
| D | texindex.c | 955 long file_size; in sort_in_core() local 966 for (file_size = 0;;) in sort_in_core() 968 i = read (desc, data + file_size, total - file_size); in sort_in_core() 971 file_size += i; in sort_in_core() 974 data[file_size] = 0; in sort_in_core() 978 if (file_size > 0 && data[0] != '\\' && data[0] != '@') in sort_in_core() 1005 nextline = parsefile (infile, nextline, file_data, file_size); in sort_in_core()
|
| /mirbsd/src/sbin/isakmpd/ |
| D | util.c | 587 check_file_secrecy_fd(int fd, char *name, size_t *file_size) in check_file_secrecy_fd() argument 607 if (file_size) in check_file_secrecy_fd() 608 *file_size = (size_t)st.st_size; in check_file_secrecy_fd()
|
| /mirbsd/src/distrib/special/more/ |
| D | more.c | 115 off_t file_pos, file_size; variable 338 (file_size != LONG_MAX)) { in main() 467 if ((file_size = stbuf.st_size) == 0) in checkf() 468 file_size = LONG_MAX; in checkf() 654 (int)((file_pos * 100) / file_size)); in prompt()
|
| /mirbsd/src/libexec/ftpd/ |
| D | ftpd.c | 160 off_t file_size; variable 1379 file_size = size; in dataconn() 2230 if (file_size != (off_t) -1) in myoob() 2232 byte_count, file_size); in myoob()
|