Searched refs:oname (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/apr-32/apr/apr/build/
H A Dfixwin32mak.pl53 $oname = $_;
105 $dstfl = new IO::File $oname, "w" || die;
117 print "Corrected post-dependency within " . $oname . " in " . $File::Find::dir . "\n";
120 unlink $oname || die;
121 rename $tname, $oname || die;
122 print "Corrected absolute paths within " . $oname . " in " . $File::Find::dir . "\n";
128 $dname = $oname;
131 @ostat = stat($oname);
133 @onames = ($oname);
135 print "Touched datestamp for " . $oname
[all...]
H A Dcvtdsp.pl50 $oname = $_;
53 $srcfl = new IO::File $oname, "r" || die;
64 $outpath = $oname;
94 unlink $oname || die;
95 rename $tname, $oname || die;
96 print "Added manifest to " . $oname . " in " . $File::Find::dir . "\n";
106 $oname = $_;
109 $srcfl = new IO::File $oname, "r" || die;
139 unlink $oname || die;
140 rename $tname, $oname || di
[all...]
H A Dlineends.pl92 $oname = $_;
106 @ostat = stat($oname);
107 $srcfl = new IO::File $oname, "r" or die;
121 print "mismatch in " .$oname. ":" .$n. " expected " .$t. "\n";
137 unlink $oname or die;
138 rename $tname, $oname or die;
139 @anames = ($oname);
145 print "Converted file " . $oname . " to text in " . $File::Find::dir . "\n";
/macosx-10.10.1/less-25/less/
H A Doption.h49 char *oname; /* Long (GNU-style) option name */ member in struct:optname
H A Dopttbl.c552 register struct optname *oname; local
569 for (oname = o->onames; oname != NULL; oname = oname->onext)
578 len = sprefix(optname, oname->oname, uppercase);
600 maxoname = oname;
603 exact = (len == (int)strlen(oname->oname));
[all...]
H A Dcommand.c386 char *oname; local
428 o = findopt_name(&p, &oname, NULL);
441 for (p = oname; *p != '\0'; p++)
/macosx-10.10.1/file_cmds-242/pax/
H A Dtables.h94 char *oname; /* old name */ member in struct:namt
H A Dtables.c516 add_name(char *oname, int onamelen, char *nname) argument
533 indx = st_hash(oname, onamelen, N_TAB_SZ);
538 while ((pt != NULL) && (strcmp(oname, pt->oname) != 0))
562 if ((pt->oname = strdup(oname)) != NULL) {
568 (void)free((char *)pt->oname);
580 * new name (oname is the link to name)
584 sub_name(char *oname, int *onamelen, size_t onamesize) argument
594 indx = st_hash(oname, *onamele
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A Dnsec.c329 const domainname *oname = rr->name; local
336 ret = DNSSECCanonicalOrder(oname, qname, mDNSNULL);
356 const domainname *oname = rr->name; local
361 match1 = CountLabelsMatch(oname, qname);
365 return SkipLeadingLabels(oname, CountLabels(oname) - match1);
382 const domainname *oname = rr->name; // owner name local
387 ret1 = DNSSECCanonicalOrder(oname, name, &subdomain1);
390 LogDNSSEC("NSECNameExists: owner name %##s is bigger than name %##s", oname->c, name->c);
422 LogDNSSEC("NSECNameExists: owner name %##s is same as name %##s", oname
612 const domainname *oname = rr->name; // owner name local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dtexi2dvi89 oname= # --output
165 /* | ?:/*) oname=$1;;
166 *) oname="$orig_pwd/$1";;
200 if test -n "$oname"; then
642 if test -n "$oname"; then
643 dest=$oname
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dname_test.c72 dns_fixedname_t wname, wname2, oname, compname, downname; local
128 dns_fixedname_init(&oname);
129 origin = &oname.name;
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_object.c859 mach_port_name_t oname; local
878 ipc_right_reverse(space, object, &oname, &oentry)) {
881 if (name != oname) {
1063 * KERN_INVALID_NAME oname didn't denote an entry.
1071 mach_port_name_t oname,
1090 if ((oname == nname) ||
1091 ((oentry = ipc_entry_lookup(space, oname)) == IE_NULL)) {
1097 kr = ipc_right_rename(space, oname, oentry, nname, nentry);
1069 ipc_object_rename( ipc_space_t space, mach_port_name_t oname, mach_port_name_t nname) argument
H A Dipc_object.h332 mach_port_name_t oname,
H A Dipc_right.h229 mach_port_name_t oname,
H A Dipc_port.h358 #define ipc_port_request_rename(port, index, oname, nname) \
368 assert(ipr->ipr_name == oname); \
H A Dipc_right.c2650 mach_port_name_t oname,
2661 assert(oname != nname);
2677 if (ipc_right_check(space, port, oname, oentry)) {
2687 ipc_port_request_rename(port, request, oname, nname);
2710 ipc_hash_delete(space, (ipc_object_t) port, oname, oentry);
2724 assert(port->ip_receiver_name == oname);
2740 assert(pset->ips_local_name == oname);
2757 ipc_entry_dealloc(space, oname, oentry);
2648 ipc_right_rename( ipc_space_t space, mach_port_name_t oname, ipc_entry_t oentry, mach_port_name_t nname, ipc_entry_t nentry) argument
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Devent_server.c553 char *oname; local
646 if ((err = split_nameval(oname_val, &oname, &oval)) != 0)
648 mail_conf_update(oname, oval);
649 if (strcmp(oname, VAR_SYSLOG_NAME) == 0)
H A Dmulti_server.c549 char *oname; local
642 if ((err = split_nameval(oname_val, &oname, &oval)) != 0)
644 mail_conf_update(oname, oval);
645 if (strcmp(oname, VAR_SYSLOG_NAME) == 0)
H A Dsingle_server.c427 char *oname; local
520 if ((err = split_nameval(oname_val, &oname, &oval)) != 0)
522 mail_conf_update(oname, oval);
523 if (strcmp(oname, VAR_SYSLOG_NAME) == 0)
H A Dtrigger_server.c430 char *oname; local
523 if ((err = split_nameval(oname_val, &oname, &oval)) != 0)
525 mail_conf_update(oname, oval);
526 if (strcmp(oname, VAR_SYSLOG_NAME) == 0)
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dsocket.h106 int sys_setsockopt (int s, int level, int oname, const void * oval, int olen);
/macosx-10.10.1/swig-12/Source/Modules/
H A Docaml.cxx1304 String *oname = NewString(name); local
1313 strip_position = strstr(Char(oname), "::");
1317 oname = NewString(strip_position);
1318 strip_position = strstr(Char(oname), "::");
1325 Printf(f_enum_to_int, "| `%s -> (match y with\n", oname);
1326 Printf(f_int_to_enum, "| `%s -> C_enum (\n", oname);
1336 Printf(f_mlbody, "let _ = Callback.register \"%s_marker\" (`%s)\n", fully_qualified_name, oname);
1340 "let _ = Callback.register \"%s_marker\" (`%s)\n" "let _ = Callback.register \"%s_marker\" (`%s)\n", fq_noenum, oname, fq_noenum, name);
1343 Printf(f_enumtypes_type, "| `%s\n", oname);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A Dgsstool.c144 gss_buffer_desc oname; local
154 maj_stat = gss_mo_name(&mechs->elements[i], &options->elements[n], &oname);
164 rtbl_add_column_entryv(ct, COL_OPTION, "%.*s", (int)oname.length, (char *)oname.value);
166 gss_release_buffer(&min_stat, &oname);
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/include/dig/
H A Ddig.h168 dns_name_t *oname; member in struct:dig_lookup
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_pid.c546 dt_pid_usdt_mapping(void *data, const prmap_t *pmp, const char *oname) argument
564 if (Pxlookup_by_name(P, PR_LMID_EVERY, oname, syms[i], &sym,
569 if ((mname = strrchr(oname, '/')) == NULL)
570 mname = oname;

Completed in 179 milliseconds

12