Home
last modified time | relevance | path

Searched refs:mkfile (Results 1 – 11 of 11) sorted by relevance

/external/dtc/tests/
Dfs_tree1.c45 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/
Dwiki.py44 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/
DMakefile.am139 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/
Dmkfile25 <../mkfile.proto
26 <|mkfile.inc
/external/curl/plan9/src/
Dmkfile25 <../mkfile.proto
26 <|mkfile.inc
/external/ltp/testcases/kernel/mem/mtest06/
Dmmap3.c33 static int mkfile(int *size) in mkfile() function
80 if ((fd = mkfile(&fsize)) == -1) in map_write_unmap()
Dmmap2.c84 static int mkfile(int size) in mkfile() function
245 fd = mkfile(fsize); in main()
Dmmap1.c166 int mkfile(int size) in mkfile() function
220 int fd = mkfile(file_size); in run()
/external/libffi/m4/
Dax_enable_builddir.m4272 $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/
Dax_enable_builddir.m4270 $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/
Dconfigure20893 $ax_enable_builddir_sed -f "$tmp/conftemp.sed" "$ac_top_srcdir/Makefile" >$tmp/mkfile.tmp