Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 47) sorted by relevance

12

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dremove.c45 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()
Dfopen.c52 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/
Dassert.cpp35 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/
Dres_debug.c147 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 …]
Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/ argument
27 # define Perror(statp, file, string, error) /*empty*/ argument
Dres_data.c156 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/
Dfile.h39 struct file ** fd;
57 struct file * fd_array[NR_OPEN_DEFAULT];
Drelay.h81 struct file *filp);
84 struct file *filp);
Dproc_fs.h35 typedef int (write_proc_t)(struct file *file, const char __user *buffer,
Dnfs_xdr.h640 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/
Dupdate_all.py47 for file in files:
48 base, ext = os.path.splitext(file)
50 sources.append( "%s/%s" % (root,file) )
/bionic/libc/stdio/
Dfreopen.c51 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()
Dfindfp.c48 #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/
DREADME.txt3 the file.
/bionic/libc/upstream-netbsd/libc/isc/
Dev_streams.c79 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()
Deventlib_p.h86 evFileID file; member
129 evFileID file; member
172 struct { evFile *this; int eventmask; } file; member
/bionic/libc/kernel/common/linux/mtd/
Dblktrans.h26 struct file;
/bionic/libc/upstream-dlmalloc/
DREADME.txt3 upstream and then pull down the new version of the file.
/bionic/libc/tools/
Dgensyscalls.py439 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/
DREADME.txt3 the file.
/bionic/libstdc++/include/
Dcassert31 * Standard C++ Library wrapper around the C assert.h header file. This file
Dcstdint34 * Standard C++ Library wrapper around the C stdint.h header file.
Dclimits34 * Standard C++ Library wrapper around the C limits.h header file.
Dcfloat34 * Standard C++ Library wrapper around the C float.h header file.
/bionic/libc/private/
Dbionic_atomic_arm.h54 # warning Rebuilding this source file in ARM mode is highly recommended for performance!!

12