Searched refs:filespec (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c94 assert(d->filespec[0] != 0); \
96 assert(d->filespec[d->fslen] == 0); \
97 assert(d->fslen = strlen(d->filespec)); \
118 static int rw_access(const_profile_filespec_t filespec) argument
121 if (access(filespec, W_OK) == 0)
133 f = fopen(filespec, "r+F");
142 static int r_access(const_profile_filespec_t filespec) argument
145 if (access(filespec, R_OK) == 0)
158 f = fopen(filespec, "rF");
170 return rw_access(profile->data->filespec);
203 profile_open_file(const_profile_filespec_t filespec, prf_file_t *ret_prof) argument
[all...]
H A Dprof_init.c99 files[i] = file->data->filespec;
269 required += strlen(pfp->data->filespec);
306 slen = (prof_int32) strlen(pfp->data->filespec);
309 memcpy(bp, pfp->data->filespec, (size_t) slen);
H A Dprof_int.h29 * - filespec, fslen are fixed after creation
59 /* Was: "profile_filespec_t filespec". Now: flexible char
62 const char filespec[sizeof("/etc/krb5.conf")]; member in struct:_prf_data_t
130 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacOS
H A Dprof_set.c49 new_data = profile_make_prf_data(file->data->filespec);
H A Dprof_solaris.c1079 f = profile->first_file->data->filespec;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c109 char *filespec; local
113 filespec = malloc(strlen(dir) + 2 + 1);
114 strcpy(filespec, dir);
115 index = strlen(filespec) - 1;
116 if (index >= 0 && (filespec[index] == '/' || filespec[index] == '\\'))
117 filespec[index] = '\0';
118 strcat(filespec, "/*");
125 if ((handle = _findfirst(filespec, &(dp->fileinfo))) < 0) {
129 free(filespec);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.t113 my ($filespec, $replacement);
115 $filespec = $1;
116 $replacement = VMS::Filespec::unixify($filespec);
118 $output =~ s/\Q$filespec\E/$replacement/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm371 I<filespec> of the input and output files, respectively. The
394 from the input filespec, then all timestamps other than the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm1044 my $filespec;
1046 while(defined($filespec = readdir(TMPDIR))) {
1048 $filespec =~ m{^perldoc_[a-zA-Z0-9]+_T([a-fA-F0-9]{7,})_[a-fA-F0-9]{3,}}s
1051 push @to_unlink, "$tempdir/$filespec";
1055 printf " $tempdir/$filespec is too recent (after %x)\n", $limit;
1059 print " $tempdir/$filespec doesn't look like a perldoc temp file.\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm364 Construct a complete filespec using VMS syntax
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm1846 # filespec length to try to insure that dependent extensions
2000 part of a filespec.
H A DMM_Unix.pm3030 a filespec.

Completed in 71 milliseconds