Home
last modified time | relevance | path

Searched defs:err_exit (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dbench.c38 err_exit(const char *msg) in err_exit() function
Dbench_full.c38 err_exit(const char *msg) in err_exit() function
/third_party/ntfs-3g/ntfsprogs/
Dntfsmftalloc.c97 static void err_exit(const char *fmt, ...) in err_exit() function
Dntfstruncate.c105 static void err_exit(const char *fmt, ...) in err_exit() function
Dntfsfallocate.c123 static void err_exit(ntfs_volume *vol, const char *fmt, ...) in err_exit() function
Dntfscmp.c124 static int err_exit(const char *fmt, ...) in err_exit() function
Dntfsclone.c320 static void err_exit(const char *fmt, ...) in err_exit() function
Dntfsresize.c295 static void err_exit(const char *fmt, ...) in err_exit() function
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c351 #define err_exit(code,text) do { \ macro