Searched refs:dname (Results 26 - 50 of 113) sorted by relevance

12345

/macosx-10.10/CrackLib-37765/cracklib27/cracklib/
H A Dpacklib.c65 char dname[STRINGSIZE]; local
81 snprintf(dname, sizeof(dname), "%s.pwd", prefix);
84 if (!(pdesc.dfp = fopen(dname, mode)))
86 perror(dname);
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Drpcd.c505 unsigned_char_p_t dname;
518 dname = NULL;
532 dname = (unsigned_char_p_t) malloc(strlen(rpcd_c_database_name_prefix1) +
534 if (!dname) {
540 sprintf((char *) dname, "%s%s", rpcd_c_database_name_prefix1,
543 if (stat((const char *) dname, &statbuf) &&
545 printf("(rpcd) ept database directory [%s] doesn't exist\n", dname);
551 free(dname);
557 free(dname);
502 unsigned_char_p_t dname; local
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dzkt.c93 /* TODO: use next line if dname is dynamically allocated */
94 /* if ( pathflag && dkp->dname && strcmp (oldpath, dkp->dname) != 0 ) */
95 if ( pathflag && strcmp (oldpath, dkp->dname) != 0 )
96 printf ("%s/\n", dkp->dname);
165 oldpath = dkp->dname;
190 oldpath = dkp->dname;
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb.c386 __env_setup(dbp, txn, fname, dname, id, flags)
389 const char *fname, *dname;
416 if ((!F_ISSET(dbp, DB_AM_INMEM) || dname == NULL) &&
440 F_ISSET(dbp, DB_AM_INMEM) ? dname : fname,
441 F_ISSET(dbp, DB_AM_INMEM) ? NULL : dname, id)) != 0)
475 } else if (dname != NULL) {
477 ldbp->dname != NULL &&
478 strcmp(ldbp->dname, dname) == 0)
1094 if (dbp->dname !
[all...]
H A Dcrdel_rec.c77 file_dbp->dname, (DBMETA *)pagep, 0, DB_CHK_META)) != 0)
154 argp->name.data, &dbp->dname)) != 0))
H A Ddb_iface.c1061 __db_open_pp(dbp, txn, fname, dname, type, flags, mode)
1064 const char *fname, *dname;
1087 if ((dname != NULL &&
1088 (ret = __os_strdup(env, dname, &dbp->dname)) != 0))
1123 if ((ret = __db_open_arg(dbp, txn, fname, dname, type, flags)) == 0)
1124 if ((ret = __db_open(dbp, ip, txn, fname, dname, type,
1138 if (dname == NULL && !IS_RECOVERING(env) && !LF_ISSET(DB_RDONLY) &&
1163 (fname != NULL || dname != NULL)) ? 1 : 0;
1165 (dname
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-PreferencePanes/Examples/EnvironmentPrefs/
H A DShellEnv.py121 dname = os.path.dirname(fname)
122 if not os.path.isdir(dname):
124 os.mkdir(dname)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-PreferencePanes/Examples/EnvironmentPrefs/
H A DShellEnv.py121 dname = os.path.dirname(fname)
122 if not os.path.isdir(dname):
124 os.mkdir(dname)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-PreferencePanes-2.5.1/Examples/EnvironmentPrefs/
H A DShellEnv.py121 dname = os.path.dirname(fname)
122 if not os.path.isdir(dname):
124 os.mkdir(dname)
/macosx-10.10/vim-55/src/
H A Dgui_athena.c778 if (menu_is_popup(menu->dname))
780 menu->submenu_id = XtVaCreatePopupShell((char *)menu->dname,
787 else if (menu_is_menubar(menu->dname))
789 menu->id = XtVaCreateManagedWidget((char *)menu->dname,
791 XtNmenuName, menu->dname,
801 menu->submenu_id = XtVaCreatePopupShell((char *)menu->dname,
829 menu->id = XtVaCreateManagedWidget((char *)menu->dname,
831 XtNlabel, menu->dname,
864 pullright_name = make_pull_name(menu->dname);
981 if (menu_is_menubar(mp->dname))
[all...]
/macosx-10.10/ruby-106/ruby/lib/webrick/httpservlet/
H A Dfilehandler.rb459 dname = "Parent Directory"
461 dname = name.sub(/^(.{23})(?:.*)/, '\1..')
463 dname = name
465 s = " <A HREF=\"#{HTTPUtils::escape(name)}\">#{HTMLUtils::escape(dname)}</A>"
466 s << " " * (30 - dname.bytesize)
/macosx-10.10/xar-254/xar/lib/
H A Ddarwinattr.c420 char *nonunderbar, *nupath, *tmp2, *dname; local
425 dname = dirname(tmp2);
426 asprintf(&nupath, "%s/%s", dname, nonunderbar);
476 char *dname, *bname, *tmp, *tmp2; local
487 dname = dirname(tmp2);
491 snprintf(underbarname, sizeof(underbarname)-1, "%s/._%s", dname, bname);
582 char *dname, *bname, *tmp, *tmp2; local
607 dname = dirname(tmp2);
611 snprintf(underbarname, sizeof(underbarname)-1, "%s/._%s", dname, bname);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dprdbg.c2536 const char *dname, *from_class;
2542 dname = name;
2545 dname = info->demangler (info->abfd, name);
2546 if (strcmp (name, dname) == 0)
2548 free ((char *) dname);
2549 dname = name;
2553 if (dname != name)
2556 sep = strstr (dname, "::");
2561 from_class = dname;
2566 name = dname;
2530 const char *dname, *from_class; local
2601 const char *dname; local
[all...]
/macosx-10.10/swig-12/Source/Swig/
H A Dnaming.c667 String *dname = SwigType_templateprefix(name); local
668 features_get(features, dname, decl, ncdecl, node);
669 Delete(dname);
708 String *dname = Swig_symbol_template_deftype(name, 0); local
709 if (!Equal(dname, name)) {
710 Swig_features_get(features, prefix, dname, decl, node);
712 Delete(dname);
785 String *dname = Swig_symbol_template_deftype(name, 0); local
786 if (Strcmp(dname, name)) {
787 Swig_feature_set(features, dname, dec
[all...]
H A Dsymbol.c448 String *dname = Swig_symbol_template_deftype(cname, 0); local
449 if (!Equal(dname, name)) {
450 Swig_symbol_cadd(dname, n);
452 Delete(dname);
865 String *dname = 0; local
867 dname = Swig_symbol_template_deftype(name, symtab);
868 if (!Equal(dname, name)) {
869 n = _symbol_lookup(dname, symtab, check);
871 Delete(dname);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dservls.cpp34 ICULocaleService::ICULocaleService(const UnicodeString& dname) argument
35 : ICUService(dname)
/macosx-10.10/Libc-1044.1.2/gen/
H A Ddisklabel.c123 #define getnumdflt(field, dname, dflt) \
124 { long f; (field) = (cgetnum(buf, dname, &f) == -1) ? (dflt) : f; }
/macosx-10.10/libresolv-57/
H A Dres_data.c240 res_mkquery(int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
254 return res_nmkquery(_res_static, op, dname, class, type, data, datalen, newrr_in, buf, buflen);
/macosx-10.10/remote_cmds-47/ypbind.tproj/
H A Dypbind.c97 static char *dname; variable
500 yp_get_default_domain(&dname);
504 if (dname[0] == '\0')
507 yp_get_default_domain(&dname);
510 if (dname[0] == '\0')
549 BINDINGDIR, dname, YPSERVERSSUFF);
637 ypbindlist = makebinding(dname);
983 "%s/%s%s", BINDINGDIR, dname, YPSERVERSSUFF);
/macosx-10.10/vim-55/src/proto/
H A Dmemline.pro31 char_u *get_file_in_dir __ARGS((char_u *fname, char_u *dname));
/macosx-10.10/BerkeleyDB-21/db/dbreg/
H A Ddbreg_util.c578 char *dname, *fname; local
582 dname = NULL;
617 dname = name;
621 if ((ret = __db_open(dbp, NULL, txn, fname, dname, ftype,
666 dname = name;
/macosx-10.10/apache-793/httpd/modules/examples/
H A Dmod_example_hooks.c548 char *dname = dirspec; local
565 dname = (dname != NULL) ? dname : "";
566 cfg->loc = apr_pstrcat(p, "DIR(", dname, ")", NULL);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dlookup.c192 dns_rdata_dname_t dname; local
297 result = dns_rdata_tostruct(&rdata, &dname, NULL);
307 result = dns_name_concatenate(prefix, &dname.dname,
309 dns_rdata_freestruct(&dname);
/macosx-10.10/ruby-106/ruby/
H A Dfile.c2961 rb_file_expand_path_internal(VALUE fname, VALUE dname, int abs_mode, int long_name, VALUE result) argument
3022 if (!NIL_P(dname) && !not_same_drive(dname, s[0])) {
3023 rb_file_expand_path_internal(dname, Qnil, abs_mode, long_name, result);
3046 if (!NIL_P(dname)) {
3047 rb_file_expand_path_internal(dname, Qnil, abs_mode, long_name, result);
3304 #define check_expand_path_args(fname, dname) \
3306 (void)(NIL_P(dname) ? (dname) : ((dname)
3315 rb_file_expand_path(VALUE fname, VALUE dname) argument
3322 rb_file_expand_path_fast(VALUE fname, VALUE dname) argument
3347 VALUE fname, dname; local
3358 rb_file_absolute_path(VALUE fname, VALUE dname) argument
3380 VALUE fname, dname; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_stat.c621 char *fname, *dname, *p, namebuf[26]; local
698 lt->env, (u_int8_t *)fidp, &fname, &dname);
699 if (fname == NULL && dname == NULL)
704 if (fname != NULL && dname != NULL) {
706 "%14s:%-10s", fname, dname);
711 p = dname;

Completed in 395 milliseconds

12345