Home
last modified time | relevance | path

Searched defs:file (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/stdlib/
Dassert.c37 __assert(const char *file, int line, const char *failedexpr) in __assert()
47 __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2()
/bionic/libc/stdio/
Dremove.c40 remove(const char *file) in remove()
Dfopen.c43 fopen(const char *file, const char *mode) in fopen()
Dfreopen.c49 freopen(const char *file, const char *mode, FILE *fp) in freopen()
Dfindfp.c48 #define std(flags, file) \ argument
Dflockfile.c56 FILE* file; member
/bionic/libc/netbsd/resolv/
Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/ argument
27 # define Perror(statp, file, string, error) /*empty*/ argument
Dres_debug.c147 fp_resstat(const res_state statp, FILE *file) { in fp_resstat()
161 int pflag, FILE *file) in do_section()
242 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) { in res_pquery()
314 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) { in p_cdnname()
328 p_cdname(const u_char *cp, const u_char *msg, FILE *file) { in p_cdname()
359 p_fqname(const u_char *cp, const u_char *msg, FILE *file) { in p_fqname()
Dres_data.c162 fp_query(const u_char *msg, FILE *file) { in fp_query()
167 fp_nquery(const u_char *msg, int len, FILE *file) { in fp_nquery()
Dres_send.c1084 Aerror(const res_state statp, FILE *file, const char *string, int error, in Aerror()
1108 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror()
/bionic/libc/netbsd/isc/
Deventlib_p.h89 evFileID file; member
132 evFileID file; member
175 struct { evFile *this; int eventmask; } file; member
/bionic/libc/kernel/tools/
Dcpp.py517 def __init__(self,file,lineno=1): argument