Searched refs:fname (Results 176 - 200 of 778) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dmacpkg.rb63 def open(fname, access=nil)
64 tk_call('resource', 'open', fname, access)
/macosx-10.10/system_cmds-643.1.1/passwd.tproj/
H A Dfile_passwd.c188 char *fname; local
192 fname = _PASSWD_FILE;
193 if (locn != NULL) fname = locn;
195 fd = open(fname, O_RDONLY | O_EXLOCK);
197 err(EXIT_FAILURE, "%s", fname);
202 err(EXIT_FAILURE, "%s", fname);
207 errx(EXIT_FAILURE, "user %s not found in %s", uname, fname);
232 rewrite_file(fname, fp, &newpw);
/macosx-10.10/vim-55/runtime/autoload/
H A Dspellfile.vim67 let fname = a:lang . '.' . enc . '.spl'
74 echo 'Downloading ' . fname . '...'
75 call spellfile#Nread(fname)
98 let fname = a:lang . '.ascii.spl'
99 echo 'Could not find it, trying ' . fname . '...'
100 call spellfile#Nread(fname)
123 exe "write " . dirname . '/' . fname
131 let fname = substitute(fname, '\.spl$', '.sug', '')
132 echo 'Downloading ' . fname
[all...]
/macosx-10.10/vim-55/src/
H A Dif_mzsch.h34 # define GUARANTEE_STRING(fname, argnum) GUARANTEE_TYPE(fname, argnum, SCHEME_STRINGP, "string")
H A Dfileio.c58 static int is_dev_fd_file(char_u *fname);
63 static char_u *readfile_charconvert __ARGS((char_u *fname, char_u *fenc, int *fdp));
71 static char_u *check_for_cryptkey __ARGS((char_u *cryptkey, char_u *ptr, long *sizep, off_t *filesizep, int newfile, char_u *fname, int *did_ask));
74 static void set_file_time __ARGS((char_u *fname, time_t atime, time_t mtime));
76 static int set_rw_fname __ARGS((char_u *fname, char_u *sfname));
82 static int apply_autocmds_exarg __ARGS((event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, exarg_T *eap));
207 * Read lines from file "fname" into the buffer after line "from".
213 * (caller must check that fname != NULL, unless READ_STDIN is used)
231 readfile(fname, sfname, from, lines_to_skip, lines_to_read, eap, flags)
232 char_u *fname;
7768 char_u *fname; /* fname to match with */ member in struct:AutoPatCmd
8729 char_u *fname; local
9674 char_u *fname; local
[all...]
/macosx-10.10/vim-55/src/proto/
H A Dmemline.pro13 int recover_names __ARGS((char_u *fname, int list, int nr, char_u **fname_out));
29 int resolve_symlink __ARGS((char_u *fname, char_u *buf));
30 char_u *makeswapname __ARGS((char_u *fname, char_u *ffname, buf_T *buf, char_u *dir_name));
31 char_u *get_file_in_dir __ARGS((char_u *fname, char_u *dname));
H A Dos_riscos.pro19 int mch_FullName __ARGS((char_u *fname, char_u *buf, int len, int force));
20 int mch_isFullName __ARGS((char_u *fname));
43 char_u *mch_munge_fname __ARGS((char_u *fname));
48 int mch_check_filetype __ARGS((char_u *fname, char_u *type));
H A Dos_vms.pro13 void vms_remove_version __ARGS((void *fname));
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12SafeBag.cpp107 CFStringRef fname,
114 friendlyName(fname);
128 CFStringRef fname)
132 if(fname != NULL) {
133 len = CFStringGetLength(fname);
146 UniChar uc = CFStringGetCharacterAtIndex(fname, dex);
313 CFStringRef fname,
317 : P12SafeBag(fname, keyId, otherAttrs, coder),
387 CFStringRef fname,
391 : P12SafeBag(fname, keyI
106 P12SafeBag( CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
127 friendlyName( CFStringRef fname) argument
310 P12CertBag( NSS_P12_CertBagType certType, CSSM_DATA &certData, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
384 P12CrlBag( NSS_P12_CrlBagType crlType, CFDataRef crlData, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
426 P12KeyBag( const CSSM_KEY *key, CSSM_CSP_HANDLE cspHand, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder, SecKeyRef keyRef ) argument
509 P12OpaqueBag( CFDataRef oid, CFDataRef blob, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12SafeBag.cpp107 CFStringRef fname,
114 friendlyName(fname);
128 CFStringRef fname)
132 if(fname != NULL) {
133 len = CFStringGetLength(fname);
146 UniChar uc = CFStringGetCharacterAtIndex(fname, dex);
313 CFStringRef fname,
317 : P12SafeBag(fname, keyId, otherAttrs, coder),
387 CFStringRef fname,
391 : P12SafeBag(fname, keyI
106 P12SafeBag( CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
127 friendlyName( CFStringRef fname) argument
310 P12CertBag( NSS_P12_CertBagType certType, CSSM_DATA &certData, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
384 P12CrlBag( NSS_P12_CrlBagType crlType, CFDataRef crlData, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
426 P12KeyBag( const CSSM_KEY *key, CSSM_CSP_HANDLE cspHand, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder, SecKeyRef keyRef ) argument
509 P12OpaqueBag( CFDataRef oid, CFDataRef blob, CFStringRef fname, CFDataRef keyId, P12BagAttrs *otherAttrs, SecNssCoder &coder) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit56 set fname [.files get]
58 set fid [open $fname r]
64 -text "Cannot load file \"$fname\":\n$err"
73 $win.text configure -labeltext "file: $fname"
75 set FileName($win) $fname
143 set fname [file tail $FileName($win)]
144 .confirm configure -text "File \"$fname\" has changed.\nSave changes?"
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dldapmap.c90 const char *fname,
99 assert( fname != NULL );
110 fname, lineno, "" );
129 fname, lineno, argv[ 0 ] );
149 fname, lineno, 0 );
267 fname, lineno, p );
275 fname, lineno, argv[0] );
89 map_ldap_parse( const char *fname, int lineno, int argc, char **argv ) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certChain/
H A DcertChain.cpp205 char fname[200]; local
206 sprintf(fname, "%s_%u", fileBase, i);
207 if(writeFile(fname, cd.Data, cd.Length)) {
208 printf("***Error writing to %s\n", fname);
211 printf("...write %lu bytes to %s\n", cd.Length, fname);
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dfiledup.c71 (*new_file)->fname = apr_pstrdup(p, old_file->fname);
164 if (old_file->fname) {
165 (*new_file)->fname = apr_pstrdup(p, old_file->fname);
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dzfparse.c216 char fname[30+1]; local
218 sscanf (p+9, "%30s", fname);
219 dbg_val ("$INCLUDE directive for file \"%s\" found\n", fname);
220 if ( keydbfile && strcmp (fname, keydbfile) == 0 )
223 keydbfilefound = parsezonefile (fname, pminttl, pmaxttl, keydbfile);
/macosx-10.10/efax-38/efax/
H A Defaxlib.h60 int readfont ( char *fname, faxfont *font ) ;
124 char *fname ; /* file name */ member in struct:PAGEstruct
162 int newIFILE ( IFILE *f, char **fname ) ;
180 char *fname ; /* file name pattern */ member in struct:ofilestruct
190 void newOFILE ( OFILE *f, int format, char *fname,
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Ddsm.c178 public void dsm_create(fname,new_dsh,st)
179 unsigned char *fname; /* filename (null-terminated) */
192 if (fname != NULL && ustrlen(fname) != 0) {
193 fd = create_file(fname); /* try to create the file */
207 if (fname == NULL) {
208 dsh->fname = (char *) malloc(1);
209 dsh->fname[0] = 0;
212 dsh->fname = (char *) malloc(ustrlen(fname)
[all...]
H A Drpcd.c504 unsigned_char_p_t fname;
517 fname = NULL;
520 fname = (unsigned_char_p_t) malloc(strlen(rpcd_c_database_name_prefix1) +
523 if (!fname) {
529 sprintf((char *) fname, "%s%s%s", rpcd_c_database_name_prefix1,
548 h = epdb_init(fname, status);
550 free(fname);
556 free(fname);
560 fname = (unsigned_char_p_t) malloc(strlen(rpcd_c_database_name_prefix1) +
563 sprintf((char *) fname, "
501 unsigned_char_p_t fname; local
871 char *fname; local
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12Decode.cpp306 CFStringRef fname; local
318 &fname,
326 printBagAttrs(fname, keyId);
338 releaseAttrs(fname, keyId, NULL);
352 &fname,
360 printBagAttrs(fname, keyId);
368 releaseAttrs(fname, keyId, NULL);
381 &fname,
386 printBagAttrs(fname, keyId);
394 releaseAttrs(fname, keyI
[all...]
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalImp.cpp4379 AL_API void* AL_APIENTRY alGetProcAddress( const ALchar* fname )
4382 DebugMessageN1("alGetProcAddress function name = %s", fname);
4385 if (fname == NULL)
4390 if (strcmp("alcOpenDevice", (const char *)fname) == 0) { return (void*) alcOpenDevice; }
4391 if (strcmp("alcCloseDevice", (const char *)fname) == 0) { return (void*) alcCloseDevice; }
4392 if (strcmp("alcGetError", (const char *)fname) == 0) { return (void*) alcGetError; }
4393 if (strcmp("alcCreateContext", (const char *)fname) == 0) { return (void*) alcCreateContext; }
4394 if (strcmp("alcMakeContextCurrent", (const char *)fname) == 0) { return (void*) alcMakeContextCurrent; }
4395 if (strcmp("alcProcessContext", (const char *)fname) == 0) { return (void*) alcProcessContext; }
4396 if (strcmp("alcGetCurrentContext", (const char *)fname)
[all...]
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_open.c50 __db_open(dbp, ip, txn, fname, dname, type, flags, mode, meta_pgno)
54 const char *fname, *dname;
67 DB_TEST_RECOVERY(dbp, DB_TEST_PREOPEN, ret, fname);
93 * If both fname and subname are NULL, it's always a create, so make
100 if (fname == NULL) {
154 txn, fname, mode, flags, &id)) != 0)
158 txn, fname, dname, mode, flags)) != 0)
180 if ((ret = __env_setup(dbp, txn, fname, dname, id, flags)) != 0)
208 ret = __bam_open(dbp, ip, txn, fname, meta_pgno, flags);
211 ret = __ham_open(dbp, ip, txn, fname, meta_pgn
[all...]
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A DgenStubs.tcl274 if {![regexp {^(.+[ ][*]*)([^ *]+)$} $prefix all rtype fname]} {
307 return [list $rtype $fname $args]
349 lassign $decl rtype fname args
360 append line "$fname _ANSI_ARGS_("
409 lassign $decl rtype fname args
411 set lfname [string tolower [string index $fname 0]]
412 append lfname [string range $fname 1 end]
414 set text "#ifndef $fname\n#define $fname"
450 lassign $decl rtype fname arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/tools/
H A DgenStubs.tcl274 if {![regexp {^(.+[ ][*]*)([^ *]+)$} $prefix all rtype fname]} {
307 return [list $rtype $fname $args]
349 lassign $decl rtype fname args
360 append line "$fname _ANSI_ARGS_("
409 lassign $decl rtype fname args
411 set lfname [string tolower [string index $fname 0]]
412 append lfname [string range $fname 1 end]
414 set text "#ifndef $fname\n#define $fname"
450 lassign $decl rtype fname arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/tools/
H A DgenStubs.tcl274 if {![regexp {^(.+[ ][*]*)([^ *]+)$} $prefix all rtype fname]} {
307 return [list $rtype $fname $args]
349 lassign $decl rtype fname args
360 append line "$fname _ANSI_ARGS_("
409 lassign $decl rtype fname args
411 set lfname [string tolower [string index $fname 0]]
412 append lfname [string range $fname 1 end]
414 set text "#ifndef $fname\n#define $fname"
450 lassign $decl rtype fname arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/tools/
H A DgenStubs.tcl274 if {![regexp {^(.+[ ][*]*)([^ *]+)$} $prefix all rtype fname]} {
307 return [list $rtype $fname $args]
349 lassign $decl rtype fname args
360 append line "$fname _ANSI_ARGS_("
409 lassign $decl rtype fname args
411 set lfname [string tolower [string index $fname 0]]
412 append lfname [string range $fname 1 end]
414 set text "#ifndef $fname\n#define $fname"
450 lassign $decl rtype fname arg
[all...]

Completed in 195 milliseconds

1234567891011>>