Searched refs:PROJF_PATH (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | proj.c | 56 if ((e_fptr = fopen(PROJF_PATH, "r")) == NULL) { in edit_project() 166 if (modified && rename(t_name, PROJF_PATH) < 0) { in edit_project()
|
/illumos-gate/usr/src/head/ |
H A D | project.h | 37 #define PROJF_PATH "/etc/project" /* pathname of the "project" file */ macro
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 105 newSVpv(PROJF_PATH, sizeof (PROJF_PATH) - 1));
|
/illumos-gate/usr/src/cmd/projadd/ |
H A D | projdel.pl | 90 $projfile = &PROJF_PATH;
|
H A D | projadd.pl | 85 my $projfile = &PROJF_PATH;
|
H A D | projmod.pl | 409 $projfile = &PROJF_PATH;
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | getprojent.c | 148 PROJF_PATH,
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
H A D | Project.pod | 24 C<MAXPROJID>, C< PROJNAME_MAX>, C<PROJF_PATH>, C<PROJECT_BUFSZ>, 125 :CONSTANTS MAXPROJID, PROJNAME_MAX, PROJF_PATH, PROJECT_BUFSZ,
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 167 $s = $1 if ($line =~ /#define\s+PROJF_PATH\s+"([^"]+)"/); 179 $n3 == &MAXPROJID && $s eq &PROJF_PATH) {
|