Searched refs:cdir (Results 1 - 10 of 10) sorted by relevance
/external/toybox/toys/pending/ |
H A D | crontab.c | 32 char *cdir; 216 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); 224 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); 233 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, dest); 275 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, pwd->pw_name); 338 if (TT.cdir && (TT.cdir[strlen(TT.cdir)-1] != '/')) 339 TT.cdir = xmprintf("%s/", TT.cdir); [all...] |
/external/python/cpython2/PC/bdist_wininst/ |
H A D | archive.h | 27 struct cdir { struct
|
H A D | extract.c | 230 struct cdir *pcdir; 233 pcdir = (struct cdir *)&data[pos]; 241 pos += sizeof(struct cdir);
|
/external/python/cpython3/PC/bdist_wininst/ |
H A D | archive.h | 26 struct cdir { struct
|
H A D | extract.c | 229 struct cdir *pcdir; 232 pcdir = (struct cdir *)&data[pos]; 240 pos += sizeof(struct cdir);
|
/external/skia/src/c/ |
H A D | sk_surface.cpp | 137 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { argument 139 if (gPathDirMap[i].fC == cdir) { 289 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { argument 291 if (!from_c_path_direction(cdir, &dir)) { 297 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { argument 299 if (!from_c_path_direction(cdir, &dir)) {
|
/external/skqp/src/c/ |
H A D | sk_surface.cpp | 137 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { argument 139 if (gPathDirMap[i].fC == cdir) { 289 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { argument 291 if (!from_c_path_direction(cdir, &dir)) { 297 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { argument 299 if (!from_c_path_direction(cdir, &dir)) {
|
/external/python/cpython2/RISCOS/ |
H A D | Makefile | 438 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/python/cpython3/Lib/ |
H A D | os.py | 214 cdir = curdir 216 cdir = bytes(curdir, 'ASCII') 217 if tail == cdir: # xxx/newdir/. exists if xxx/newdir exists
|
/external/toybox/generated/ |
H A D | globals.h | 504 char *cdir; member in struct:crontab_data
|
Completed in 630 milliseconds