Searched refs:cdir (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/pending/ |
D | crontab.c | 32 char *cdir; 216 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); in do_list() 224 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); in do_remove() 233 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, dest); in update_crontab() 275 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, pwd->pw_name); in do_edit() 338 if (TT.cdir && (TT.cdir[strlen(TT.cdir)-1] != '/')) in crontab_main() 339 TT.cdir = xmprintf("%s/", TT.cdir); in crontab_main() 340 if (!TT.cdir) TT.cdir = xstrdup("/var/spool/cron/crontabs/"); in crontab_main() 360 if (!(toys.optflags & FLAG_c)) free(TT.cdir); in crontab_main()
|
/external/libcxx/cmake/Modules/ |
D | CodeCoverage.cmake | 30 foreach(cdir ${capture_dirs}) 31 list(APPEND CAPTURE_DIRS "-d;${cdir}")
|
/external/skia/src/c/ |
D | sk_surface.cpp | 137 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction() argument 139 if (gPathDirMap[i].fC == cdir) { in from_c_path_direction() 289 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_rect() argument 291 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_rect() 297 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_oval() argument 299 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_oval()
|
/external/llvm/bindings/go/llvm/ |
D | dibuilder.go | 149 cdir := C.CString(dir) 150 defer C.free(unsafe.Pointer(cdir)) 151 result := C.LLVMDIBuilderCreateFile(d.ref, cfilename, cdir)
|
/external/toybox/generated/ |
D | globals.h | 486 char *cdir; member
|