Searched +defs:args +defs:file (Results 1 - 25 of 211) sorted by relevance

123456789

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dresume.el[all...]
H A Dfiles.el[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestflock.c30 const char *args[2]; local
62 apr_file_t *file; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestflock.c30 const char *args[2]; local
62 apr_file_t *file; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
62 va_list args; local
70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
71 va_list args; local
80 isc_error_runtimecheck(const char *file, int line, const char *expression) argument
87 default_unexpected_callback(const char *file, int line, const char *format, va_list args) argument
97 default_fatal_callback(const char *file, int line, const char *format, va_list args) argument
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/include/
H A Dtest.h20 common(FILE *file, const char *prefix, const char *format, va_list args) argument
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
62 va_list args; local
70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
71 va_list args; local
80 isc_error_runtimecheck(const char *file, int line, const char *expression) argument
87 default_unexpected_callback(const char *file, int line, const char *format, va_list args) argument
97 default_fatal_callback(const char *file, int line, const char *format, va_list args) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_rand.c56 static struct getargs args[] = { variable in typeref:struct:getargs
184 static const char *file = "test.file"; local
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dmessages.c146 as_warn_where (char *file, unsigne argument
148 va_list args; local
165 as_warn_where_with_column(char *file, unsigned int line, unsigned int column, const char *format, ...) argument
167 va_list args; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java41 public static void main(String[] args) argument
114 private Database openDb(String file) argument
H A DForeignKeyTest.java51 public static void main(String[] args) argument
174 private Database openDb(String file) argument
185 openSecondaryDb(TupleSerialFactory factory, String keyName, Database primary, String file, Database foreignStore) argument
H A DJoinTest.java44 public static void main(String[] args) argument
148 private Database openDb(String file) argument
159 openSecondaryDb(Database primary, String file, String keyName) argument
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java44 public static void main(String[] args) argument
104 private Database openDb(String file, boolean create) argument
H A DStoredClassCatalogTestInit.java43 public static void main(String[] args) argument
96 private Database openDb(String file) argument
H A DTupleSerialFactoryTest.java37 public static void main(String[] args) argument
167 private Database openDb(String file) argument
178 openSecondaryDb(TupleSerialFactory factory, String keyName, Database primary, String file, Database foreignStore) argument
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dlimits_conf.c100 read_limits_conf(const char *file, const struct passwd *pwd) argument
103 char *args[4]; local
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread-debug.c87 dcethread__default_log_callback (const char* file, unsigned int line, argument
133 my_vasprintf(const char* format, va_list args) argument
189 dcethread__debug_printf(const char* file, unsigned int line, int level, const char* fmt, ...) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/misc/
H A Drubydb2x.el[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java88 public static void main(String[] args) throws Exception { argument
125 premain(String args, Instrumentation inst) argument
235 enhanceFile(File file) argument
261 readFile(File file) argument
274 writeFile(File file, byte[] bytes) argument
[all...]
/macosx-10.9.5/CommonCrypto-60049/test/test/
H A Dtestmore.c57 void test_bail_out(const char *reason, const char *file, unsigned line) argument
119 void test_plan_tests(int count, const char *file, unsigned line) argument
160 test_diag(const char *directive, const char *reason, const char *file, unsigned line, const char *fmt, ...) argument
164 va_list args; local
192 test_ok(int passed, const char *description, const char *directive, const char *reason, const char *file, unsigned line, const char *fmt, ...) argument
241 va_list args; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dmain.c76 struct getargs args[] = { variable in typeref:struct:getargs
106 const char *file; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsimple_exec.c233 simple_execvp_timed(const char *file, char *const args[], argument
249 simple_execvp(const char *file, char *const args[]) argument
144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, const char *file, ...) argument
256 simple_execve_timed(const char *file, char *const args[], char *const envp[], time_t (*func)(void *), void *ptr, time_t timeout) argument
272 simple_execve(const char *file, char *const args[], char *const envp[]) argument
278 simple_execlp(const char *file, ...) argument
295 simple_execle(const char *file, ... ) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/bashdb/
H A Dbashdb.el[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/tools/
H A Depstatus.c104 va_list args; local
95 status_message( FILE * file, error_status_t status, const char * fmt, ...) argument
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_debug.c145 va_list args; local
189 va_list args; local
213 __ntfs_debug(const char *file, int line, const char *function, const char *fmt, ...) argument
216 va_list args; local
[all...]

Completed in 304 milliseconds

123456789