Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dcrontab.c32 char *cdir;
219 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); in do_list()
227 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name); in do_remove()
236 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, dest); in update_crontab()
278 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, pwd->pw_name); in do_edit()
341 if (TT.cdir && (TT.cdir[strlen(TT.cdir)-1] != '/')) in crontab_main()
342 TT.cdir = xmprintf("%s/", TT.cdir); in crontab_main()
343 if (!TT.cdir) TT.cdir = xstrdup("/var/spool/cron/crontabs/"); in crontab_main()
363 if (!(toys.optflags & FLAG_c)) free(TT.cdir); in crontab_main()
/third_party/flutter/skia/src/c/
Dsk_surface.cpp65 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction() argument
67 if (gPathDirMap[i].fC == cdir) { in from_c_path_direction()
204 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
206 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_rect()
212 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
214 if (!from_c_path_direction(cdir, &dir)) { in sk_path_add_oval()
/third_party/skia/src/c/
Dsk_surface.cpp65 static bool from_c_path_direction(sk_path_direction_t cdir, SkPathDirection* dir) { in from_c_path_direction() argument
67 if (gPathDirMap[i].fC == cdir) { in from_c_path_direction()
210 …athbuilder_add_rect(sk_pathbuilder_t* cbuilder, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_pathbuilder_add_rect() argument
212 if (!from_c_path_direction(cdir, &dir)) { in sk_pathbuilder_add_rect()
218 …athbuilder_add_oval(sk_pathbuilder_t* cbuilder, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_pathbuilder_add_oval() argument
220 if (!from_c_path_direction(cdir, &dir)) { in sk_pathbuilder_add_oval()
/third_party/alsa-lib/src/pcm/
Dinterval.c406 void boundary_sub(int a, int adir, int b, int bdir, int *c, int *cdir) in boundary_sub() argument
411 *cdir = adir - bdir; in boundary_sub()
412 if (*cdir == -2) { in boundary_sub()
415 } else if (*cdir == 2) { in boundary_sub()
Dinterval.h78 void boundary_sub(int a, int adir, int b, int bdir, int *c, int *cdir);
/third_party/ltp/lib/
Dtst_device.c440 char cdir[PATH_MAX], mpath[PATH_MAX]; in tst_is_mounted_at_tmpdir() local
443 if (!getcwd(cdir, PATH_MAX)) { in tst_is_mounted_at_tmpdir()
448 ret = snprintf(mpath, PATH_MAX, "%s/%s", cdir, path); in tst_is_mounted_at_tmpdir()
/third_party/alsa-utils/alsa-info/
Dalsa-info.sh656 for cdir in $(echo $SYSFS/class/sound/card*); do
657 echo "!!Card: $cdir" >> $FILE
658 driver=$(readlink -f "$cdir/device/driver")
661 tree --noreport $cdir -L 2 | sed -e 's/^/\t/g' >> $FILE
/third_party/python/Lib/
Dos.py219 cdir = curdir
221 cdir = bytes(curdir, 'ASCII')
222 if tail == cdir: # xxx/newdir/. exists if xxx/newdir exists
/third_party/FatFs/source/
Dff.h239 DWORD cdir; /* Current directory start cluster (0:root) */ member
Dff.c2546 dp->obj.sclust = fs->cdir; /* Start from current directory */ in follow_path()
2930 fs->cdir = 0; /* Initialize current directory */ in mount_volume()
3174 fs->cdir = 0; /* Initialize current directory */ in init_fatobj()
3910 fs->cdir = dj.obj.sclust; in f_chdir()
3913 fs->cdir = ld_clust(fs, dj.dir); /* Sub-directory cluster */ in f_chdir()
3965 dj.obj.sclust = fs->cdir; /* Start to follow upper directory from current directory */ in f_getcwd()
4678 if (dclst == fs->cdir) { /* Is it the current directory? */ in f_unlink()
/third_party/toybox/generated/
Dglobals.h520 char *cdir; member