Lines Matching refs:path
27 -path PATTERN path name with wildcards (-ipath case insensitive)
51 -exec Run command with path -execdir Run command in file's dir
62 %M ls format type/mode %p path to file %P path to file minus DIR
367 || !strcmp(s, "path") || !strcmp(s, "ipath")
371 char *arg = ss[1], *path = 0, *name = new ? new->name : arg;
373 // Handle path expansion and case flattening
375 name = path = xreadlinkat(dirtree_parentfd(new), new->name);
376 else if (new && is_path) name = path = dirtree_path(new, 0);
384 test = !fnmatch(arg, path ? name : basename(name),
388 free(path);
391 char *path = dirtree_path(new, 0), *context;
393 if (lsm_get_context(path, &context) != -1) {
397 free(path);
654 char *path = dirtree_path(new, 0);
656 ll = (lsm_get_context(path, &ff) != -1) ? (long)ff : (long)"?";
657 free(path);