Home
last modified time | relevance | path

Searched refs:oname (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/usr.sbin/mkuboot/
H A Dmkuboot.c212 oname = argv[optind++]; in main()
234 err(1, "%s", oname); in main()
241 err(1, "%s", oname); in main()
251 err(1, "%s", oname); in main()
255 err(1, "%s", oname); in main()
276 err(1, "%s", oname); in main()
278 err(1, "%s", oname); in main()
320 err(1, "%s", oname); in copy_data()
339 err(1, "%s", oname); in copy_mem()
361 err(1, "%s", oname); in fill_zeroes()
[all …]
H A Dcopy_elf.c171 crc = fill_zeroes(ofd, oname, crc, ih, in ELFNAME()
194 crc = copy_data(ifd, iname, ofd, oname, crc, in ELFNAME()
197 crc = copy_mem(&esymval, ofd, oname, crc, ih, in ELFNAME()
204 crc = copy_data(ifd, iname, ofd, oname, crc, in ELFNAME()
212 crc = copy_data(ifd, iname, ofd, oname, crc, in ELFNAME()
222 crc = fill_zeroes(ofd, oname, crc, ih, in ELFNAME()
244 crc = fill_zeroes(ofd, oname, crc, ih, vaddr - ovaddr); in ELFNAME()
258 crc = copy_mem(&elf, ofd, oname, crc, ih, sizeof(elf)); in ELFNAME()
259 crc = copy_mem(wshp, ofd, oname, crc, ih, sz); in ELFNAME()
275 crc = copy_data(ifd, iname, ofd, oname, crc, ih, in ELFNAME()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dmklibgcc.in470 oname=`echo $name | sed -e 's,.*/,,'`
473 out="libgcc/${dir}/${oname}${objext}"
486 outV="libgcc/${dir}/${oname}.vis"
510 out="libgcc/${dir}/${oname}${objext}"
536 oname=`echo $name | sed -e 's,.*/,,'`
537 out="libgcc/${dir}/${oname}${objext}"
549 outV="libgcc/${dir}/${oname}.vis"
550 outT="libgcc/${dir}/${oname}_t${objext}"
580 oname=`echo $name | sed -e 's,.*/,,'`
591 outV="libgcc/${dir}/${oname}.vis"
[all …]
/openbsd/usr.bin/less/
H A Dopttbl.c491 struct optname *oname; in findopt_name() local
507 for (oname = o->onames; oname != NULL; oname = oname->onext) { in findopt_name()
514 len = sprefix(optname, oname->oname, uppercase); in findopt_name()
534 maxoname = oname; in findopt_name()
537 exact = (len == strlen(oname->oname)); in findopt_name()
554 *p_oname = maxoname == NULL ? NULL : maxoname->oname; in findopt_name()
H A Doption.h51 char *oname; /* Long (GNU-style) option name */ member
H A Doption.c44 (void) snprintf(buf, sizeof (buf), "--%s", o->onames->oname); in opt_desc()
47 o->oletter, o->onames->oname); in opt_desc()
H A Dcommand.c315 char *oname; in mca_opt_nonfirst_char() local
334 curropt = findopt_name(&p, &oname, NULL); in mca_opt_nonfirst_char()
343 for (p = oname; *p != '\0'; p++) { in mca_opt_nonfirst_char()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmklibgcc.in194 oname=`echo $name | sed -e 's,.*/,,'`
199 out="libgcc/${dir}/${oname}${objext}"
207 libgcc2_objs="$libgcc2_objs ${oname}${objext}"
212 oname=`echo $name | sed -e 's,.*/,,'`
217 out="libgcc/${dir}/${oname}${objext}"
226 libgcc2_eh_objs="$libgcc2_eh_objs ${oname}${objext}"
228 libgcc2_objs="$libgcc2_objs ${oname}${objext}"
234 oname=`echo $name | sed -e 's,.*/,,'`
239 out="libgcc/${dir}/${oname}${objext}"
247 libgcc2_st_objs="$libgcc2_st_objs ${oname}${objext}"
/openbsd/sbin/umount/
H A Dumount.c144 umountfs(char *oname) in umountfs() argument
157 if (isduid(oname, 0) || realpath(oname, rname) == NULL) in umountfs()
158 mntpt = name = oname; in umountfs()
183 mntpt = oname; in umountfs()
184 if (!(newname = getmntname(oname, MNTFROM, type)) && in umountfs()
185 !(mntpt = getmntname(oname, MNTON, type))) { in umountfs()
186 warnx("%s: not currently mounted", oname); in umountfs()
/openbsd/regress/lib/libpthread/group/
H A Dgroup.c41 char *oname; in test() local
65 strlcpy(oname = s, grp->gr_name, len); in test()
112 printf("before: %s:%s:%d:", oname, opasswd, ogid); in test()
134 if (strcmp(grp->gr_name, oname) != 0) in test()
/openbsd/bin/pax/
H A Dtables.c123 char *oname; /* old name */ member
972 add_name(char *oname, int onamelen, char *nname) in add_name() argument
989 indx = st_hash(oname, onamelen, N_TAB_SZ); in add_name()
994 while ((pt != NULL) && (strcmp(oname, pt->oname) != 0)) in add_name()
1018 if ((pt->oname = strdup(oname)) != NULL) { in add_name()
1024 free(pt->oname); in add_name()
1040 sub_name(char *oname, int *onamelen, int onamesize) in sub_name() argument
1050 indx = st_hash(oname, *onamelen, N_TAB_SZ); in sub_name()
1058 if (strcmp(oname, pt->oname) == 0) { in sub_name()
1063 *onamelen = strlcpy(oname, pt->nname, onamesize); in sub_name()
/openbsd/gnu/usr.bin/binutils/ld/
H A Dpe-dll.c1567 char *oname; in make_head() local
1570 oname = xmalloc (20); in make_head()
1640 char *oname; in make_tail() local
1643 oname = xmalloc (20); in make_tail()
1745 char *oname; in make_one() local
1768 oname = xmalloc (20); in make_one()
1922 char *oname; in make_singleton_name_thunk() local
1925 oname = xmalloc (20); in make_singleton_name_thunk()
2022 char *oname; in make_import_fixup_entry() local
2077 char *oname; in make_runtime_pseudo_reloc() local
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dpe-dll.c1611 char *oname; in make_head() local
1614 oname = xmalloc (20); in make_head()
1684 char *oname; in make_tail() local
1687 oname = xmalloc (20); in make_tail()
1789 char *oname; in make_one() local
1812 oname = xmalloc (20); in make_one()
1966 char *oname; in make_singleton_name_thunk() local
1969 oname = xmalloc (20); in make_singleton_name_thunk()
2066 char *oname; in make_import_fixup_entry() local
2118 char *oname; in make_runtime_pseudo_reloc() local
[all …]
/openbsd/usr.bin/vi/common/
H A Dexf.c126 char *oname, tname[] = "/tmp/vi.XXXXXXXXXX"; in file_init() local
175 oname = frp->name; in file_init()
181 if (!exists && oname != NULL && frp->tname != NULL) { in file_init()
186 if (LF_ISSET(FS_OPENERR) || oname == NULL || !exists) { in file_init()
215 oname = frp->tname; in file_init()
234 msgq_str(sp, M_ERR, oname, in file_init()
263 if ((ep->db = dbopen(rcv_name == NULL ? oname : NULL, in file_init()
268 M_SYSERR, rcv_name == NULL ? oname : rcv_name, "%s"); in file_init()
344 switch (file_lock(sp, oname, in file_init()
351 msgq_str(sp, M_INFO, oname, in file_init()
/openbsd/gnu/usr.bin/texinfo/util/
H A Dtexi2dvi189 /* | ?:/*) oname=$1;;
190 *) oname="$orig_pwd/$1";;
226 if test -n "$oname"; then
775 if test -n "$oname"; then
776 dest=$oname
/openbsd/usr.sbin/ikectl/
H A Dikeca.c720 char oname[PATH_MAX]; in ca_export() local
735 if (strlcpy(oname, keyname, sizeof(oname)) >= sizeof(oname)) in ca_export()
738 strlcpy(oname, "ca", sizeof(oname)); in ca_export()
742 while ((p = strchr(oname, ':')) != NULL) in ca_export()
770 len = snprintf(pfx, sizeof(pfx), "%s/private/%s.pfx", ca->sslpath, oname); in ca_export()
849 ca->sslpath, oname); in ca_export()
852 len = snprintf(dst, sizeof(dst), "%s/export/%s.pfx", p, oname); in ca_export()
888 len = snprintf(src, sizeof(src), "%s.tgz", oname); in ca_export()
933 len = snprintf(dst, sizeof(dst), "%s/%s.zip", src, oname); in ca_export()
/openbsd/usr.sbin/dvmrpctl/
H A Ddvmrpctl.c584 char oname[IF_NAMESIZE] = "-"; in show_mfc_msg() local
597 if_indextoname(i, oname); in show_mfc_msg()
606 inet_ntoa(mfc->origin), iname, oname, mfc->ttls[i - 1], in show_mfc_msg()
613 if_indextoname(i, oname); in show_mfc_msg()
614 printf("%43s %-9s %-4d\n", " ", oname, in show_mfc_msg()
/openbsd/usr.bin/systat/
H A Dif.c72 const char *oname; member
87 .oname = ofails,
93 .oname = "OERRS",
99 .oname = "OQDROPS",
441 FLD_IF_OERRS->title = if_err_view->oname; in if_set_errs()
/openbsd/regress/sbin/ifconfig/
H A Difaddr.c585 char *oname = NULL; in printif() local
593 if ((oname = strdup(name)) == NULL) in printif()
595 nlen = strlen(oname); in printif()
597 if (nlen && !isdigit((unsigned char)oname[nlen - 1])) in printif()
598 if (printgroup(oname, ifaliases) != -1) { in printif()
599 free(oname); in printif()
609 if (oname) { in printif()
610 if (nlen && isdigit((unsigned char)oname[nlen - 1])) { in printif()
612 if (strcmp(oname, ifa->ifa_name) != 0) in printif()
616 if (strncmp(oname, ifa->ifa_name, nlen) != 0 || in printif()
[all …]
/openbsd/gnu/usr.bin/perl/Porting/
H A DupdateAUTHORS.pm711 my ($pname, $pemail, $oname, $oemail, $line_num)= @$rec;
760 my $rec= [ $pname, $pemail, $oname, $oemail, $line_num ];
765 $pref_groups{"$pname $pemail"}{$oemail}{ $oname || "" }= $rec;
798 my ($pname, $pemail, $oname, $oemail, $line_num)= @$rec;
802 $other= $oname ? "$oname <$oemail>" : "<$oemail>";
/openbsd/gnu/usr.bin/perl/
H A Ddoio.c495 Perl_do_openn(pTHX_ GV *gv, const char *oname, I32 len, int as_raw, in Perl_do_openn() argument
508 return do_open_raw(gv, oname, len, rawmode, rawperm, NULL); in Perl_do_openn()
510 return do_open6(gv, oname, len, supplied_fp, svp, num_svs); in Perl_do_openn()
514 Perl_do_open_raw(pTHX_ GV *gv, const char *oname, STRLEN len, in Perl_do_open_raw() argument
575 namesv = newSVpvn_flags(oname, len, SVs_TEMP); in Perl_do_open_raw()
578 return openn_cleanup(gv, io, fp, mode, oname, saveifp, saveofp, savefd, in Perl_do_open_raw()
583 Perl_do_open6(pTHX_ GV *gv, const char *oname, STRLEN len, in Perl_do_open6() argument
618 type = savepvn(oname, len); in Perl_do_open6()
633 if (SvROK(*svp) && !memchr(oname, '&', len)) { in Perl_do_open6()
977 return openn_cleanup(gv, io, fp, mode, oname, saveifp, saveofp, savefd, in Perl_do_open6()
[all …]
/openbsd/usr.bin/ssh/
H A Dssh-keyscan.c367 conalloc(const char *iname, const char *oname, int keytype) in conalloc() argument
387 debug3_f("oname %s kt %d", oname, keytype); in conalloc()
393 fdcon[s].c_output_name = xstrdup(oname); in conalloc()
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Daix.em684 const char *oname;
744 oname = ".text";
750 oname = ".text";
756 oname = ".data";
762 oname = ".data";
769 oname = ".bss";
774 os = lang_output_section_find (oname);
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Daix.em685 const char *oname;
745 oname = ".text";
751 oname = ".text";
757 oname = ".data";
763 oname = ".data";
770 oname = ".bss";
775 os = lang_output_section_find (oname);
/openbsd/usr.bin/dig/
H A Ddig.h131 dns_name_t *oname; member

12