/third_party/toybox/toys/pending/ |
D | crond.c | 207 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() 374 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() 399 if (!cfile->job) { in scan_cronfiles() [all …]
|
/third_party/python/Lib/ |
D | py_compile.py | 79 def compile(file, cfile=None, dfile=None, doraise=False, optimize=-1, argument 126 if cfile is None: 129 cfile = importlib.util.cache_from_source(file, 132 cfile = importlib.util.cache_from_source(file) 133 if os.path.islink(cfile): 136 raise FileExistsError(msg.format(cfile)) 137 elif os.path.exists(cfile) and not os.path.isfile(cfile): 140 raise FileExistsError(msg.format(cfile)) 155 dirname = os.path.dirname(cfile) 172 importlib._bootstrap_external._write_atomic(cfile, bytecode, mode) [all …]
|
D | compileall.py | 212 cfile = (importlib.util.cache_from_source( 214 opt_cfiles[opt_level] = cfile 216 cfile = importlib.util.cache_from_source(fullname) 217 opt_cfiles[opt_level] = cfile 226 for cfile in opt_cfiles.values(): 227 with open(cfile, 'rb') as chandle: 239 cfile = opt_cfiles[opt_level] 240 ok = py_compile.compile(fullname, cfile, dfile, True, 245 if filecmp.cmp(cfile, previous_cfile, shallow=False): 246 os.unlink(cfile) [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 800 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 …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 800 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 …]
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs05_make_tree.c | 69 static void run_targets(const char *dirname, char *cfile, pid_t tid) in run_targets() argument 75 const char *const cmd_run[] = {cfile, NULL}; in run_targets() 82 snprintf(cfile, PATH_MAX, "%s%s/%d.%d.%d", in run_targets() 130 char cfile[PATH_MAX]; in thread_fn() local 155 snprintf(cfile, PATH_MAX, "%d.%d.%d.c", tid, i, k); in thread_fn() 156 fd = openat(dirfd, cfile, O_CREAT | O_RDWR, in thread_fn() 160 "openat(%s) failed", cfile); in thread_fn() 184 run_targets(dirname, cfile, tid); in thread_fn()
|
/third_party/libpsl/fuzz/ |
D | run-clang.sh | 44 cfile="libpsl_"$(echo $fuzzer|cut -d'_' -f3-)".c" 47 cfile="libpsl_"$(echo $fuzzer|cut -d'_' -f3-)".c" 50 cfile="libpsl_"$(echo $fuzzer|cut -d'_' -f3-)".c" 53 cfile=${fuzzer}.c 59 ${cfile} -o ${fuzzer} \
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | gen_grammar.py | 5 cfile = sys.argv[1] variable 9 args = ['-d', '-v', '-ppriv_gst_parse_yy', yfile, '-o', cfile] 19 contents = open(cfile).read() 21 open(cfile, 'w').write(contents)
|
D | gen_grammar.py.in | 5 cfile = sys.argv[1] variable 9 args = ['-d', '-v', '-ppriv_gst_parse_yy', yfile, '-o', cfile] 19 contents = open(cfile).read() 21 open(cfile, 'w').write(contents)
|
D | gen_lex.py.in | 5 cfile = sys.argv[1] variable 10 args = ['--header-file=' + hfile, '-o', cfile, '-Ppriv_gst_parse_yy', lfile] 22 contents = open(cfile).read() 27 open(cfile, 'w').write(contents)
|
D | gen_lex.py | 5 cfile = sys.argv[1] variable 10 args = ['--header-file=' + hfile, '-o', cfile, '-Ppriv_gst_parse_yy', lfile] 22 contents = open(cfile).read() 27 open(cfile, 'w').write(contents)
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | compile | 35 cfile= 54 cfile=$1 64 if test -z "$ofile" || test -z "$cfile"; then 74 cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
|
/third_party/ltp/lib/ |
D | tst_cgroup.c | 913 const struct cgroup_file *cfile; in cgroup_file_find() local 938 for (cfile = ctrl->files; cfile->file_name; cfile++) { in cgroup_file_find() 939 if (!strcmp(file_name, cfile->file_name)) in cgroup_file_find() 943 if (!cfile->file_name) { in cgroup_file_find() 950 return cfile; in cgroup_file_find() 986 static const char *cgroup_file_alias(const struct cgroup_file *const cfile, in cgroup_file_alias() argument 990 return cfile->file_name; in cgroup_file_alias() 992 if (cfile->ctrl_indx == CTRL_CPUSET && in cgroup_file_alias() 994 cfile->file_name_v1) { in cgroup_file_alias() 995 return strchr(cfile->file_name_v1, '.') + 1; in cgroup_file_alias() [all …]
|
/third_party/mindspore/mindspore/lite/micro/coder/generator/ |
D | generator.cc | 117 std::string cfile = net_src_file_path_ + "session.cc"; in CodeSessionImplement() local 118 std::ofstream ofs(cfile); in CodeSessionImplement() 120 MS_LOG(INFO) << "write " << cfile; in CodeSessionImplement() 145 std::string cfile = net_src_file_path_ + "weight.c"; in CodeWeightFile() local 146 std::ofstream cofs(cfile); in CodeWeightFile() 148 MS_LOG(INFO) << "write " << cfile; in CodeWeightFile()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | mongo.pl | 169 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");
|
/third_party/node/deps/cares/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/libevdev/build-aux/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/skia/third_party/externals/libpng/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/mtdev/config-aux/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/libffi/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/wayland_standard/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/elfio/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/libpng/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/eudev/ |
D | compile | 265 cfile= 288 cfile=$1 301 if test -z "$ofile" || test -z "$cfile"; then 311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
/third_party/skia/third_party/externals/microhttpd/ |
D | compile | 264 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/'`
|