Searched refs:fn (Results 101 - 125 of 650) sorted by relevance

1234567891011>>

/macosx-10.9.5/rsync-42/rsync/popt/
H A Dpoptconfig.c93 int poptReadConfigFile(poptContext con, const char * fn) argument
101 fd = open(fn, O_RDONLY);
164 char * fn, * home; local
176 fn = alloca(strlen(home) + 20);
177 strcpy(fn, home);
178 strcat(fn, "/.popt");
179 rc = poptReadConfigFile(con, fn);
/macosx-10.9.5/screen-22/screen/
H A Dfileio.c349 WriteFile(user, fn, dump)
351 char *fn;
382 if (fn == 0)
389 fn = fnbuf;
394 if (fn == 0)
402 fn = fnbuf;
404 if (hardcopy_append && !access(fn, W_OK))
409 if (fn == 0)
413 fn = fnbuf;
415 public = !strcmp(fn, DEFAULT_BUFFERFIL
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dfc.c135 char *fn; local
304 stream = sh_mktmpfp ("bash-fc", MT_USERANDOM|MT_USETMPDIR, &fn);
307 builtin_error (_("%s: cannot open temp file: %s"), fn ? fn : "", strerror (errno));
308 FREE (fn);
336 command = (char *)xmalloc (strlen (ename) + strlen (fn) + 2);
337 sprintf (command, "%s %s", ename, fn);
342 command = (char *)xmalloc (3 + strlen (fcedit) + strlen (fn));
343 sprintf (command, "%s %s", fcedit, fn);
348 unlink (fn);
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/misc/
H A Dgendoc.pl117 my $fn = shift;
132 if ($fn !~ m,\.c$,) {
133 warn("$fn: not C source, ignoring\n");
137 sysopen(FILE, $fn, O_RDONLY)
138 or die("$fn: open(): $!\n");
145 $func = $fn;
148 warn("$fn: can't find $func\n");
277 'source' => $fn,
302 my $fn;
322 $fn
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_arch_misc.h189 #define APR_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
190 typedef rettype (calltype *apr_winapi_fpt_##fn) args; \
191 static apr_winapi_fpt_##fn apr_winapi_pfn_##fn = NULL; \
192 static int apr_winapi_chk_##fn = 0; \
193 static APR_INLINE int apr_winapi_ld_##fn(void) \
194 { if (apr_winapi_pfn_##fn) return 1; \
195 if (apr_winapi_chk_##fn ++) return 0; \
196 if (!apr_winapi_pfn_##fn) \
197 apr_winapi_pfn_##fn
[all...]
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_arch_misc.h189 #define APR_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
190 typedef rettype (calltype *apr_winapi_fpt_##fn) args; \
191 static apr_winapi_fpt_##fn apr_winapi_pfn_##fn = NULL; \
192 static int apr_winapi_chk_##fn = 0; \
193 static APR_INLINE int apr_winapi_ld_##fn(void) \
194 { if (apr_winapi_pfn_##fn) return 1; \
195 if (apr_winapi_chk_##fn ++) return 0; \
196 if (!apr_winapi_pfn_##fn) \
197 apr_winapi_pfn_##fn
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dndbm_wrap.c156 char *fn = malloc(strlen(file) + 4); local
157 if(fn == NULL)
159 strcpy(fn, file);
160 strcat(fn, ".db");
174 free(fn);
179 if(db->open(db, NULL, fn, NULL, DB_BTREE, myflags, mode) != 0) {
181 if(db->open(db, fn, NULL, DB_BTREE, myflags, mode) != 0) {
183 free(fn);
188 db = dbopen(fn, flags, mode, DB_BTREE, NULL);
190 free(fn);
[all...]
H A Ddlfcn_w32.c134 dlopen(const char *fn, int flags) argument
140 if ( fn == NULL ) {
147 hm = LoadLibrary(fn);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/x86/
H A Dffi.c177 void (*fn)());
188 void (*fn)());
194 void (*fn)(),
222 cif->flags, ecif.rvalue, fn);
229 cif->flags, ecif.rvalue, fn);
408 void (*fn)());
416 void (*fn)());
421 void (*fn)(),
450 cif->flags, ecif.rvalue, fn);
457 cif->flags, ecif.rvalue, fn);
193 ffi_call( ffi_cif *cif, void (*fn)(), void *rvalue, void **avalue) argument
420 ffi_raw_call( ffi_cif *cif, void (*fn)(), void *rvalue, ffi_raw *fake_avalue) argument
[all...]
/macosx-10.9.5/libffi-18.1/x86/
H A Dx86-ffi_darwin.c178 unsigned, unsigned, unsigned *, void (*fn)());
182 unsigned, unsigned, unsigned *, void (*fn)());
186 void ffi_call(ffi_cif *cif, void (*fn)(), void *rvalue, void **avalue) argument
209 fn);
214 ecif.rvalue, fn);
388 unsigned, unsigned *, void (*fn)());
393 unsigned, unsigned *, void (*fn)());
397 ffi_raw_call(ffi_cif *cif, void (*fn)(), void *rvalue, ffi_raw *fake_avalue) argument
421 ecif.rvalue, fn);
426 ecif.rvalue, fn);
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c178 unsigned, unsigned, unsigned *, void (*fn)());
182 unsigned, unsigned, unsigned *, void (*fn)());
186 void ffi_call(ffi_cif *cif, void (*fn)(), void *rvalue, void **avalue) argument
209 fn);
214 ecif.rvalue, fn);
388 unsigned, unsigned *, void (*fn)());
393 unsigned, unsigned *, void (*fn)());
397 ffi_raw_call(ffi_cif *cif, void (*fn)(), void *rvalue, ffi_raw *fake_avalue) argument
421 ecif.rvalue, fn);
426 ecif.rvalue, fn);
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/buckets/
H A Dapr_buckets_alloc.c68 apr_abortfunc_t fn = apr_pool_abort_get(p); local
69 if (fn)
70 (fn)(APR_ENOMEM);
77 apr_abortfunc_t fn = apr_pool_abort_get(p); local
78 if (fn)
79 (fn)(APR_ENOMEM);
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dmkclone99 f) fn=${fname##*/}
105 echo "( cd $dn && $LN $SRCDIR/$fname $fn )"
107 [ -z "$debug" ] && ( cd $dn && $LN $SRCDIR/$fname $fn )
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dtraverse.c65 fndef_t *fn = this->t_fndef; local
68 if ((rc = tdtraverse(fn->fn_ret, &fn->fn_ret, tdtd)) < 0)
71 for (i = 0; i < fn->fn_nargs; i++) {
72 if ((rc = tdtraverse(fn->fn_args[i], &fn->fn_args[i],
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dgmpf.tcl46 proc ::gmp::funary {fn f1} {
51 $fn mpf2 $mpf1
57 proc ::gmp::fbinary {fn f1 f2} {
64 $fn mpf3 $mpf1 $mpf2
71 proc ::gmp::fbinaryi {fn f1 f2} {
76 set r [$fn $mpf1 $mpf2]
H A Dgmpq.tcl52 proc ::gmp::qunary {fn q1} {
57 $fn mpq2 $mpq1
63 proc ::gmp::qbinary {fn q1 q2} {
70 $fn mpq3 $mpq1 $mpq2
77 proc ::gmp::qbinaryi {fn q1 q2} {
82 set r [$fn $mpq1 $mpq2]
H A Dgmpz.tcl17 proc ::gmp::zunary {fn i1} {
22 $fn mpz2 $mpz1
28 proc ::gmp::zbinary {fn i1 i2} {
35 $fn mpz3 $mpz1 $mpz2
42 proc ::gmp::zbinaryi {fn i1 i2} {
47 set r [$fn $mpz1 $mpz2]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Dmake_dbictest_db_comments.pm11 my $fn = "$tdir/dbictest.db";
13 unlink($fn);
14 our $dsn = "dbi:$class:dbname=$fn";
61 END { unlink($fn) unless $ENV{SCHEMA_LOADER_TESTS_NOCLEANUP}; }
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/strsrchperf/
H A Dstrsrchperf.h18 StrSrchFn fn; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
35 fn = func;
/macosx-10.9.5/libarchive-29/libarchive/tar/test/
H A Dtest_option_T_upper.c29 touch(const char *fn, int fail) argument
31 FILE *f = fopen(fn, "w");
34 fn, errno, strerror(errno));
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py42 for (fn, sig) in FUNCTIONS:
43 if fn not in d:
44 print >>sys.stderr, 'Missing', fn
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-LaunchServices/PyObjCTest/
H A Dtest_launchservices.py58 fn = LaunchServices.LSGetExtensionInfo
59 self.assertEquals( fn(10, u'hello.text', None), (0, 6) )
60 self.assertEquals( fn(10, 'hello.text', None), (0, 6) )
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py42 for (fn, sig) in FUNCTIONS:
43 if fn not in d:
44 print >>sys.stderr, 'Missing', fn
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dloader.py19 for fn in filenames:
20 if fnmatch(fn, pathPattern):
21 result.append(join(rootpath, fn))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/
H A Dsetup.py59 files = [ fn for fn in files if not os.path.basename(fn).startswith('test3_') ]
123 fn = os.path.join("include", hdr)
125 write_header(self, fn, os.path.join(self.egg_info, fn))
185 for fn in install_lib._install_lib.get_outputs(self):
186 if 'PyObjCTest' in fn:
187 result[fn] = 1
189 for fn i
[all...]

Completed in 456 milliseconds

1234567891011>>