Searched refs:ar (Results 26 - 50 of 193) sorted by relevance

12345678

/freebsd-13-stable/usr.bin/gzip/
H A Dzdiff65 setvar $2 "${1%??}"ar
69 setvar $2 "${1%??}"ar
73 setvar $2 "${1%???}"ar
77 setvar $2 "${1%??}"ar
/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_generate.c44 ucl_object_t *obj, *cur, *ar, *ar1, *ref, *test_obj, *comments; local
88 ar = ucl_object_typed_new (UCL_ARRAY);
90 ucl_array_append (ar, cur);
91 assert (ucl_array_index_of (ar, cur) == 0);
93 ucl_array_append (ar, cur);
94 assert (ucl_array_index_of (ar, cur) == 1);
96 ucl_array_prepend (ar, cur);
97 assert (ucl_array_index_of (ar, cur) == 0);
99 ar1 = ucl_object_copy (ar);
122 ucl_array_append (ar, cu
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A D_libelf_ar.h33 * Prototypes and declarations needed by libelf's ar(1) archive
37 #include <ar.h>
H A Delf_getident.c27 #include <ar.h>
H A Delf_phnum.c27 #include <ar.h>
H A Delf_shnum.c27 #include <ar.h>
H A Dlibelf_ar_util.c80 _libelf_ar_get_translated_name(const struct ar_hdr *arh, Elf *ar) argument
89 assert(ar->e_kind == ELF_K_AR);
90 assert((const unsigned char *) arh >= ar->e_rawfile &&
91 (const unsigned char *) arh < ar->e_rawfile + ar->e_rawsize);
114 if (offset > ar->e_u.e_ar.e_rawstrtabsz) {
119 p = q = ar->e_u.e_ar.e_rawstrtab + offset;
120 r = ar->e_u.e_ar.e_rawstrtab + ar->e_u.e_ar.e_rawstrtabsz;
226 * Open an 'ar' archiv
[all...]
H A Delf_next.c27 #include <ar.h>
H A Delf_shstrndx.c27 #include <ar.h>
/freebsd-13-stable/contrib/bmake/
H A Darch.c124 #include <ar.h>
462 Arch *ar; /* Archive descriptor */ local
482 ar = ln->datum;
483 hdr = HashTable_FindValue(&ar->members, member);
494 hdr = HashTable_FindValue(&ar->members, copy);
536 ar = bmake_malloc(sizeof *ar);
537 ar->name = bmake_strdup(archive);
538 ar->fnametab = NULL;
539 ar
656 ArchSVR4Entry(Arch *ar, char *inout_name, size_t size, FILE *arch) argument
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_extract2.c44 static int copy_data(struct archive *ar, struct archive *aw);
126 copy_data(struct archive *ar, struct archive *aw) argument
134 extract = __archive_read_get_extract((struct archive_read *)ar);
138 r = archive_read_data_block(ar, &buff, &size, &offset);
147 archive_set_error(ar, archive_errno(aw),
/freebsd-13-stable/contrib/lua/src/
H A Dldebug.c164 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { argument
173 ar->i_ci = ci;
224 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { argument
227 if (ar == NULL) { /* information about non-active function? */
233 else { /* active function; get information through 'ar' */
235 name = luaG_findlocal(L, ar->i_ci, n, &pos);
246 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { argument
250 name = luaG_findlocal(L, ar->i_ci, n, &pos);
260 static void funcinfo (lua_Debug *ar, Closure *cl) { argument
262 ar
330 auxgetinfo(lua_State *L, const char *what, lua_Debug *ar, Closure *f, CallInfo *ci) argument
386 lua_getinfo(lua_State *L, const char *what, lua_Debug *ar) argument
[all...]
H A Dlauxlib.c79 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { argument
81 lua_getinfo(L, "f", ar); /* push function */
100 static void pushfuncname (lua_State *L, lua_Debug *ar) { argument
101 if (pushglobalfuncname(L, ar)) { /* try first a global name */
105 else if (*ar->namewhat != '\0') /* is there a name from code? */
106 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */
107 else if (*ar->what == 'm') /* main? */
109 else if (*ar->what != 'C') /* for Lua functions, use <file:line> */
110 lua_pushfstring(L, "function <%s:%d>", ar
117 lua_Debug ar; local
134 lua_Debug ar; local
176 lua_Debug ar; local
217 lua_Debug ar; local
[all...]
/freebsd-13-stable/sys/rpc/
H A Drpc_prot.c96 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) argument
101 assert(ar != NULL);
103 par_stat = &ar->ar_stat;
106 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
110 switch (ar->ar_stat) {
113 if (ar->ar_results.proc != (xdrproc_t) xdr_void)
114 return ((*(ar->ar_results.proc))(xdrs,
115 ar->ar_results.where));
120 if (! xdr_uint32_t(xdrs, &(ar->ar_vers.low)))
122 return (xdr_uint32_t(xdrs, &(ar
[all...]
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfi_config.c125 struct mfi_array *ar; local
131 ar = (struct mfi_array *)p;
132 if (ar->array_ref == array_ref)
133 return (ar);
428 struct mfi_array *ar = (struct mfi_array *)arrayp; local
431 ar->size = array_info->drives[0].coerced_size;
432 ar->num_drives = array_info->drive_count;
433 ar->array_ref = find_next_array(state);
440 ar->array_ref);
441 if (ar
457 struct mfi_array *ar; local
550 struct mfi_array *ar; local
927 struct mfi_array *ar; local
1111 struct mfi_array *ar; local
[all...]
/freebsd-13-stable/sys/fs/autofs/
H A Dautofs_vfsops.c119 struct autofs_request *ar; local
142 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {
143 if (ar->ar_mount != amp)
145 ar->ar_error = ENXIO;
146 ar->ar_done = true;
147 ar->ar_in_progress = false;
/freebsd-13-stable/lib/libc/rpc/
H A Drpc_prot.c104 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) argument
109 assert(ar != NULL);
111 par_stat = &ar->ar_stat;
114 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
118 switch (ar->ar_stat) {
121 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
124 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low)))
126 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high)));
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c61 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { argument
63 lua_getinfo(L, "f", ar); /* push function */
77 static void pushfuncname (lua_State *L, lua_Debug *ar) { argument
78 if (*ar->namewhat != '\0') /* is there a name? */
79 lua_pushfstring(L, "function " LUA_QS, ar->name);
80 else if (*ar->what == 'm') /* main? */
82 else if (*ar->what == 'C') {
83 if (pushglobalfuncname(L, ar)) {
91 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar
96 lua_Debug ar; local
112 lua_Debug ar; local
148 lua_Debug ar; local
178 lua_Debug ar; local
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
69 (event)->ev_arg = (ar); \
/freebsd-13-stable/targets/pseudo/toolchain/
H A DMakefile.depend13 usr.bin/ar \
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Darchive.exp5 ar cru libprog.a archive.mk modmisc.mk varmisc.mk
11 ar t libprog.a
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c95 ctf_arinfo_t ar; local
104 (void) ctf_array_info(fp, type, &ar);
105 ctf_decl_push(cd, fp, ar.ctr_contents);
106 n = ar.ctr_nelems;
/freebsd-13-stable/sbin/iscontrol/
H A Dconfig.c244 char *lp, *p, **ar; local
247 ar = Ar;
285 *ar++ = strdup(lp);
290 *ar = 0;
291 *nargs = ar - Ar;
292 return ar - Ar;
351 char **ar; local
355 for(ar = args; nargs > 0; nargs--, ar++) {
356 p = strchr(*ar, '
[all...]
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_hash.c40 kvec_t(const ucl_object_t *) ar; member in struct:ucl_hash_struct
241 kv_init (new->ar);
296 kv_destroy (hashlin->ar);
318 kv_push_safe (const ucl_object_t *, hashlin->ar, obj, e0);
320 elt->ar_idx = kv_size (hashlin->ar) - 1;
329 kv_push_safe (const ucl_object_t *, hashlin->ar, obj, e0);
331 elt->ar_idx = kv_size (hashlin->ar) - 1;
363 kv_A (hashlin->ar, elt.ar_idx) = new;
377 kv_A (hashlin->ar, elt.ar_idx) = new;
408 it->cur = &hashlin->ar
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S184 .save ar.pfs,r2
185 { .mii; alloc r2=ar.pfs,4,12,0,16
191 .save ar.lc,r3
192 mov r3=ar.lc
200 mov ar.lc=r10
201 mov ar.ec=6 }
223 mov ar.lc=r3 }
237 .save ar.pfs,r2
238 { .mii; alloc r2=ar.pfs,4,12,0,16
244 .save ar
[all...]

Completed in 229 milliseconds

12345678