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.c570 int len, path_mode, val, ret_len, j; in check() local
657 path_mode = mode(path_string); in check()
658 if (path_mode == -1) { in check()
664 if ((040000 & path_mode) != 040000) { in check()
668 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()
2869 (void) MVGAutoWrapPrintf(wand,"%s",wand->path_mode == AbsolutePathMode ? in DrawPathClose()
2923 (wand->path_mode != mode)) in DrawPathCurveTo()
2926 wand->path_mode=mode; in DrawPathCurveTo()
3038 (wand->path_mode != mode)) in DrawPathCurveToQuadraticBezier()
3041 wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
3150 (wand->path_mode != mode)) in DrawPathCurveToQuadraticBezierSmooth()
3153 wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
[all …]