/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
D | remove.c | 45 remove(const char *file) in remove() argument 49 if (lstat(file, &sb) < 0) in remove() 52 return (rmdir(file)); in remove() 53 return (unlink(file)); in remove()
|
D | fopen.c | 52 fopen(const char * __restrict file, const char * __restrict mode) in fopen() argument 62 if ((f = _open(file, oflags, DEFFILEMODE)) < 0) { in fopen()
|
/bionic/libc/bionic/ |
D | assert.cpp | 35 void __assert(const char* file, int line, const char* failed_expression) { in __assert() argument 36 __libc_fatal("%s:%d: assertion \"%s\" failed", file, line, failed_expression); in __assert() 40 void __assert2(const char* file, int line, const char* function, const char* failed_expression) { in __assert2() argument 41 __libc_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression); in __assert2()
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 147 fp_resstat(const res_state statp, FILE *file) { in fp_resstat() argument 150 fprintf(file, ";; res options:"); in fp_resstat() 153 fprintf(file, " %s", p_option(mask)); in fp_resstat() 154 putc('\n', file); in fp_resstat() 161 int pflag, FILE *file) in do_section() argument 178 fprintf(file, ";; memory allocation failure\n"); in do_section() 187 fprintf(file, ";; ns_parserr: %s\n", in do_section() 191 putc('\n', file); in do_section() 195 fprintf(file, ";; %s SECTION:\n", in do_section() 198 fprintf(file, ";;\t%s, type = %s, class = %s\n", in do_section() [all …]
|
D | res_debug.h | 26 # define Aerror(statp, file, string, error, address) /*empty*/ argument 27 # define Perror(statp, file, string, error) /*empty*/ argument
|
D | res_data.c | 156 fp_query(const u_char *msg, FILE *file) { in fp_query() argument 157 fp_nquery(msg, PACKETSZ, file); in fp_query() 161 fp_nquery(const u_char *msg, int len, FILE *file) { in fp_nquery() argument 165 res_pquery(&_nres, msg, len, file); in fp_nquery()
|
/bionic/libc/kernel/common/linux/ |
D | file.h | 39 struct file ** fd; 57 struct file * fd_array[NR_OPEN_DEFAULT];
|
D | relay.h | 81 struct file *filp); 84 struct file *filp);
|
D | proc_fs.h | 35 typedef int (write_proc_t)(struct file *file, const char __user *buffer,
|
D | nfs_xdr.h | 640 int (*file_open) (struct inode *, struct file *); 641 int (*file_release) (struct inode *, struct file *); 642 int (*lock)(struct file *, int, struct file_lock *);
|
/bionic/libc/kernel/tools/ |
D | update_all.py | 47 for file in files: 48 base, ext = os.path.splitext(file) 50 sources.append( "%s/%s" % (root,file) )
|
/bionic/libc/stdio/ |
D | freopen.c | 51 freopen(const char *file, const char *mode, FILE *fp) in freopen() argument 91 f = open(file, oflags, DEFFILEMODE); in freopen() 97 f = open(file, oflags, DEFFILEMODE); in freopen()
|
D | findfp.c | 48 #define std(flags, file) \ argument 49 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \ 50 {(unsigned char *)(__sFext+file), 0},NULL,0,{0,0,0},{0},{0,0},0,0}
|
/bionic/libc/upstream-freebsd/ |
D | README.txt | 3 the file.
|
/bionic/libc/upstream-netbsd/libc/isc/ |
D | ev_streams.c | 79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite() 113 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead() 202 if (old->file.opaque) in evCancelRW() 203 evDeselectFD(opaqueCtx, old->file); in evCancelRW() 263 evDeselectFD(opaqueCtx, str->file); in done() 264 str->file.opaque = NULL; in done()
|
D | eventlib_p.h | 86 evFileID file; member 129 evFileID file; member 172 struct { evFile *this; int eventmask; } file; member
|
/bionic/libc/kernel/common/linux/mtd/ |
D | blktrans.h | 26 struct file;
|
/bionic/libc/upstream-dlmalloc/ |
D | README.txt | 3 upstream and then pull down the new version of the file.
|
/bionic/libc/tools/ |
D | gensyscalls.py | 439 for file in edits: 440 shutil.copyfile( bionic_temp + file, bionic_libc_root + file ) 442 " ".join((bionic_libc_root + file) for file in edits))
|
/bionic/libc/upstream-netbsd/ |
D | README.txt | 3 the file.
|
/bionic/libstdc++/include/ |
D | cassert | 31 * Standard C++ Library wrapper around the C assert.h header file. This file
|
D | cstdint | 34 * Standard C++ Library wrapper around the C stdint.h header file.
|
D | climits | 34 * Standard C++ Library wrapper around the C limits.h header file.
|
D | cfloat | 34 * Standard C++ Library wrapper around the C float.h header file.
|
/bionic/libc/private/ |
D | bionic_atomic_arm.h | 54 # warning Rebuilding this source file in ARM mode is highly recommended for performance!!
|