repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add tests with filenames containing newline and backslash characters.
[coreutils.git]
/
lib
/
makepath.h
blob
f7c5b602663ccdecd7bd0890608bca766617262a
1
#ifndef PARAMS
2
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
3
# define PARAMS(Args) Args
4
# else
5
# define PARAMS(Args) ()
6
# endif
7
#endif
8
9
int
10
make_path
PARAMS
((
const char
*
_argpath
,
11
int
_mode
,
12
int
_parent_mode
,
13
uid_t _owner
,
14
gid_t _group
,
15
int
_preserve_existing
,
16
const char
*
_verbose_fmt_string
));