Home
last modified time | relevance | path

Searched refs:cfile (Results 1 - 25 of 35) sorted by relevance

12

/third_party/toybox/toys/pending/
H A 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()
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 in scan_cronfiles()
425 do_fork(CRONFILE *cfile, JOB *job, int fd, char *prog) do_fork() argument
477 sendmail(CRONFILE *cfile, JOB *job) sendmail() argument
508 CRONFILE *cfile = gclist; count_running_jobs() local
541 CRONFILE *cfile = gclist; execute_jobs() local
592 CRONFILE *cfile = gclist; schedule_jobs() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A 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, "</ in Print()
[all...]
H A Dtinyxml.h206 in STL mode.) Either or both cfile and str can be null.
213 virtual void Print( FILE* cfile, int depth ) const = 0;
870 virtual void Print( FILE* cfile, int depth ) const { in Print() argument
871 Print( cfile, depth, 0 ); in Print()
873 void Print( FILE* cfile, int depth, TIXML_STRING* str ) const;
1126 virtual void Print( FILE* cfile, int depth ) const;
1179 virtual void Print( FILE* cfile, int depth ) const;
1240 virtual void Print( FILE* cfile, int depth ) const;
1318 virtual void Print( FILE* cfile, int depth, TIXML_STRING* str ) const;
1319 virtual void Print( FILE* cfile, in argument
[all...]
/third_party/python/Lib/
H A Dpy_compile.py79 def compile(file, cfile=None, dfile=None, doraise=False, optimize=-1,
84 :param cfile: The target byte compiled file name. When not given, this
119 Do note that FileExistsError is raised if cfile ends up pointing at a
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)
[all...]
H A Dcompileall.py212 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...]
H A Dtrace.py227 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) \
234 if cfile != pfile and lastcfile != cfile:
235 print(" -->", cfile)
236 lastcfile = cfile
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp476 void TiXmlElement::Print( FILE* cfile, int depth ) const in Print() argument
481 fprintf( cfile, " " ); in Print()
484 fprintf( cfile, "<%s", value.c_str() ); in Print()
489 fprintf( cfile, " " ); in Print()
490 attrib->Print( cfile, depth ); in Print()
500 fprintf( cfile, " />" ); in Print()
504 fprintf( cfile, ">" ); in Print()
505 firstChild->Print( cfile, depth + 1 ); in Print()
506 fprintf( cfile, "</%s>", value.c_str() ); in Print()
510 fprintf( cfile, ">" ); in Print()
687 Print( FILE* cfile, int depth ) const Print() argument
734 Print( FILE* cfile, int ) const Print() argument
799 Print( FILE* cfile, int depth ) const Print() argument
833 Print( FILE* cfile, int depth ) const Print() argument
872 Print( FILE* cfile, int depth ) const Print() argument
922 Print( FILE* cfile, int depth ) const Print() argument
[all...]
H A Dtinyxml.h94 virtual void Print( FILE* cfile, int depth ) const = 0;
469 virtual void Print( FILE* cfile, int depth ) const;
563 virtual void Print( FILE* cfile, int depth ) const;
600 virtual void Print( FILE* cfile, int depth ) const;
627 virtual void Print( FILE* cfile, int depth ) const;
678 virtual void Print( FILE* cfile, int depth ) const;
712 virtual void Print( FILE* cfile, int depth ) const;
780 virtual void Print( FILE* cfile, int depth = 0 ) const;
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs05_make_tree.c69 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/ltp/lib/
H A Dtst_cgroup.c1147 const struct cgroup_file *cfile; in cgroup_file_find() local
1172 for (cfile = ctrl->files; cfile->file_name; cfile++) { in cgroup_file_find()
1173 if (!strcmp(file_name, cfile->file_name)) in cgroup_file_find()
1177 if (!cfile->file_name) { in cgroup_file_find()
1184 return cfile; in cgroup_file_find()
1220 static const char *cgroup_file_alias(const struct cgroup_file *const cfile, in cgroup_file_alias() argument
1224 return cfile->file_name; in cgroup_file_alias()
1226 if (cfile in cgroup_file_alias()
1239 const struct cgroup_file *const cfile = safe_cg_has() local
1304 const struct cgroup_file *const cfile = safe_cg_read() local
1345 const struct cgroup_file *const cfile = safe_cg_printf() local
1367 const struct cgroup_file *const cfile = safe_cg_open() local
1389 const struct cgroup_file *const cfile = safe_cg_fchown() local
[all...]
/third_party/eudev/
H A Dcompile265 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/lame/
H A Dcompile265 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/node/deps/cares/
H A Dcompile265 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/node/deps/cares/config/
H A Dcompile265 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/
H A Dcompile265 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/
H A Dcompile265 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/
H A 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/'`
/third_party/libsnd/Scripts/
H A Dcstyle.py176 cfile = open (filename, "r")
182 line = cfile.readline ()
193 cfile.close ()
/third_party/python/Lib/distutils/
H A Dutil.py446 # cfile - byte-compiled file
450 cfile = importlib.util.cache_from_source( variable
453 cfile = importlib.util.cache_from_source(file) variable
463 cfile_base = os.path.basename(cfile)
465 if force or newer(file, cfile):
468 compile(file, cfile, dfile)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp272 char *cfile; in openCtrlConnection() local
360 cfile = (char *) malloc(flen); in openCtrlConnection()
361 if (cfile == NULL) in openCtrlConnection()
363 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ctrl_iface); in openCtrlConnection()
366 cfile = (char *) malloc(flen); in openCtrlConnection()
367 if (cfile == NULL) in openCtrlConnection()
369 snprintf(cfile, flen, "%s", ctrl_iface); in openCtrlConnection()
385 debug("Trying to connect to '%s'", cfile); in openCtrlConnection()
386 ctrl_conn = wpa_ctrl_open(cfile); in openCtrlConnection()
388 free(cfile); in openCtrlConnection()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp274 char *cfile; in openCtrlConnection() local
362 cfile = (char *) malloc(flen); in openCtrlConnection()
363 if (cfile == NULL) in openCtrlConnection()
365 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ctrl_iface); in openCtrlConnection()
368 cfile = (char *) malloc(flen); in openCtrlConnection()
369 if (cfile == NULL) in openCtrlConnection()
371 snprintf(cfile, flen, "%s", ctrl_iface); in openCtrlConnection()
387 debug("Trying to connect to '%s'", cfile); in openCtrlConnection()
388 ctrl_conn = wpa_ctrl_open(cfile); in openCtrlConnection()
390 free(cfile); in openCtrlConnection()
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_load_balance_test.sh43 #cpuset_set_opt <path> <cfile> <value>
47 local cfile=$2
50 /bin/echo $value > $path/$cfile
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhostapd_cli.c109 char *cfile; in hostapd_cli_open_connection() local
121 cfile = malloc(flen); in hostapd_cli_open_connection()
122 if (cfile == NULL) in hostapd_cli_open_connection()
124 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ifname); in hostapd_cli_open_connection()
129 free(cfile); in hostapd_cli_open_connection()
133 ctrl_conn = wpa_ctrl_open2(cfile, client_socket_dir); in hostapd_cli_open_connection()
134 free(cfile); in hostapd_cli_open_connection()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhostapd_cli.c106 char *cfile; in hostapd_cli_open_connection() local
118 cfile = malloc(flen); in hostapd_cli_open_connection()
119 if (cfile == NULL) in hostapd_cli_open_connection()
121 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ifname); in hostapd_cli_open_connection()
126 free(cfile); in hostapd_cli_open_connection()
130 ctrl_conn = wpa_ctrl_open2(cfile, client_socket_dir); in hostapd_cli_open_connection()
131 free(cfile); in hostapd_cli_open_connection()
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs237 let cfile = ffi::CString::new(file).unwrap(); in file_visit_macros()
242 cfile.as_ptr(), in file_visit_macros()

Completed in 24 milliseconds

12