Searched refs:projfile (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/projadd/ |
H A D | projdel.pl | 84 my $projfile; 88 $projfile = $opt_f; 90 $projfile = &PROJF_PATH; 94 $tmpprojf = $projfile . ".tmp.$$"; 99 if (! sysopen($pfh, $projfile, O_RDONLY)) { 100 error([10, gettext('Cannot open %s: %s'), $projfile, $!]); 134 if (! rename($tmpprojf, $projfile)) { 137 $tmpprojf, $projfile, $!]);
|
H A D | projadd.pl | 85 my $projfile = &PROJF_PATH; 94 GetOptions("f=s" => \$projfile, 114 $tmpprojf = $projfile . ".tmp.$$"; 134 if (! sysopen($pfh, $projfile, O_RDONLY)) { 141 error([10, gettext('Cannot open %s: %s'), $projfile, $!]); 287 if (! rename($tmpprojf, $projfile)) { 290 $tmpprojf, $projfile, $!]);
|
H A D | projmod.pl | 363 my $projfile; 377 GetOptions("f=s" => \$projfile, 404 if (defined($opt_A) && defined($projfile)) { 408 if (! defined($projfile)) { 409 $projfile = &PROJF_PATH; 412 if ($modify && $projfile eq '-') { 440 my $tmpprojf = $projfile . ".tmp.$$"; 447 if ($projfile eq '-') { 450 } elsif (! sysopen($pfh, $projfile, O_RDONLY)) { 451 error([10, gettext('Cannot open %s: %s'), $projfile, $!]); [all …]
|
/titanic_44/usr/src/cmd/genmsg/ |
H A D | main.c | 100 char *projfile = NULL; in main() local 124 projfile = optarg; in main() 187 if (read_projfile(projfile)) { in main() 188 tmp = basename(projfile); in main() 197 newprojfile = basename(projfile); in main() 203 projfile : newprojfile) == FALSE)) { in main() 205 IsActiveMode(OverwriteMode) ? projfile : newprojfile); in main() 368 projfile : newprojfile); in main()
|