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

/external/ltp/testcases/kernel/fs/inode/
H A Dinode01.c469 int len, path_mode, val, ret_len, j; local
555 path_mode = mode(path_string);
556 if (path_mode == -1) {
562 if ((040000 & path_mode) != 040000) {
566 fprintf(temp, "\tIts mode is %o\n", path_mode);
H A Dinode02.c576 int len, path_mode, val, ret_len, j; local
663 path_mode = mode(path_string);
664 if (path_mode == -1) {
670 if ((040000 & path_mode) != 040000) {
674 fprintf(temp, "Its mode is %o\n", path_mode);
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c148 path_mode;
462 wand->path_mode=DefaultPathMode;
533 clone_wand->path_mode=wand->path_mode;
2849 (void) MVGAutoWrapPrintf(wand,"%s",wand->path_mode == AbsolutePathMode ?
2904 (wand->path_mode != mode))
2907 wand->path_mode=mode;
3021 (wand->path_mode != mode))
3024 wand->path_mode=mode;
3135 (wand->path_mode !
145 path_mode; member in struct:_DrawingWand
[all...]

Completed in 562 milliseconds