Searched refs:fn (Results 176 - 200 of 650) sorted by relevance

1234567891011>>

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Devalstring.c332 char *fn; local
341 fn = redirection_expand (r->redirectee.filename);
345 if (fn == 0)
351 fd = open(fn, O_RDONLY);
354 file_error (fn);
355 free (fn);
359 rval = zcatfd (fd, 1, fn);
361 free (fn);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/stress/
H A Dsetup.pl71 my $fn = "ns$nsno/$zn.db";
72 my $f = new FileHandle($fn, "w") or die "open: $fn: $!";
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dvms-patch.el45 (defun make-legal-file-name (fn)
46 (setq fn (copy-sequence fn))
47 (let ((dot nil) (indx 0) (len (length fn)) chr)
49 (setq chr (aref fn indx))
51 ((eq chr ?.) (if dot (aset fn indx ?_) (setq dot t)))
55 (aset fn indx ?_)))
57 fn)
/macosx-10.9.5/llvmCore-3425.0.33/tools/lli/
H A DRemoteTarget.cpp50 int (*fn)(void) = (int(*)(void))Address;
51 RetVal = fn();
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dhist.h58 #define HIST_FUN(el, fn, arg) \
60 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/SimpleService/
H A DServiceTest.py6 def serviceSelector(fn):
8 return objc.selector(fn, signature="v@:@@o^@")
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyURLService/
H A DTinyURLService.py9 def serviceSelector(fn):
11 return objc.selector(fn, signature="v@:@@o^@")
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-LatentSemanticMapping/PyObjCTest/
H A Dtest_latentsemanticmapping.py108 fn = __file__
109 fn = os.path.splitext(fn)[0] + ".py"
110 for line in open(fn, 'rb'):
189 fn = '/tmp/pyobjc.test'
190 url = CFURLCreateWithFileSystemPath(None, fn, kCFURLPOSIXPathStyle, False)
199 if os.path.exists(fn):
200 os.unlink(fn)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/SimpleService/
H A DServiceTest.py6 def serviceSelector(fn):
8 return objc.selector(fn, signature="v@:@@o^@")
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyURLService/
H A DTinyURLService.py9 def serviceSelector(fn):
11 return objc.selector(fn, signature="v@:@@o^@")
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-LatentSemanticMapping/PyObjCTest/
H A Dtest_latentsemanticmapping.py108 fn = __file__
109 fn = os.path.splitext(fn)[0] + ".py"
110 for line in open(fn, 'r'):
189 fn = '/tmp/pyobjc.test'
190 url = CFURLCreateWithFileSystemPath(None, fn, kCFURLPOSIXPathStyle, False)
199 if os.path.exists(fn):
200 os.unlink(fn)
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_parser_markdown.rb14 @fn = filename
57 RDoc::Parser::Markdown.new @top_level, @fn, content, @options, @stats
H A Dtest_rdoc_parser_rd.rb14 @fn = filename
58 RDoc::Parser::RD.new @top_level, @fn, content, @options, @stats
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.sig.c40 sigset_interrupting(int sig, void (*fn) (int))
44 act.sa_handler = fn;
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Ddump.c51 CFStringRef fn, uuidstr; local
77 fn = CFStringCreateWithFormat(NULL, NULL, CFSTR("%s/%@.plist"), (char *)data, uuidstr);
79 if (fn == NULL) {
85 url = CFURLCreateWithFileSystemPath(NULL, fn, kCFURLPOSIXPathStyle, false);
86 CFRelease(fn);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drclex.l254 char *send, *fn;
279 fn = (char *) xmalloc (send - s + 1);
280 strncpy (fn, s, send - s);
281 fn[send - s] = '\0';
284 rc_filename = fn;
288 initial_fn = xmalloc (strlen (fn) + 1);
289 strcpy (initial_fn, fn);
294 if (strcmp (initial_fn, fn) == 0
295 || strcmp (fn + strlen (fn)
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/x86/
H A Dffi_darwin.c203 void (*fn)(void));
214 void (*fn)(void));
220 void (*fn)(),
250 cif->flags, ecif.rvalue, fn);
257 cif->flags, ecif.rvalue, fn);
532 void (*fn)());
540 void (*fn)());
545 void (*fn)(),
573 cif->flags, ecif.rvalue, fn);
580 cif->flags, ecif.rvalue, fn);
219 ffi_call( ffi_cif *cif, void (*fn)(), void *rvalue, void **avalue) argument
544 ffi_raw_call( ffi_cif *cif, void (*fn)(), void *rvalue, ffi_raw *fake_avalue) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h37 * HANDLE apr_dbg_log(char* fn, HANDLE ha, char* fl, int ln, int nh
43 * ha (hex) seq(hex) tid(hex) fn fl ln
50 * hv (hex) seq(hex) tid(hex) fn dsc fl ln
56 APR_DECLARE_NONSTD(HANDLE) apr_dbg_log(char* fn, HANDLE ha, char* fl, int ln,
59 #define apr_dbg_rv(fn, args) (apr_dbg_log(#fn,(fn) args,__FILE__,__LINE__,0))
107 #define CreateThread(sd,d1,fn,pv,d2,pd3) apr_dbg_rv(CreateThread,(sd,d1,fn,pv,d2,pd3))
203 #define _beginthread(fn,
[all...]
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h37 * HANDLE apr_dbg_log(char* fn, HANDLE ha, char* fl, int ln, int nh
43 * ha (hex) seq(hex) tid(hex) fn fl ln
50 * hv (hex) seq(hex) tid(hex) fn dsc fl ln
56 APR_DECLARE_NONSTD(HANDLE) apr_dbg_log(char* fn, HANDLE ha, char* fl, int ln,
59 #define apr_dbg_rv(fn, args) (apr_dbg_log(#fn,(fn) args,__FILE__,__LINE__,0))
107 #define CreateThread(sd,d1,fn,pv,d2,pd3) apr_dbg_rv(CreateThread,(sd,d1,fn,pv,d2,pd3))
203 #define _beginthread(fn,
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dstats.c77 dns_rdatatypestats_dumper_t fn; member in struct:rdatadumparg
82 dns_opcodestats_dumper_t fn; member in struct:opcodedumparg
306 dump_rdentry(counter, value, 0, rdatadumparg->fn, rdatadumparg->arg);
316 arg.fn = dump_fn;
326 dump_rdentry(counter, value, 0, rdatadumparg->fn,
331 rdatadumparg->fn, rdatadumparg->arg);
334 rdatadumparg->fn, rdatadumparg->arg);
347 arg.fn = dump_fn;
356 opcodearg->fn((dns_opcode_t)counter, value, opcodearg->arg);
367 arg.fn
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/
H A Dtermcap.c402 valid_filename_p (fn)
403 char *fn;
409 fab.fab$l_fna = fn;
410 fab.fab$b_fns = strlen(fn);
424 valid_filename_p (fn)
425 char *fn;
427 return *fn == '\\' || *fn == '/' ||
428 (*fn >= 'A' && *fn <
[all...]
/macosx-10.9.5/Heimdal-323.92.1/include/
H A Dbits.c121 const char *fn, *hb; local
129 fn = "bits.h";
134 fn = argv[1];
135 p = malloc(strlen(fn) + 5);
136 sprintf(p, "__%s__", fn);
144 fprintf(f, "/* %s -- this file was generated for %s by\n", fn, HOST);
145 fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "",
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dtimers.c176 Handler_t fn = *(Handler_t*)handle; local
178 (*fn)(SIGALRM);
185 Handler_t fn; local
203 fn = (Handler_t)signal(SIGALRM,sigalrm);
204 if((t= setalarm(t))>0 && fn && fn!=(Handler_t)sigalrm)
209 *hp = fn;
/macosx-10.9.5/rsync-42/rsync/patches/
H A Dverify-patches255 foreach my $fn (@generated_files) {
256 &filter_diff("diff -dup cvsdir/$fn workdir");
279 my $fn;
280 ($fn = $_) =~ s/\.~1~$//;
281 if ($fn eq $_) {
284 rename($_, $fn);
287 unlink($fn);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-smb.c37 void (*fn)(const u_char *, const u_char *, const u_char *, const u_char *); member in struct:smbdescript
45 void (*fn)(const u_char *, const u_char *, int, int); member in struct:smbdescriptint
176 static struct smbfnsint *fn = &trans2_fns[0]; local
189 fn = smbfindint(EXTRACT_LE_16BITS(w + 14 * 2), trans2_fns);
192 printf("%s\n", fn->name);
203 printf("%s param_length=%d data_length=%d\n", fn->name, pcnt, dcnt);
216 f1 = fn->descript.req_f1;
217 f2 = fn->descript.req_f2;
222 f1 = fn->descript.rep_f1;
223 f2 = fn
802 struct smbfns *fn; local
[all...]

Completed in 661 milliseconds

1234567891011>>