Home
last modified time | relevance | path

Searched refs:path_mode (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/fs/inode/
Dinode01.c469 int len, path_mode, val, ret_len, j; in check() local
555 path_mode = mode(path_string); in check()
556 if (path_mode == -1) { in check()
562 if ((040000 & path_mode) != 040000) { in check()
566 fprintf(temp, "\tIts mode is %o\n", path_mode); in check()
Dinode02.c576 int len, path_mode, val, ret_len, j; in check() local
663 path_mode = mode(path_string); in check()
664 if (path_mode == -1) { in check()
670 if ((040000 & path_mode) != 040000) { in check()
674 fprintf(temp, "Its mode is %o\n", path_mode); in check()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c145 path_mode; member
456 wand->path_mode=DefaultPathMode; in ClearDrawingWand()
526 clone_wand->path_mode=wand->path_mode; in CloneDrawingWand()
2791 (void) MVGAutoWrapPrintf(wand,"%s",wand->path_mode == AbsolutePathMode ? in DrawPathClose()
2845 (wand->path_mode != mode)) in DrawPathCurveTo()
2848 wand->path_mode=mode; in DrawPathCurveTo()
2960 (wand->path_mode != mode)) in DrawPathCurveToQuadraticBezier()
2963 wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
3072 (wand->path_mode != mode)) in DrawPathCurveToQuadraticBezierSmooth()
3075 wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
[all …]