Searched refs:file_length (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/tests/
H A Dgenfile.c67 static off_t file_length = 0; variable
262 if (st.st_size != file_length + seek_offset)
264 printf ("%lu %lu\n", (unsigned long)st.st_size , (unsigned long)file_length);
294 act->size = file_length;
314 file_length = get_size (arg, 1);
429 fill (fp, file_length, pattern);
519 file_length = 0;
524 file_length += displ;
533 file_length += block_size * strlen (argv[i+1]);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_network.h147 off_t file_length); /* -> file length hint sent from the kernel */
152 off_t *file_length, /* <- length of file */
H A Dwebdav_file.c1139 off_t file_length; local
1153 error = network_fsync(request_fsync->pcr.pcr_uid, node, &file_length, &file_last_modified);
1155 if ( (file_length == -1) || (file_last_modified == -1) )
1182 statbuf.attr_stat.st_size = file_length;
H A Dwebdav_network.c4174 off_t file_length) /* -> file length hint sent from the kernel */
4236 create_http_request_message(&node->put_ctx->request, urlRef, file_length); /* can this be moved outside the loop? */
4777 off_t *file_length, /* <- length of file */
4792 *file_length = -1;
4972 *file_length = lseek(node->file_fd, 0LL, SEEK_END);
4171 setup_seq_write( uid_t uid, struct node_entry *node, off_t file_length) argument
4774 network_fsync( uid_t uid, struct node_entry *node, off_t *file_length, time_t *file_last_modified) argument
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_line.c1722 Dwarf_Unsigned file_length = 0; local
1761 file_length = _dwarf_decode_u_leb128(line_ptr, &leb128_length);
1763 curline->lte_length_of_file = file_length;
/macosx-10.9.5/rsync-42/rsync/
H A Dflist.c509 OFF_T file_length; local
565 file_length = read_longint(f);
623 file->length = file_length;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlpc.vim132 syn keyword lpc_efuns contained fetch_variable file_length file_name file_size filter filter_array filter_mapping find_call_out find_living find_object find_player first_inventory floatp floor flush_messages function_exists function_owner function_profile functionp functions

Completed in 114 milliseconds