File: makepath.h

package info (click to toggle)
fileutils 3.16-5.4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,876 kB
  • ctags: 3,158
  • sloc: ansic: 32,792; yacc: 1,032; makefile: 281; sh: 277; sed: 93; perl: 33
file content (15 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# undef __P
#if __STDC__
# define __P(Args) Args
#else
# define __P(Args) ()
#endif

int
make_path __P ((const char *_argpath,
		int _mode,
		int _parent_mode,
		uid_t _owner,
		gid_t _group,
		int _preserve_existing,
		const char *_verbose_fmt_string));