| /src/external/bsd/elftoolchain/dist/libelf/ |
| elf_cntl.c | 49 LIBELF_SET_ERROR(ARCHIVE, 0);
|
| elf_getarsym.c | 57 LIBELF_SET_ERROR(ARCHIVE, 0);
|
| elf_rand.c | 65 LIBELF_SET_ERROR(ARCHIVE, 0);
|
| libelf_ar.c | 51 * `ar' archive handling. 53 * `ar' archives start with signature `ARMAG'. Each archive member is 61 * There are two variants of the `ar' archive format: traditional BSD 63 * in the layout of the archive symbol table. 71 * an archive member with name "// ". An `indirect' file name in an 81 * archive header and the name field set to a special indirect name 84 * the archive header. The content of the archive member immediately 85 * follows the file name, and the size field of the archive member 90 * program symbols to object files inside the archive [all...] |
| elf_errmsg.c | 48 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
|
| libelf_ar_util.c | 87 * Return the translated name for an archive member. 115 * the archive string table where the actual name 120 LIBELF_SET_ERROR(ARCHIVE, 0); 125 LIBELF_SET_ERROR(ARCHIVE, 0); 151 LIBELF_SET_ERROR(ARCHIVE, 0); 165 * The file name follows the archive header. 216 * Return the raw name for an archive member, inclusive of any 236 * Open an 'ar' archive. 261 * We use heuristics to determine the flavor of the archive we 268 * first archive with name "__.SYMDEF" [all...] |
| /src/usr.bin/make/unit-tests/ |
| archive.mk | 1 # $NetBSD: archive.mk,v 1.14 2025/01/10 23:00:38 rillig Exp $ 7 # archive handling. That's why it deviates from the tutorial style of 10 ARCHIVE= libprog.a 11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk 20 @${MAKE} -f ${MAKEFILE} remove-archive 21 @${MAKE} -f ${MAKEFILE} create-archive 22 @${MAKE} -f ${MAKEFILE} list-archive 23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard 24 @${MAKE} -f ${MAKEFILE} list-archive-undef-archive || echo "exit $$? [all...] |
| suff.exp | 7 Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval) 8 Var_Parse: ${.ARCHIVE}.additional (eval) 9 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional 10 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from 11 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional 12 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk 38 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .END 54 Expanding "${.PREFIX}${.ARCHIVE}.additional"...Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval) 55 Var_Parse: ${.ARCHIVE}.additional (eval [all...] |
| /src/distrib/acorn32/stand/ |
| Makefile | 10 ARCHIVE=BtNetBSD.spk 17 all: ${ARCHIVE} 19 release: check_RELEASEDIR .WAIT ${ARCHIVE} 23 ${RELEASE_INSTALL} ${ARCHIVE} \ 26 ${ARCHIVE}: tmp/BtNetBSD 31 ${HOST_SH} ${.CURDIR}/../mksparkive.sh * > ${.OBJDIR}/${ARCHIVE} 121 rm -f ${ARCHIVE}
|
| /src/external/bsd/openldap/dist/tests/data/ |
| slapd-homedir.conf | 49 homedir-delete-style ARCHIVE 50 homedir-archive-path @TESTDIR@/archive
|
| /src/bin/pax/ |
| options.c | 203 * ford is the archive search order used by get_arc() to determine what kind 204 * of archive we are dealing with. This helps to properly id archive formats 330 * filename where the archive is stored 437 * read the archive 472 * write an archive 478 * specify an archive format on write 506 * single archive volume. 546 * archive by group (gid or name) 608 * archive by modification time range (lower,upper [all...] |
| pax.c | 77 FSUB *frmt = NULL; /* archive format type */ 81 int iflag; /* interactive file/archive rename */ 84 int nflag; /* select first archive member match */ 94 int Xflag; /* archive files with same device id only */ 121 * PAX - Portable Archive Interchange 123 * A utility to read, write, and write lists of the members of archive 124 * files and copy directory hierarchies. A variety of archive formats 142 * archive read operations even with badly damaged media. 143 * 1.2 Blocksize requirements are not strictly enforced on archive read. 148 * 1.4 Sparse files (lseek holes) stored on the archive (but stored with block [all...] |
| pax.h | 61 #define LIST 0 /* List the file in an archive */ 62 #define EXTRACT 1 /* extract the files in an archive */ 63 #define ARCHIVE 2 /* write a new archive */ 64 #define APPND 3 /* append to the end of an archive */ 68 * Device type of the current archive volume 97 * General Archive Structure (used internal to pax) 99 * This structure is used to pass information about archive members between 101 * new archive formats are added, they must accept requests and supply info 142 * The format specific routine table allows new archive formats to be quickl [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/build-aux/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/gpl3/binutils/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/gpl3/binutils.old/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/gpl3/gcc/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/gpl3/gcc.old/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/gpl3/gdb/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/gpl3/gdb.old/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/lgpl3/mpc/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/lgpl3/mpc/dist/build-aux/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/lgpl3/mpfr/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/mit/expat/dist/conftools/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
| /src/external/mit/libuv/dist/ |
| ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |