Searched refs:unique_name (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_pca.c550 char unique_name[256]; local
558 (void) strcpy(unique_name, DI_PCA_ALIASES_FILE_TMP);
559 fd = mkstemp(unique_name);
567 tfp = fopen(unique_name, "w+");
569 (void) unlink(unique_name);
579 if (rename(unique_name, file_out)) {
581 (void) unlink(unique_name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm854 sub unique_name subroutine
1487 =item unique_name ()
1550 file which was created on the server will be available via the C<unique_name>

Completed in 31 milliseconds