Home
last modified time | relevance | path

Searched refs:cdir (Results 1 – 13 of 13) sorted by relevance

/external/toybox/toys/pending/
Dcrontab.c32 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/skia/src/c/
Dsk_surface.cpp64 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction() argument
66 if (gPathDirMap[i].fC == cdir) { in from_c_path_direction()
203 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
205 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_rect()
211 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
213 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_oval()
/external/skqp/src/c/
Dsk_surface.cpp64 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction() argument
66 if (gPathDirMap[i].fC == cdir) { in from_c_path_direction()
203 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
205 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_rect()
211 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
213 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_oval()
/external/libcxx/cmake/Modules/
DCodeCoverage.cmake30 foreach(cdir ${capture_dirs})
31 list(APPEND CAPTURE_DIRS "-d;${cdir}")
/external/python/cpython2/PC/bdist_wininst/
Dextract.c230 struct cdir *pcdir; in unzip_archive()
233 pcdir = (struct cdir *)&data[pos]; in unzip_archive()
241 pos += sizeof(struct cdir); in unzip_archive()
Darchive.h27 struct cdir { struct
/external/python/cpython3/PC/bdist_wininst/
Dextract.c229 struct cdir *pcdir; in unzip_archive()
232 pcdir = (struct cdir *)&data[pos]; in unzip_archive()
240 pos += sizeof(struct cdir); in unzip_archive()
Darchive.h26 struct cdir { struct
/external/python/cpython2/RISCOS/
DMakefile438 cdir @.Modules.o
439 cdir @.Python.o
440 cdir @.s
441 cdir @.o
442 cdir @.^.Python.o
443 cdir @.^.Parser.o
444 cdir @.^.Objects.o
445 cdir @.^.Modules.o
/external/llvm/bindings/go/llvm/
Ddibuilder.go149 cdir := C.CString(dir)
150 defer C.free(unsafe.Pointer(cdir))
151 result := C.LLVMDIBuilderCreateFile(d.ref, cfilename, cdir)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Ddibuilder.go154 cdir := C.CString(dir)
155 defer C.free(unsafe.Pointer(cdir))
158 cdir, C.size_t(len(dir)))
/external/python/cpython3/Lib/
Dos.py215 cdir = curdir
217 cdir = bytes(curdir, 'ASCII')
218 if tail == cdir: # xxx/newdir/. exists if xxx/newdir exists
/external/toybox/generated/
Dglobals.h501 char *cdir; member