Searched refs:bname (Results 26 - 50 of 63) sorted by relevance

123

/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c373 const char *fname, *dtype, *bname; local
576 bname = NULL;
579 bname = opt_B;
580 if (!strchr(bname, '/')) {
581 snprintf(buf, sizeof(buf), "/boot/%s", bname);
582 if (!(bname = strdup(buf)))
585 if ((fd1 = open(bname, O_RDONLY)) == -1 || fstat(fd1, &sb))
586 err(1, "%s", bname);
589 errx(1, "%s: inappropriate file type or format", bname);
859 err(1, "%s", bname);
[all...]
/macosx-10.10/OpenSSL098-52/src/util/pl/
H A DVC-32.pl422 $n=&bname($targer);
458 $n=&bname($targer);
H A Dnetware.pl367 my($target) = bname(shift);
/macosx-10.10/libxslt-13/libxslt/win32/
H A Dconfigure.js290 /* Creates the readme file for the binary distribution of 'bname', for the
293 function genReadme(bname, ver, file)
298 f.WriteLine(" " + bname + " " + ver);
301 f.WriteLine(" This is " + bname + ", version " + ver + ", binary package for the native Win32/IA32");
306 f.WriteLine("make sure that your tools which use " + bname + " can find it.");
311 f.WriteLine(" If you want to make programmes in C which use " + bname + ", you'll");
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dgen_template.c568 char *bname = NULL; local
577 if (asprintf(&bname, "bmember_%s_%lu", name ? name : "", bmember_counter++) < 0 || bname == NULL)
579 output_name(bname);
589 fprintf(f, "static const struct asn1_template asn1_%s_%s[] = {\n", basetype, bname);
600 add_line(temp, "{ A1_OP_BMEMBER, %s, asn1_%s_%s }", poffset, basetype, bname);
602 free(bname);
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.init.c270 if (bptr->bname)
271 tw_cmd_add(str2short(bptr->bname));
274 if (bptr->bname)
275 tw_cmd_add(str2short(bptr->bname));
H A Dsh.func.c89 label.bname = short2str(cp);
95 backgnd.bname = short2str(cp);
98 foregnd.bname = short2str(cp);
120 if ((i = ((char) *cp) - *bp->bname) == 0 &&
121 (i = StrQcmp(cp, str2short(bp->bname))) == 0)
140 setname(bp->bname);
2264 xprintf(CGETS(15, 1, "%s: %s: Can't %s%s limit (%s)\n"), bname,
2463 maxwidth = max(maxwidth, strlen(b->bname));
2474 w = strlen(b->bname);
2475 xprintf("%s", b->bname);
[all...]
H A Dsh.h932 const char *bname; member in struct:biltins
1127 EXTERN const char *bname; variable
1129 #define setname(a) (bname = (a))
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dinstall-sh248 $awkprog -v bname="$dstfinal" -v fmt="$suffixfmt" '
252 name = bname sfx;
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dutil.c1366 char bname[NI_MAXHOST]; local
1371 bname, sizeof(bname), NULL, 0, NI_NUMERICHOST) != 0)
1372 strlcpy(bname, "?", sizeof(bname));
1374 warn("Can't bind to `%s'", bname);
/macosx-10.10/uucp-11/uucp/
H A Duucico.c1583 if (asProtocols[i].bname == *zproto)
1602 if (strchr (zstr + 1, asProtocols[i].bname) != NULL)
1626 sprintf (ab, "U%c", qdaemon->qproto->bname);
1635 uapply_proto_params (puuconf, qdaemon->qproto->bname,
1640 uapply_proto_params (puuconf, qdaemon->qproto->bname,
1645 uapply_proto_params (puuconf, qdaemon->qproto->bname,
1656 sprintf (zlog, "protocol '%c'", qdaemon->qproto->bname);
2511 *zset++ = asProtocols[i].bname;
2557 if (asProtocols[i].bname == zstr[1])
2597 uapply_proto_params (puuconf, sDaemon.qproto->bname,
[all...]
H A Dprotg.c450 iGrequest_packsize, qdaemon->qproto->bname);
457 iGrequest_winsize, qdaemon->qproto->bname);
529 qdaemon->qproto->bname, (int) iGremote_packsize,
710 qdaemon->qproto->bname, cGsent_packets,
1348 qdaemon->qproto->bname);
H A Dproti.c453 qdaemon->qproto->bname, imaxpacksize);
466 qdaemon->qproto->bname, IREQUEST_WINSIZE);
590 qdaemon->qproto->bname, (int) iIremote_packsize,
605 qdaemon->qproto->bname);
642 qdaemon->qproto->bname, cIsent_packets, cIresent_packets,
1095 qdaemon->qproto->bname);
H A Dprot.h45 char bname; member in struct:sprotocol
/macosx-10.10/OpenSSL098-52/src/util/
H A Dmk1mf.pl888 $t=&bname($_);
1122 $_=&bname($_) unless /^\$/;
1162 sub bname subroutine
1181 $n=&bname($_);
1247 $n=&bname($_);
/macosx-10.10/autofs-246/automountd/
H A Dautod_main.c149 char bname[MAXLABEL] = { APPLE_PREFIX }; local
164 strlcat(bname, myname, sizeof(bname));
333 ret = bootstrap_check_in(bootstrap_port, bname, &service_port_receive_right);
336 bname, bootstrap_strerror(ret), ret);
/macosx-10.10/libxml2-26/libxml2/win32/
H A Dconfigure.js408 /* Creates the readme file for the binary distribution of 'bname', for the
411 function genReadme(bname, ver, file)
416 f.WriteLine(" " + bname + " " + ver);
419 f.WriteLine(" This is " + bname + ", version " + ver + ", binary package for the native Win32/IA32");
424 f.WriteLine("make sure that your tools which use " + bname + " can find it.");
429 f.WriteLine(" If you want to make programmes in C which use " + bname + ", you'll");
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/win32/
H A Dconfigure.js394 /* Creates the readme file for the binary distribution of 'bname', for the
397 function genReadme(bname, ver, file)
402 f.WriteLine(" " + bname + " " + ver);
405 f.WriteLine(" This is " + bname + ", version " + ver + ", binary package for the native Win32/IA32");
410 f.WriteLine("make sure that your tools which use " + bname + " can find it.");
415 f.WriteLine(" If you want to make programmes in C which use " + bname + ", you'll");
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntfunc.c90 if ((i = ((char) *cp) - *bp1->bname) == 0 &&
91 (i = StrQcmp(cp, str2short(bp1->bname))) == 0)
115 maxwidth = max(maxwidth, (int)lstrlen(b->bname));
128 w = (int)lstrlen(b->bname);
129 xprintf("%s", b->bname);
/macosx-10.10/swig-12/Source/Modules/
H A Dtcl8.cxx826 String *bname = Getattr(b.item, "name"); local
827 if ((!bname) || GetFlag(b.item, "feature:ignore") || (!Getattr(b.item, "module"))) {
833 Printv(base_classes, bname, " ", NIL);
834 Printv(base_class_init, " ", bname, "Ptr::constructor $ptr\n", NIL);
836 String *bmangle = Swig_name_mangle(bname);
840 Printf(base_class_names, "\"%s *\",", SwigType_namestr(bname));
844 //Printf(f_init,"swig_%s_bases[%d] = (swig_class *) SWIG_TypeQuery(\"%s *\")->clientdata;\n", mangled_classname, index, SwigType_namestr(bname));
H A Dlua.cxx969 String *bname = Getattr(b.item, "name"); local
970 if ((!bname) || GetFlag(b.item, "feature:ignore") || (!Getattr(b.item, "module"))) {
975 //String *bmangle = Swig_name_mangle(bname);
981 Printf(base_class_names, "\"%s *\",", SwigType_namestr(bname));
H A Dperl5.cxx1311 String *bname = Getattr(b.item, "perl5:proxy"); local
1312 if (!bname) {
1316 Printv(pm, " ", bname, NIL);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dmkbuiltins.c1501 char *helpfile, *bname;
1518 bname = document_name (builtin);
1519 helpfile = (char *)xmalloc (hdlen + strlen (bname) + 1);
1520 sprintf (helpfile, "helpfiles/%s", bname);
1500 char *helpfile, *bname; local
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dwrite.c888 const char *bname = basename((char *)archive_entry_pathname(entry)); local
891 if (!bsdtar->disable_copyfile && strncmp(bname, "._", 2) == 0) {
896 if (!bsdtar->disable_copyfile && strncmp(bname, "._", 2) != 0) {
912 asprintf(&copyfile_fname, "%s/._%s", dirname((char *)name), bname);
/macosx-10.10/swig-12/Source/Swig/
H A Dsymbol.c918 String *bname; local
920 Swig_scopename_split(name, &prefix, &bname);
921 n = symbol_lookup_qualified(bname, symtab, prefix, local, checkfunc);
922 Delete(bname);

Completed in 407 milliseconds

123