Home
last modified time | relevance | path

Searched refs:cfile (Results 1 – 25 of 59) sorted by relevance

123

/external/toybox/toys/pending/
Dcrond.c207 static void parse_line(char *line, CRONFILE *cfile) in parse_line() argument
229 if (TT.flagd) loginfo(LOG_LEVEL5, "user:%s entry:%s", cfile->username, line); in parse_line()
280 dlist_add_nomalloc((struct double_list **)&cfile->job, (struct double_list *)j); in parse_line()
287 if (!strcmp(name, "MAILTO")) cfile->mailto = xstrdup(val); in parse_line()
292 dlist_add_nomalloc((struct double_list **)&cfile->var, (struct double_list *)v); in parse_line()
376 CRONFILE *cfile; in scan_cronfiles() local
389 cfile = xzalloc(sizeof(CRONFILE)); in scan_cronfiles()
390 cfile->username = xstrdup(entry->d_name); in scan_cronfiles()
393 parse_line(line, cfile); in scan_cronfiles()
396 if (!cfile->job) { in scan_cronfiles()
[all …]
/external/python/cpython3/Lib/
Dpy_compile.py65 def compile(file, cfile=None, dfile=None, doraise=False, optimize=-1): argument
106 if cfile is None:
109 cfile = importlib.util.cache_from_source(file,
112 cfile = importlib.util.cache_from_source(file)
113 if os.path.islink(cfile):
116 raise FileExistsError(msg.format(cfile))
117 elif os.path.exists(cfile) and not os.path.isfile(cfile):
120 raise FileExistsError(msg.format(cfile))
134 dirname = os.path.dirname(cfile)
143 importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
[all …]
Dcompileall.py123 cfile = fullname + 'c'
127 cfile = importlib.util.cache_from_source(
130 cfile = importlib.util.cache_from_source(fullname)
131 cache_dir = os.path.dirname(cfile)
139 with open(cfile, 'rb') as chandle:
148 ok = py_compile.compile(fullname, cfile, dfile, True,
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp800 void TiXmlElement::Print( FILE* cfile, int depth ) const in Print() argument
803 assert( cfile ); in Print()
805 fprintf( cfile, " " ); in Print()
808 fprintf( cfile, "<%s", value.c_str() ); in Print()
813 fprintf( cfile, " " ); in Print()
814 attrib->Print( cfile, depth ); in Print()
824 fprintf( cfile, " />" ); in Print()
828 fprintf( cfile, ">" ); in Print()
829 firstChild->Print( cfile, depth + 1 ); in Print()
830 fprintf( cfile, "</%s>", value.c_str() ); in Print()
[all …]
/external/tinyxml/
Dtinyxml.cpp766 void TiXmlElement::Print( FILE* cfile, int depth ) const in Print() argument
771 fprintf( cfile, " " ); in Print()
774 fprintf( cfile, "<%s", value.c_str() ); in Print()
779 fprintf( cfile, " " ); in Print()
780 attrib->Print( cfile, depth ); in Print()
790 fprintf( cfile, " />" ); in Print()
794 fprintf( cfile, ">" ); in Print()
795 firstChild->Print( cfile, depth + 1 ); in Print()
796 fprintf( cfile, "</%s>", value.c_str() ); in Print()
800 fprintf( cfile, ">" ); in Print()
[all …]
/external/ltp/testcases/network/nfs/nfs_stress/
Dnfs05_make_tree.c83 static void run_targets(const char *dirname, char *cfile, pid_t tid) in run_targets() argument
89 const char *const cmd_run[] = {cfile, NULL}; in run_targets()
96 snprintf(cfile, PATH_MAX, "%s%s/%d.%d.%d", in run_targets()
144 char cfile[PATH_MAX]; in thread_fn() local
169 snprintf(cfile, PATH_MAX, "%d.%d.%d.c", tid, i, k); in thread_fn()
170 fd = openat(dirfd, cfile, O_CREAT | O_RDWR, in thread_fn()
174 "openat(%s) failed", cfile); in thread_fn()
198 run_targets(dirname, cfile, tid); in thread_fn()
/external/capstone/suite/
Dbenchmark.py72 cfile = open(FILE) variable
92 cfile.seek(0)
94 code = get_code(cfile, 128)
102 code = get_code(cfile, 128)
113 cfile.seek(0)
116 code = get_code(cfile, 128)
/external/google-tv-pairing-protocol/cpp/
Dcompile35 cfile=
54 cfile=$1
64 if test -z "$ofile" || test -z "$cfile"; then
74 cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
/external/vboot_reference/tests/futility/
Dcommon.sh41 local cfile="${x#* }"
42 cfile="${cfile##*/}"
45 red "at ${cfile}, line ${cline}${spacer}${args}" 1>&2
/external/python/cpython3/Doc/library/
Dpy_compile.rst30 .. function:: compile(file, cfile=None, dfile=None, doraise=False, optimize=-1)
34 written to *cfile*, which defaults to the :pep:`3147`/:pep:`488` path, ending
36 For example, if *file* is ``/foo/bar/baz.py`` *cfile* will default to
43 whatever *cfile* value was used.
45 If the path that *cfile* becomes (either explicitly specified or computed)
57 Changed default value of *cfile* to be :PEP:`3147`-compliant. Previous
65 caveat that :exc:`FileExistsError` is raised if *cfile* is a symlink or
/external/python/cpython2/Lib/
Dpy_compile.py71 def compile(file, cfile=None, dfile=None, doraise=False): argument
121 if cfile is None:
122 cfile = file + (__debug__ and 'c' or 'o')
123 with open(cfile, 'wb') as fc:
/external/libnetfilter_conntrack/
Dcompile83 cfile=$1
96 if test -z "$ofile" || test -z "$cfile"; then
106 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/libogg/
Dcompile83 cfile=$1
96 if test -z "$ofile" || test -z "$cfile"; then
106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
/external/cmockery/cmockery_0_1_2/
Dcompile83 cfile=$1
96 if test -z "$ofile" || test -z "$cfile"; then
106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
/external/libusb-compat/
Dcompile83 cfile=$1
96 if test -z "$ofile" || test -z "$cfile"; then
106 cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
/external/ltp/testcases/kernel/fs/mongo/
Dmongo.pl169 my $cfile = $file . ".c";
170 die "source file \"${cfile}\" does not exist" unless (-e "$cfile");
171 if ( -e "$file" && (stat("$file")->mtime >= stat("$cfile")->mtime)) {
174 print "Compiling ${cfile} ...\n";
175 system ("gcc $cfile -o $file $opt");
/external/libcap-ng/libcap-ng-0.7/
Dcompile227 cfile=
250 cfile=$1
263 if test -z "$ofile" || test -z "$cfile"; then
273 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/protobuf/gtest/build-aux/
Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/pcre/dist2/
Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/libmicrohttpd/
Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/protobuf/
Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/google-breakpad/autotools/
Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/libpng/
Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/strace/
Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/external/libxkbcommon/xkbcommon/build-aux/
Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`

123