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.c146 path_mode; member
457 wand->path_mode=DefaultPathMode; in ClearDrawingWand()
527 clone_wand->path_mode=wand->path_mode; in CloneDrawingWand()
2870 (void) MVGAutoWrapPrintf(wand,"%s",wand->path_mode == AbsolutePathMode ? in DrawPathClose()
2924 (wand->path_mode != mode)) in DrawPathCurveTo()
2927 wand->path_mode=mode; in DrawPathCurveTo()
3039 (wand->path_mode != mode)) in DrawPathCurveToQuadraticBezier()
3042 wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
3151 (wand->path_mode != mode)) in DrawPathCurveToQuadraticBezierSmooth()
3154 wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
[all …]