Searched refs:pathname (Results 76 - 93 of 93) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm5 fileparse - split a pathname into pieces
172 Carp::croak("fileparse(): need a valid pathname");
H A DCopy.pm417 with a volume name, a relative pathname should always begin with a
H A DDosGlob.pm474 full path always begins with a volume name. A relative pathname on Mac
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c605 iov_path_to_port(char *pathname, char **parentp, char **portp) argument
609 char *c = pathname;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm98 A reference to a filehandle, or the pathname of a file to which the
104 A reference to a filehandle, or the pathname of a file from which the
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c2374 * input: flags - UEFIRT_BOOTOPT_FULL to use a full UEFI pathname
2713 uchar_t pathname[PATH_MAX]; local
2748 pathname_len = sizeof (pathname) - 1;
2751 (void) uconv_u16tou8(file->path_name, &input_len, pathname,
2753 pathname[pathname_len] = '\0';
2754 (void) snprintf(path, PATH_MAX, "/(%s)", pathname);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c577 char *pathname, X509 **outcert)
589 rv = kmf_get_file_format(pathname, &format);
597 if ((bcert = BIO_new_file(pathname, "rb")) == NULL) {
660 KMF_CERT_VALIDITY validity, char *pathname,
670 rv = kmf_get_file_format(pathname, &format);
684 pathname, certs);
701 rv = extract_pem(kmfh, issuer, subject, serial, pathname,
753 char *pathname,
759 rv = load_X509cert(kmfh, issuer, subject, serial, pathname, &x509cert);
575 load_X509cert(KMF_HANDLE *kmfh, char *issuer, char *subject, KMF_BIGINT *serial, char *pathname, X509 **outcert) argument
659 load_certs(KMF_HANDLE *kmfh, char *issuer, char *subject, KMF_BIGINT *serial, KMF_CERT_VALIDITY validity, char *pathname, KMF_DATA **certlist, uint32_t *numcerts) argument
750 kmf_load_cert(KMF_HANDLE *kmfh, char *issuer, char *subject, KMF_BIGINT *serial, KMF_CERT_VALIDITY validity, char *pathname, KMF_DATA *cert) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL599 pathname. The dl_findfile() function and @dl_library_path can be
600 used to search for and return the absolute pathname for the
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1322 * calculate_hash calculates the MD5 message-digest of the file pathname.
1329 calculate_hash(const char *pathname, char **hash) argument
1340 fd = open(pathname, O_RDONLY);
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c3377 pl->pathname = strdup(buf);
3378 if (pl->pathname == NULL)
3452 pl->dlh = dlopen(pl->pathname, RTLD_LAZY|RTLD_LOCAL);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm1070 C<"stream"> - connect to the stream indicated by the pathname provided as
1076 C<"pipe"> - connect to the named pipe indicated by the pathname provided as
/osnet-11/usr/src/lib/liblgrp/common/
H A Dlgrp.c174 args.pathname = (char *)device_path;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH49 * This symbol holds the complete pathname to the sed program.
1597 * This symbol, if defined, contains the full pathname of csh.
2213 * This symbol contains the full pathname to the shell used on this
2696 * to the absolute pathname of the executing program.
2700 * of the symbolic link pointing to the absolute pathname of
3499 * It may be used to construct an architecture-dependant pathname
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c2265 get_diskname(const char *pathname, char *diskname) argument
2269 pname = strrchr(pathname, '/');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1398 Returns the full pathname of the current directory.
1417 Returns the full pathname to the new directory.
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc622 char *getwd(char *pathname);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_svc.c1903 if ((name = (char *)param->pathname) == NULL) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm2171 A reference to a filehandle, or the pathname of a file to which the

Completed in 1111 milliseconds

1234