Home
last modified time | relevance | path

Searched refs:ar (Results 1 – 25 of 250) sorted by relevance

12345678910

/mirbsd/src/usr.bin/oldroff/hunt/
Dhunt6.c70 char res[100], *ar[50], output[TXTLEN]; local
128 ar[na++] = "fgrep";
129 ar[na++] = "-r";
130 ar[na++] = "-n";
131 ar[na++] = (char *) need;
132 ar[na++] = "-i";
133 ar[na++] = output;
134 ar[na++] = (char *) len;
136 ar[na++] = qitem[j];
139 len,ar[4],ar[5],ar[6]);
[all …]
/mirbsd/src/usr.bin/make/
Darch.c404 Arch *ar; in read_archive() local
424 ar = ohash_create_entry(&arch_info, archive, &earchive); in read_archive()
425 ohash_init(&ar->members, 8, &members_info); in read_archive()
445 return ar; in read_archive()
509 ohash_insert(&ar->members, in read_archive()
510 ohash_qlookup(&ar->members, memberName), in read_archive()
518 ohash_delete(&ar->members); in read_archive()
522 free(ar); in read_archive()
550 Arch *ar; /* Archive descriptor */ in ArchMTimeMember() local
567 ar = ohash_find(&archives, slot); in ArchMTimeMember()
[all …]
/mirbsd/src/lib/libc/rpc/
Drpc_prot.c81 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) in xdr_accepted_reply() argument
85 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
87 if (! xdr_enum(xdrs, (enum_t *)&(ar->ar_stat))) in xdr_accepted_reply()
90 switch (ar->ar_stat) { in xdr_accepted_reply()
92 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where)); in xdr_accepted_reply()
94 if (!xdr_u_int32_t(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()
96 return (xdr_u_int32_t(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()
/mirbsd/src/bin/pax/
Dsel_subs.h61 #define ATOI2(ar) ((ar)[0] - '0') * 10 + ((ar)[1] - '0'); (ar) += 2; argument
/mirbsd/src/lib/libssl/src/crypto/rc4/asm/
Drc4-ia64.S79 .save ar.pfs,r2
80 .save ar.lc,r3
82 { .mii; alloc r2=ar.pfs,4,12,0,16
86 mov r3=ar.lc
100 mov ar.lc=in1 }
107 mov ar.ec=3 };; // note that epilogue counter
158 mov ar.lc=r3
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dfixvars27 my @ar = sort( { $a->[0] <=> $b->[0] } @{delete $fix{$file}});
39 while (@ar && $. == $ar[0][0])
41 my ($line,$var) = @{shift(@ar)};
DfixCORE29 my @ar = sort( { $a->[0] <=> $b->[0] } @{delete $fix{$file}});
37 while (@ar && $. == $ar[0][0])
39 my ($line,$var) = @{shift(@ar)};
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dsanity.sh17 for i in size objdump nm ar strip ranlib ; do
22 for i in size objdump nm ar strip ranlib ; do
27 for i in size objdump nm ar strip ranlib ; do
37 for i in size objdump nm ar ranlib ; do
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dia64.S175 .save ar.pfs,r2
176 { .mii; alloc r2=ar.pfs,4,12,0,16
181 .save ar.lc,r3
183 mov r3=ar.lc
190 mov ar.lc=r10
191 mov ar.ec=6 }
213 mov ar.lc=r3 }
228 .save ar.pfs,r2
229 { .mii; alloc r2=ar.pfs,4,12,0,16
234 .save ar.lc,r3
[all …]
/mirbsd/src/sys/netinet/
Dif_ether.c462 struct arphdr *ar; in arpintr() local
476 ar = mtod(m, struct arphdr *); in arpintr()
477 if (ntohs(ar->ar_hrd) != ARPHRD_ETHER) { in arpintr()
482 len += 2 * (ar->ar_hln + ar->ar_pln); in arpintr()
486 switch (ntohs(ar->ar_pro)) { in arpintr()
802 struct arphdr *ar; local
806 ar = mtod(m, struct arphdr *);
807 if (ntohs(ar->ar_hrd) != ARPHRD_ETHER)
809 if (m->m_len < sizeof(struct arphdr) + 2 * (ar->ar_hln + ar->ar_pln))
811 switch (ntohs(ar->ar_pro)) {
[all …]
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_autoindex.c1383 static void output_directories(struct ent **ar, int n, in output_directories() argument
1404 if (ar[x]->desc != NULL) { in output_directories()
1405 int t = strlen(ar[x]->desc); in output_directories()
1415 int t = strlen(ar[x]->name); in output_directories()
1473 if (is_parent(ar[x]->name)) { in output_directories()
1483 if (ar[x]->isdir) { in output_directories()
1484 t = ap_pstrcat(scratch, ar[x]->name, "/", NULL); in output_directories()
1486 t = ar[x]->name; in output_directories()
1495 if ((ar[x]->icon) || d->default_icon) { in output_directories()
1498 ar[x]->icon ? ar[x]->icon in output_directories()
[all …]
/mirbsd/src/sys/dev/mii/
Deephy.c362 int bmsr, bmcr, esr, ssr, isr, ar, lpar; in eephy_status() local
372 ar = PHY_READ(sc, E1000_AR); in eephy_status()
408 if ((ar & E1000_AR_PAUSE) && (lpar & E1000_LPAR_PAUSE)) { in eephy_status()
410 } else if (!(ar & E1000_AR_PAUSE) && (ar & E1000_AR_ASM_DIR) && in eephy_status()
414 } else if ((ar & E1000_AR_PAUSE) && (ar & E1000_AR_ASM_DIR) && in eephy_status()
/mirbsd/src/gnu/usr.bin/binutils/binutils/doc/
DMakefile.am23 ar.1 \
57 ar.1: $(binutils_TEXI)
59 -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
60 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
62 rm -f ar.pod
Dbinutils.texi11 * ar: (binutils)ar. Create, modify, and extract from archives
54 @c This file documents the GNU binary utilities "ar", "ld", "objcopy",
104 @item ar
154 * ar:: Create, modify, and extract from archives
175 @node ar
176 @chapter ar
178 @kindex ar
182 @c man title ar create, modify, and extract from archives
185 ar [-]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] @var{archive} [@var{member}@dots{}]
186 ar -M [ <mri-script ]
[all …]
/mirbsd/src/usr.bin/file/magdir/
Darchive7 # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.
47 0 string =<ar> archive
62 # XXX - why are there multiple <ar> thingies? Note that 0x213c6172 is
63 # "!<ar", so, for new-style (4.xBSD/SVR2andup) archives, we have:
65 # 0 string !<arch> current ar archive
70 # 0 string \<ar> System V Release 1 ar archive
71 # 0 string =<ar> archive
75 # "ar" archives?
77 0 string !<arch> current ar archive
85 0 string \<ar> System V Release 1 ar archive
[all …]
Dhuman68k20 #0 belong 0xd1000000 Human68k ar binary archive
21 #0 belong 0xd1010000 Human68k ar ascii archive
/mirbsd/src/bin/date/
Ddate.c161 #define ATOI2(ar) ((ar)[0] - '0') * 10 + ((ar)[1] - '0'); (ar) += 2; argument
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dhashassign.t278 my %h; my $x; my $ar;
285 $ar = [ %h = (1,2,1,3,1,4,1,5) ];
287 is( "@$ar", "1 5", '...gets the last values' );
288 $ar = [ ($x,%h) = (0,1,2,1,3,1,4,1,5) ];
290 is( "@$ar", "0 1 5", '...gets the last values' );
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Doasys.c253 oasys_ar_data_type *ar; in oasys_archive_p() local
258 ar = bfd_alloc (abfd, amt); in oasys_archive_p()
264 if (!ar || !module) in oasys_archive_p()
267 abfd->tdata.oasys_ar_data = ar; in oasys_archive_p()
268 ar->module = module; in oasys_archive_p()
269 ar->module_count = header.mod_count; in oasys_archive_p()
1094 oasys_ar_data_type *ar = OASYS_AR_DATA (arch); in oasys_openr_next_archived_file() local
1100 ar->module_index = 0; in oasys_openr_next_archived_file()
1102 p = ar->module + ar->module_index; in oasys_openr_next_archived_file()
1103 ar->module_index++; in oasys_openr_next_archived_file()
[all …]
DMakefile.am884 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
938 $(INCDIR)/aout/ar.h
1011 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1015 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1019 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1023 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1026 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1031 $(INCDIR)/aout/ar.h aout-target.h
1034 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1038 $(INCDIR)/aout/ar.h
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Tie/File/t/
D41_heap.t27 my ($N, @R, $Q, $ar) = (1);
58 $ar = 'a0';
60 $h->insert($_, $ar++);
D40_abs_cache.t26 my ($N, @R, $Q, $ar) = (1);
53 $ar = 'a0';
55 $h->insert($_, $ar++);
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DConcise.pm438 my($ar, $level) = @_;
439 for my $l (@$ar) {
459 my $ar = [];
460 push @$targ, $ar;
461 push @todo, [$op->other, $ar];
463 my $ar = [];
464 push @$targ, $ar;
465 push @todo, [$op->pmreplstart, $ar];
/mirbsd/src/gnu/usr.bin/perl/
DREADME.qnx40 =item ar
44 linked as "ar", it behaves like ar and all is
112 =item qnx/ar
115 utility. Under Watcom 10.6, ar is linked to wlib and provides the
/mirbsd/src/gnu/usr.bin/perl/hints/
Dqnx.sh178 I don't see an 'ar', so I'm guessing you are running
179 Watcom 9.5 or earlier. You may want to install the ar

12345678910