Lines Matching +refs:val +refs:mode
1173 // Document is not associated with any desktops - maybe we're in command-line mode
1237 gchar const *val = g_getenv("INKSCAPE_PORTABLE_PROFILE_DIR");
1238 if (val) {
1239 prefdir = g_strdup(val);
1315 int mode = S_IRWXU;
1317 mode |= S_IRGRP;
1320 mode |= S_IXGRP;
1323 mode |= S_IXOTH;
1325 if ( g_mkdir_with_parents(prefdir, mode) == -1 ) {
1332 g_mkdir_with_parents(dir, mode);
1359 mode:c++
1362 indent-tabs-mode:nil