Searched refs:cleanup (Results 1 - 25 of 863) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/sdiff/
H A Dcommon.h9 __dead void cleanup(const char *);
H A Dcommon.c16 cleanup(const char *filename) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dcleanup-6.C3 /* Verify that a cleanup marked "inline" gets inlined. */
11 int x __attribute__((cleanup (xyzzy)));
H A Dcleanup-2.C3 /* Verify that cleanup works in the most basic of ways. */
15 int x __attribute__((cleanup (handler)));
H A Dcleanup-dtor.C1 // Check that destructors are run after cleanup functions.
24 S s __attribute__((cleanup (f)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dcleanup-6.c3 /* Verify that a cleanup marked "inline" gets inlined. */
11 int x __attribute__((cleanup (xyzzy)));
H A Dcleanup-2.c3 /* Verify that cleanup works in the most basic of ways. */
15 int x __attribute__((cleanup (handler)));
H A Dcleanup-7.c17 int x __attribute__((cleanup (xyzzy)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dcfgcleanup-1.c4 cleanup (int a, int b) function
19 /* { dg-final { cleanup-tree-dump "dce1" } } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dcleanup-6.c3 /* Verify that a cleanup marked "inline" gets inlined. */
11 int x __attribute__((cleanup (xyzzy)));
H A Dcleanup-2.c3 /* Verify that cleanup works in the most basic of ways. */
15 int x __attribute__((cleanup (handler)));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dcfgcleanup-1.c4 cleanup (int a, int b) function
19 /* { dg-final { cleanup-tree-dump "dce1" } } */
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Dforward.c90 * Use one cleanup service connection for each (delivered to, sender) pair.
95 VSTREAM *cleanup; /* clean up service handle */ member in struct:FORWARD_INFO
115 /* forward_open - open connection to cleanup service */
121 VSTREAM *cleanup; local
124 * Contact the cleanup service and save the new mail queue id. Request
125 * that the cleanup service bounces bad messages to the sender so that we
132 cleanup = mail_connect(MAIL_CLASS_PUBLIC, var_cleanup_service, BLOCKING);
133 if (cleanup == 0)
135 close_on_exec(vstream_fileno(cleanup), CLOSE_ON_EXEC);
136 if (attr_scan(cleanup, ATTR_FLAG_STRIC
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic13.C12 static Cleaner cleanup; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic13.C12 static Cleaner cleanup; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_regex.h32 struct cleanup *make_regfree_cleanup (regex_t *);
H A Drecord.h31 extern struct cleanup *record_gdb_operation_disable_set (void);
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dpam_set_data.c62 void (*cleanup)(pam_handle_t *pamh,
73 if (dp->cleanup)
74 (dp->cleanup)(pamh, dp->data, PAM_SUCCESS);
76 dp->cleanup = cleanup;
87 dp->cleanup = cleanup;
106 * If not =NULL, the =cleanup argument should point to a function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlog.c102 goto cleanup;
106 goto cleanup;
110 cleanup:
140 goto cleanup;
149 goto cleanup;
159 cleanup:
176 goto cleanup;
193 goto cleanup;
198 cleanup:
210 goto cleanup;
[all...]
/netbsd-6-1-5-RELEASE/lib/csu/m68k_elf/
H A Dcrt0.c40 void __start(int, char **, char **, void (*cleanup)(void),
51 " movl %a1,-(%sp) | cleanup \n"
61 void (*cleanup)(void), /* from shared loader */
79 _rtld_setup(cleanup, obj);
60 __start(int argc, char **argv, char **envp, void (*cleanup)(void), const Obj_Entry *obj, struct ps_strings *ps_strings) argument
/netbsd-6-1-5-RELEASE/lib/csu/sh3_elf/
H A Dcrt0.c40 void ___start(int, char **, char **, void (*cleanup)(void),
55 void (*cleanup)(void), /* from shared loader */
73 _rtld_setup(cleanup, obj);
54 ___start(int argc, char **argv, char **envp, void (*cleanup)(void), const Obj_Entry *obj, struct ps_strings *ps_strings) argument
/netbsd-6-1-5-RELEASE/lib/csu/sparc_elf/
H A Dcrt0.c40 void ___start(int, char **, char **, void (*cleanup)(void),
65 void (*cleanup)(void), /* from shared loader */
83 _rtld_setup(cleanup, obj);
64 ___start(int argc, char **argv, char **envp, void (*cleanup)(void), const Obj_Entry *obj, struct ps_strings *ps_strings) argument
/netbsd-6-1-5-RELEASE/lib/csu/vax_elf/
H A Dcrt0.c40 void ___start(int, char **, char **, void (*cleanup)(void),
52 " pushl %r7;" /* cleanup */
62 void (*cleanup)(void), /* from shared loader */
80 _rtld_setup(cleanup, obj);
61 ___start(int argc, char **argv, char **envp, void (*cleanup)(void), const Obj_Entry *obj, struct ps_strings *ps_strings) argument
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_shutdown.h32 * Maintain lists of cleanup functions. Also, mechanisms for coordinating
54 void (*cleanup) (void *arg); member in struct:RF_ShutdownList_s
65 void _rf_ShutdownCreate(RF_ShutdownList_t **, void (*cleanup) (void *),
70 void _rf_ShutdownCreate(RF_ShutdownList_t **, void (*cleanup) (void *),
/netbsd-6-1-5-RELEASE/lib/csu/alpha/
H A Dcrt0.c39 void __start __P((char **, void (*cleanup) __P((void)), const Obj_Entry *,
43 __start(sp, cleanup, obj, ps_strings)
45 void (*cleanup) __P((void)); /* from shared loader */
69 _rtld_setup(cleanup, obj);

Completed in 162 milliseconds

1234567891011>>