Searched refs:path_mode (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/fs/inode/ |
D | inode01.c | 469 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()
|
D | inode02.c | 570 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/ |
D | drawing-wand.c | 145 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 …]
|