Searched refs:component (Results 1 – 8 of 8) sorted by relevance
/coreutils/man/ |
D | dirname.x | 2 dirname \- strip last component from file name
|
/coreutils/src/ |
D | mkdir.c | 124 make_ancestor (char const *dir, char const *component, void *options) in make_ancestor() argument 129 && defaultcon (o->set_security_context, component, S_IFDIR) < 0 in make_ancestor() 136 int r = mkdir (component, S_IRWXUGO); in make_ancestor()
|
D | install.c | 368 make_ancestor (char const *dir, char const *component, void *options) in make_ancestor() argument 372 && defaultcon (x->set_security_context, component, S_IFDIR) < 0 in make_ancestor() 377 int r = mkdir (component, DEFAULT_MODE); in make_ancestor()
|
/coreutils/scripts/build-older-versions/ |
D | README.older-versions | 36 internal symbols which were used by gnulib (a core component of GNU coreutils).
|
/coreutils/ |
D | init.cfg | 131 # Return the SELinux type component if available 711 # When mcstransd is running, you'll see only the 3-component
|
D | NEWS | 409 by misdetecting their component bytes as spaces. 1079 uptime no longer outputs the AM/PM component of the current time, 1476 mkdir --parents -Z now correctly sets the context for the last component, 3137 last component (possibly via a dangling symlink) can be created, 4167 a final './' or '../' component. 4182 cp --backup no longer fails when the last component of a source file 4671 The new -P option checks whether a file name component has leading "-", 4824 final component. 5571 * 'mkdir -p' can now create very deep (e.g. 40,000-component) directories 5727 * pathchk now exits nonzero for a path with a directory component
|
D | COPYING | 129 "Major Component", in this context, means a major essential component
|
/coreutils/doc/ |
D | coreutils.texi | 63 * dirname: (coreutils)dirname invocation. Strip last file name component. 394 * dirname invocation:: Strip last file name component 1294 Use @var{directory} as the directory component of each destination 1605 implicitly selected by the last component of the name used to invoke 10333 Any attempt to remove a file whose last file name component is 11324 If any component of the file name except the last one is missing or unavailable, 11333 If any component is missing or unavailable, @command{readlink} produces 11342 If any component is missing or unavailable, @command{readlink} treats it 11410 Remove @var{directory}, then try to remove each component of @var{directory}. 14443 * dirname invocation:: Strip last file name component. [all …]
|