Home
last modified time | relevance | path

Searched refs:PROJF_PATH (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c56 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 Dproject.h37 #define PROJF_PATH "/etc/project" /* pathname of the "project" file */ macro
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs105 newSVpv(PROJF_PATH, sizeof (PROJF_PATH) - 1));
/illumos-gate/usr/src/cmd/projadd/
H A Dprojdel.pl90 $projfile = &PROJF_PATH;
H A Dprojadd.pl85 my $projfile = &PROJF_PATH;
H A Dprojmod.pl409 $projfile = &PROJF_PATH;
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetprojent.c148 PROJF_PATH,
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod24 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 DProject.t167 $s = $1 if ($line =~ /#define\s+PROJF_PATH\s+"([^"]+)"/);
179 $n3 == &MAXPROJID && $s eq &PROJF_PATH) {