Searched +refs:archive +refs:write +refs:file (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/src/
H A Dbuffer.c19 with this program; if not, write to the Free Software Foundation, Inc.,
53 union block *record_start; /* start of record of archive */
54 union block *record_end; /* last+1 block of archive record */
55 union block *current_block; /* current block of archive */
56 enum access_mode access_mode; /* how do we handle the archive */
57 off_t records_read; /* number of records read from this archive */
60 of the archive, defined in delete.c */
64 /* Where we write list messages (not errors, not interactions) to. */
69 /* PID of child program, if compress_option or remote archive access. */
121 static char *save_name; /* name of the file w
625 do_checkpoint(bool write) argument
911 FILE *file = fopen (volno_file_option, "r"); local
932 FILE *file = fopen (volno_file_option, "w"); local
[all...]
H A Dcommon.h17 with this program; if not, write to the Free Software Foundation, Inc.,
20 /* Declare the GNU tar archive format. */
48 /* Name of file to use for interacting with user. */
67 #include <full-write.h>
107 /* Selected format for output archive. */
122 /* Display file times in UTC */
164 /* Patterns that match file names to be excluded. */
171 itself and the exclusion tag file */
180 /* Specified value to be put into tar file in place of stat () results, or
195 /* If nonzero, extract only Nth occurrence of each named file */
315 GLOBAL int archive; variable
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dmain.c33 * This same file is used pretty much verbatim for all test harnesses.
37 * suites share one copy of this file.
44 #define EXTRA_DUMP(x) archive_error_string((struct archive *)(x))
164 const wchar_t * function, const wchar_t * file,
245 * Copy arguments into file-local variables.
266 assertion_count(const char *file, int line) argument
268 (void)file; /* UNUSED */
274 /* Uncomment to print file:line after every assertion.
276 /* printf("Checked %s:%d\n", file, line); */
280 * For each test source file, w
163 invalid_parameter_handler(const wchar_t * expression, const wchar_t * function, const wchar_t * file, unsigned int line, uintptr_t pReserved) argument
381 assertion_assert(const char *file, int line, int value, const char *condition, void *extra) argument
394 assertion_chdir(const char *file, int line, const char *pathname) argument
407 assertion_equal_int(const char *file, int line, long long v1, const char *e1, long long v2, const char *e2, void *extra) argument
450 assertion_equal_string(const char *file, int line, const char *v1, const char *e1, const char *v2, const char *e2, void *extra) argument
490 assertion_equal_wstring(const char *file, int line, const wchar_t *v1, const char *e1, const wchar_t *v2, const char *e2, void *extra) argument
549 assertion_equal_mem(const char *file, int line, const void *_v1, const char *e1, const void *_v2, const char *e2, size_t l, const char *ld, void *extra) argument
835 is_hardlink(const char *file, int line, const char *path1, const char *path2) argument
880 assertion_is_hardlink(const char *file, int line, const char *path1, const char *path2) argument
892 assertion_is_not_hardlink(const char *file, int line, const char *path1, const char *path2) argument
906 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
1004 assertion_file_atime(const char *file, int line, const char *pathname, long t, long nsec) argument
1012 assertion_file_atime_recent(const char *file, int line, const char *pathname) argument
1019 assertion_file_birthtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1027 assertion_file_birthtime_recent(const char *file, int line, const char *pathname) argument
1035 assertion_file_mtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1043 assertion_file_mtime_recent(const char *file, int line, const char *pathname) argument
1050 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
1082 assertion_file_size(const char *file, int line, const char *pathname, long size) argument
1111 assertion_is_dir(const char *file, int line, const char *pathname, int mode) argument
1149 assertion_is_reg(const char *file, int line, const char *pathname, int mode) argument
1182 is_symlink(const char *file, int line, const char *pathname, const char *contents) argument
1226 assertion_is_symlink(const char *file, int line, const char *path, const char *contents) argument
1243 assertion_make_dir(const char *file, int line, const char *dirname, int mode) argument
1261 assertion_make_file(const char *file, int line, const char *path, int mode, const char *contents) argument
1312 assertion_make_hardlink(const char *file, int line, const char *newpath, const char *linkto) argument
1336 assertion_make_symlink(const char *file, int line, const char *newpath, const char *linkto) argument
1358 assertion_umask(const char *file, int line, int mask) argument
[all...]
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dinffasx64.asm8 ; to compile this file, I use option
13 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
25 ; see http://weblogs.asp.net/oldnewthing/archive/2004/01/14/58579.aspx and
276 jne L_wrap_around_window ; /* if (write != 0) */
294 mov eax, [rsp+96] ; /* eax = write */
296 jbe L_contiguous_in_window ; /* if (write >= nbytes) */
300 add rsi, rax ; /* from += write */
302 sub ecx, eax ; /* nbytes -= write */
311 mov ecx, [rsp+96] ; /* nbytes = write */
325 sub rsi, rcx ; /* from += write
[all...]
/macosx-10.10/xar-254/xarsig/
H A Dxar-sig.c208 write(fd, sdoc, size);
219 FILE *file; local
241 fprintf(stderr, "Could not locate checksum/offset in archive.\n");
247 fprintf(stderr, "Could not locate checksum/size in archive.\n");
258 file = fopen(filename, "r");
259 if (!file) {
263 fseek(file, dataToSignOffset, SEEK_SET);
265 i = fread(buffer, dataToSignSize, 1, file);
270 fclose(file);
273 file
308 FILE *file; local
361 FILE *file; local
597 FILE *file = fopen(DataToSignDumpPath, "w"); local
625 FILE *file = fopen(cert_path, "r"); local
690 static int archive(const char *filename, int arglen, char *args[]) { function
1012 const char *file = xar_get_path(f); local
[all...]
/macosx-10.10/emacs-93/emacs/
H A Dconfig.bat7 rem This file is part of GNU Emacs.
20 rem along with GNU Emacs; see the file COPYING. If not, write to the
31 rem + rm and mv (from GNU file utilities).
133 Echo Either unpack 'djecho.exe' from the 'djdevNNN.zip' archive,
181 rem On my system dir.h gets in the way. It's a VMS file so who cares.
251 Rem supports long file names but DJGPP does not
271 Echo Looking for the GDB init file...
275 Echo I cannot find the GDB init file. It was called ".gdbinit" in
277 Echo name without the leading dot when you untarred the archive
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dsamba.vim1 " Vim syntax file
9 " Don't forget to run your config file through testparm(1)!
12 " For version 6.x: Quit when a syntax file was already loaded
32 syn keyword sambaKeyword contained archive as auto available bind blocking
43 syn keyword sambaKeyword contained file files filetime filetimes filter follow
72 syn keyword sambaKeyword contained write writeable xmit
H A Dpine.vim1 " Vim syntax file
7 " For version 6.x: Quit when a syntax file was already loaded
49 syn keyword pineConfig file-directory
64 syn keyword pineConfig incoming-archive-folders
99 syn keyword pineConfig news-active-file-path
154 syn keyword pineConfig signature-file
170 syn keyword pineConfig tcp-write-warning-timeout
250 syn keyword pineOption enable-goto-in-file-browser
320 syn keyword pineOption quell-user-lookup-in-passwd-file
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex9 % This file can be printed with 1, 2, or 3 columns per page (see below).
37 % along with GNU Emacs; see the file COPYING. If not, write to
41 % This file is intended to be processed by plain TeX (TeX82).
44 % This file can be used to produce it in any of three ways:
184 % we also need the tilde, for file names.
288 \key{show the whole file}{C-c C-a}
322 \key{move subtree to archive file}{C-c C-x C-s}
324 To set archive locatio
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c226 char* file; member in struct:ppinstk
279 struct ppdirs* archive; member in struct:ppmember
453 struct ppfile* file; member in struct:ppindex
494 extern __MANGLE__ int write __PROTO__((int, const __V_*, int));
1302 char* file; member in struct:Proto_s
1424 if (proto->file)
1427 p = strcopy(p, proto->file);
1435 else if (proto->file)
1436 p = strcopy(p, proto->file);
1458 write(
1781 char* file; member in struct:Stack_s
5038 char* file; local
[all...]
H A Dpackage.mk13 * name package description file or component
15 * type source build source archive, generates
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
24 * generated archive member files are $(PACKAGEROOT) relative
47 * archive format
59 * include the conspicuous empty notice file
62 * do not prepend source file copyright notice
71 * if a base archive is generated then also generate an
72 * incremental delta archive fro
[all...]
/macosx-10.10/xar-254/xar/src/
H A Dxar.c114 printf("Warning, archive contains invalid path: %s\n", path);
133 fprintf(stderr, "ERROR: subdoc file %s doesn't exist. Ignoring.\n", Subdoc);
166 write(fd, sdoc, size);
174 static int archive(const char *filename, int arglen, char *args[]) { function
184 fprintf(stderr, "Error creating archive %s\n", filename);
237 fprintf(stderr, "Error traversing file tree\n");
273 fprintf(stderr, "Error adding file %s\n", ent->fts_path);
282 fprintf(stderr, "Error creating the archive\n");
360 fprintf(stderr, "Error opening xar archive: %s\n", filename);
427 printf("Warning, not extracting file \"
684 const char *file = xar_get_path(f); local
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim32 let file = getline(b:jsrange[0],b:jsrange[1])
36 let file = b:js_extfiles + file
40 let file = getline(1, '$')
123 let user_props1 = filter(copy(file), 'v:val =~ "this\\.\\k"')
129 let user_props2 = filter(copy(file), 'v:val =~ "\\.prototype\\.\\k"')
160 \ 'getElementsByName', 'getElementsByTagName', 'open', 'write', 'writeln',
281 let objeprop = ['align', 'archive', 'border', 'code', 'codeBase', 'codeType', 'data',
411 " We didn't find var declaration in current file but we may have
527 let variables = filter(copy(file), '
[all...]
/macosx-10.10/ksh-23/ksh/lib/package/
H A Dpackage.mk13 * name package description file or component
15 * type source build source archive, generates
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
24 * generated archive member files are $(PACKAGEROOT) relative
47 * archive format
59 * include the conspicuous empty notice file
62 * do not prepend source file copyright notice
71 * if a base archive is generated then also generate an
72 * incremental delta archive fro
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el13 ;; This file is part of GNU Emacs.
26 ;; along with GNU Emacs; see the file COPYING. If not, write to the
40 ;; This file provides a sql-mode and a sql-interactive-mode. The
57 ;; above mentioned modes and write a sqlx-mode on top of this one. If
82 ;; the hooks available for customizing it, see the file `comint.el'.
90 ;; the file regexp-opt.el
137 ;; :type 'file
230 ;; Need the following to allow GNU Emacs 19 to compile the file.
259 Customizing your password will store it in your ~/.emacs file
[all...]
/macosx-10.10/gnutar-453/gnutar/doc/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
229 % Sometimes it is convenient to have everything in the transcript file
[all...]
/macosx-10.10/groff-38/groff/doc/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
229 % Sometimes it is convenient to have everything in the transcript file
[all...]
/macosx-10.10/ICU-531.30/icuSources/
H A Dconfigure114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
475 rm -f conf$$ conf$$.exe conf$$.file
477 rm -f conf$$.dir/conf$$.file
482 if (echo >conf$$.file) 2>/dev/null; then
483 if ln -s conf$$.file conf$$ 2>/dev/null; then
486 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
489 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491 elif ln conf$$.file conf$$ 2>/dev/null; then
499 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file con
[all...]
/macosx-10.10/emacs-93/emacs/man/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
231 % Sometimes it is convenient to have everything in the transcript file
[all...]
/macosx-10.10/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
231 % Sometimes it is convenient to have everything in the transcript file
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC
143 If you do not have a ``/dev/urandom'' style RNG source you will have to write your own PRNG and simply pipe that into
158 To make the system more powerful you can tweak the build process. Classes are defined in the file
169 In the file tommath\_class.h you will see a large list of C ``defines'' followed by a series of ``ifdefs''
171 file. For instance, BN\_MP\_ADD\_C represents the file ``bn\_mp\_add.c''. When a define has been enabled the
172 function in the respective file will be compiled and linked into the library. Accordingly when the define
173 is absent the file will not be compiled and not contribute any size to the library.
252 function per source file an
[all...]
/macosx-10.10/ntp-92/sntp/
H A Dconfigure111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
465 rm -f conf$$ conf$$.exe conf$$.file
467 rm -f conf$$.dir/conf$$.file
472 if (echo >conf$$.file) 2>/dev/null; then
473 if ln -s conf$$.file conf$$ 2>/dev/null; then
476 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
479 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
481 elif ln conf$$.file conf$$ 2>/dev/null; then
489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file con
[all...]

Completed in 199 milliseconds