Searched refs:fn (Results 26 - 50 of 714) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py29 fn for fn in os.listdir(dirname) if fn.endswith('.framework') ]
31 for fn in frameworks:
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
34 for fn in frameworks:
35 rewriteFramework(fn, mapping)
40 fn fo
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py29 fn for fn in os.listdir(dirname) if fn.endswith('.framework') ]
31 for fn in frameworks:
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
34 for fn in frameworks:
35 rewriteFramework(fn, mapping)
40 fn fo
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py29 fn for fn in os.listdir(dirname) if fn.endswith('.framework') ]
31 for fn in frameworks:
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
34 for fn in frameworks:
35 rewriteFramework(fn, mapping)
40 fn fo
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsetprogname.c72 char * fn = strdup(p); local
75 strlwr(fn);
76 ext = strrchr(fn, '.');
80 __progname = fn;
/macosx-10.10.1/objc4-646/test/
H A Dunload3.c17 void fn(void) { } function
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dget_anchors.pl17 my ($p, $fn, %a);
25 push @{$a{$attr->{name}}}, $fn
37 while ($fn = shift)
39 $p->parse_file ($fn);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_callout.h38 * Register fn(arg, event) to be called at kdp entry/exit.
45 extern void kdp_register_callout(kdp_callout_fn_t fn, void *arg);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Datexit.c143 struct atexit_fn fn; local
146 fn.fn_type = ATEXIT_FN_STD;
147 fn.fn_ptr.std_func = func;
148 fn.fn_arg = NULL;
149 fn.fn_dso = NULL;
155 fn.fn_dso = info.dli_fbase;
159 error = atexit_register(&fn);
167 struct atexit_fn fn; local
170 fn.fn_type = ATEXIT_FN_BLK;
171 fn
187 struct atexit_fn fn; local
200 __cxa_in_range(const struct __cxa_range_t ranges[], unsigned int count, const void* fn) argument
228 struct atexit_fn *fn; local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-ScreenSaver/PyObjCTest/
H A Dtest_screensaver.py23 fn = ScreenSaver.SSCenteredRectInRect
27 res = fn(innerRect, outerRect)
31 fn = ScreenSaver.SSRandomFloatBetween
33 r = fn(1.0, 20.5)
37 fn = ScreenSaver.SSRandomIntBetween
39 r = fn(-10, 20)
43 fn = ScreenSaver.SSRandomPointForSizeWithinRect
44 r = fn(ScreenSaver.NSMakeSize(10, 10), ScreenSaver.NSMakeRect(20, 20, 100, 100))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-ScreenSaver/PyObjCTest/
H A Dtest_screensaver.py23 fn = ScreenSaver.SSCenteredRectInRect
27 res = fn(innerRect, outerRect)
31 fn = ScreenSaver.SSRandomFloatBetween
33 r = fn(1.0, 20.5)
37 fn = ScreenSaver.SSRandomIntBetween
39 r = fn(-10, 20)
43 fn = ScreenSaver.SSRandomPointForSizeWithinRect
44 r = fn(ScreenSaver.NSMakeSize(10, 10), ScreenSaver.NSMakeRect(20, 20, 100, 100))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-ScreenSaver-2.5.1/PyObjCTest/
H A Dtest_screensaver.py28 fn = ScreenSaver.SSCenteredRectInRect
32 res = fn(innerRect, outerRect)
36 fn = ScreenSaver.SSRandomFloatBetween
38 r = fn(1.0, 20.5)
42 fn = ScreenSaver.SSRandomIntBetween
44 r = fn(-10, 20)
48 fn = ScreenSaver.SSRandomPointForSizeWithinRect
49 r = fn(ScreenSaver.NSMakeSize(10, 10), ScreenSaver.NSMakeRect(20, 20, 100, 100))
/macosx-10.10.1/ruby-106/ruby/test/scanf/
H A Dtest_scanfblocks.rb53 fn = "#{Dir.tmpdir}/iotest.dat.#{$$}"
54 File.open(fn, "w") { |fh| fh.puts(@str) }
55 fh = File.open(fn, "rb")
66 File.delete(fn)
70 fn = "#{Dir.tmpdir}/iotest.dat.#{$$}"
71 File.open(fn, "w").close
72 fh = File.open(fn,"rb")
78 File.delete(fn)
/macosx-10.10.1/sudo-73/src/
H A Dsudo_noexec.c52 #define DUMMY2(fn, t1, t2) \
54 fn(t1 a1, t2 a2) \
57 #define DUMMY3(fn, t1, t2, t3) \
59 fn(t1 a1, t2 a2, t3 a3) \
62 #define DUMMY6(fn, t1, t2, t3, t4, t5, t6) \
64 fn(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
67 #define DUMMY_VA(fn, t1, t2) \
69 fn(t1 a1, t2 a2, ...) \
74 #define DUMMY2(fn, t1, t2) \
76 fn(a
[all...]
/macosx-10.10.1/Heimdal-398.1.2/cf/
H A Dw32-list-externs-from-objs.pl41 $fn = shift;
43 print STDERR "Opening dump of object [$fn]\n";
45 open(SP, '-|', "dumpbin /symbols \"".$fn."\"") or die "Can't open pipe for $fn";
55 print $fn if $show_module_name;
78 $fn = shift;
80 open (RF, '<', $fn) or die "Can't open response file $fn";
H A Dw32-def-from-dll.pl43 $fn = shift;
45 print STDERR "Processing defs from file [$fn]\n";
47 open(SP, '-|', "dumpbin /exports \"".$fn."\"") or die "Can't open pipe for $fn";
69 $fn = shift;
71 print STDERR "Opening dump of DLL [$fn]\n";
73 open(SP, '-|', "dumpbin /exports \"".$fn."\"") or die "Can't open pipe for $fn";
121 $fn = shift;
123 print STDERR "Opening dump of object [$fn]\
[all...]
/macosx-10.10.1/apache-793/httpd/os/win32/
H A Dos.h100 #define AP_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
101 typedef rettype (calltype *ap_winapi_fpt_##fn) args; \
102 static ap_winapi_fpt_##fn ap_winapi_pfn_##fn = NULL; \
103 static APR_INLINE rettype ap_winapi_##fn args \
104 { if (!ap_winapi_pfn_##fn) \
105 ap_winapi_pfn_##fn = (ap_winapi_fpt_##fn) ap_load_dll_func(lib, #fn, ord); \
106 return (*(ap_winapi_pfn_##fn)) name
[all...]
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dsplit.c19 register int fn; local
42 fn = nfields;
45 fn--;
46 if (fn == 0)
50 return(nfields - fn);
54 fn = nfields;
58 return(fn);
59 fn++;
66 fn = nfields;
69 fn
199 register int fn; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rake/contrib/
H A Dsys.rb31 FileList.glob(wildcard).each do |fn|
32 File.install(fn, dest_dir, mode, $verbose)
85 FileList.glob(wildcard).each do |fn|
86 if File.directory?(fn)
87 log "Deleting directory #{fn}"
88 Dir.delete(fn)
90 log "Deleting file #{fn}"
91 File.delete(fn)
100 FileList.glob(wildcard).each do |fn|
101 next if ! File.exist?(fn)
[all...]
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_strip_components.c29 touch(const char *fn) argument
31 FILE *f = fopen(fn, "w");
33 fn, errno, strerror(errno));
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dtestprog.c12 fn (void) function
/macosx-10.10.1/file_cmds-242/cksum/
H A Dcksum.c73 char *fn, *p; local
121 fn = NULL;
125 fn = *argv++;
126 if ((fd = open(fn, O_RDONLY, 0)) < 0) {
127 warn("%s", fn);
133 warn("%s", fn ? fn : "stdin");
136 pfncn(fn, val, len);
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dbasename.c19 char *string, *suffix, *fn; local
70 fn = string + slen + 1;
80 slen = strlen (fn);
84 if (strcmp (fn + off, suffix) == 0)
85 fn[off] = '\0';
88 printf ("%s\n", fn);
/macosx-10.10.1/rsync-45/rsync/support/
H A Dfile-attr-restore50 my $fn = $name;
51 $fn =~ s/\\(\d+|.)/ eval "\"\\$1\"" /eg;
53 undef $type unless -f $fn;
55 undef $type unless -d $fn;
57 undef $type unless -b $fn;
59 undef $type unless -c $fn;
61 undef $type unless -p $fn;
63 undef $type unless -S $fn;
109 if (!$dry_run && !chmod($mode, $fn)) {
117 if (!chown($uid, $gid, $fn)) {
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.h57 #define HIST_FUN_INTERNAL(el, fn, arg) \
59 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
61 #define HIST_FUN(el, fn, arg) \
62 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
63 HIST_FUN_INTERNAL(el, fn, arg))
65 #define HIST_FUN(el, fn, arg) HIST_FUN_INTERNAL(el, fn, arg)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dnamespace.sh38 function fn function
40 print global fn $foo
71 function fn function
73 print local fn $foo
75 [[ $(fn) == 'local fn bar' ]] || err_exit 'fn inside namespace should run local function'
96 [[ $(fn) == 'global fn abc' ]] || err_exit 'fn outsid
[all...]

Completed in 396 milliseconds

1234567891011>>