Searched refs:mkfile (Results 1 – 11 of 11) sorted by relevance
/external/dtc/tests/ |
D | fs_tree1.c | 45 static void mkfile(const char *name, void *data, size_t len) in mkfile() function 68 mkfile((name), str, sizeof(str)); \ 74 mkfile(name, &val, sizeof(val)); in mkfile_u32() 80 mkfile(name, &val, sizeof(val)); in mkfile_u64()
|
/external/python/cpython2/Demo/cgi/ |
D | wiki.py | 44 if os.path.isfile(self.mkfile(word)): 95 def mkfile(self, name=None): member in WikiPage 106 f = open(self.mkfile()) 116 f = open(self.mkfile(), "w")
|
/external/curl/ |
D | Makefile.am | 139 PLAN9_DIST = plan9/include/mkfile \ 140 plan9/include/mkfile \ 141 plan9/mkfile.proto \ 142 plan9/mkfile \ 144 plan9/lib/mkfile.inc \ 145 plan9/lib/mkfile \ 146 plan9/src/mkfile.inc \ 147 plan9/src/mkfile
|
/external/curl/plan9/lib/ |
D | mkfile | 25 <../mkfile.proto 26 <|mkfile.inc
|
/external/curl/plan9/src/ |
D | mkfile | 25 <../mkfile.proto 26 <|mkfile.inc
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 33 static int mkfile(int *size) in mkfile() function 80 if ((fd = mkfile(&fsize)) == -1) in map_write_unmap()
|
D | mmap2.c | 84 static int mkfile(int size) in mkfile() function 245 fd = mkfile(fsize); in main()
|
D | mmap1.c | 166 int mkfile(int size) in mkfile() function 220 int fd = mkfile(file_size); in run()
|
/external/libffi/m4/ |
D | ax_enable_builddir.m4 | 272 $SED -f "$tmp/conftemp.sed" "$SRC/Makefile" >$tmp/mkfile.tmp 274 cp "$tmp/mkfile.tmp" "$SRC/makefiles.out~" ## DEBUGGING 275 if cmp -s "$SRC/Makefile" "$tmp/mkfile.tmp" 2>/dev/null ; then 277 rm "$tmp/mkfile.tmp" 280 mv "$tmp/mkfile.tmp" "$SRC/Makefile"
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_enable_builddir.m4 | 270 $SED -f "$tmp/conftemp.sed" "$SRC/Makefile" >$tmp/mkfile.tmp 272 cp "$tmp/mkfile.tmp" "$SRC/makefiles.out~" ## DEBUGGING 273 if cmp -s "$SRC/Makefile" "$tmp/mkfile.tmp" 2>/dev/null ; then 275 rm "$tmp/mkfile.tmp" 278 mv "$tmp/mkfile.tmp" "$SRC/Makefile"
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | configure | 20893 $ax_enable_builddir_sed -f "$tmp/conftemp.sed" "$ac_top_srcdir/Makefile" >$tmp/mkfile.tmp
|