Searched refs:resolved (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_realpath.c73 * components. Returns (resolved) on success, or (NULL) on failure,
74 * in which case the path which caused trouble is left in (resolved).
81 s_realpath(const char *path, char *resolved) argument
93 resolved[0] = '/';
94 resolved[1] = '\0';
96 return (resolved);
100 if (getcwd(resolved, PATH_MAX) == NULL) {
101 (void) strlcpy(resolved, ".", PATH_MAX);
104 resolved_len = strlen(resolved);
131 if (resolved[resolved_le
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
H A DCwd.xs63 * components. Returns (resolved) on success, or (NULL) on failure,
64 * in which case the path which caused trouble is left in (resolved).
68 bsd_realpath(path, resolved)
70 char *resolved;
74 return Perl_rmsexpand(aTHX_ (char*)path, resolved, NULL, 0);
85 (void)strcpy(resolved, ".");
92 (void)strcpy(resolved, ".");
98 * Find the dirname and basename from the path to be resolved.
105 (void)strncpy(resolved, path, MAXPATHLEN - 1);
106 resolved[MAXPATHLE
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c316 char *resolved; local
379 resolved = resolve_symlink (entry);
381 printf ("/etc/fstab: device %s -> %s \n", entry, resolved);
383 if (strcmp (device, resolved) == 0) {
384 printf ("%s (-> %s) found in /etc/fstab. Not mounting.\n", entry, resolved);
388 g_free (resolved);
409 char *resolved; local
411 resolved = resolve_symlink (entry);
413 printf ("/proc/mounts: device %s -> %s \n", entry, resolved);
415 if (strcmp (device, resolved)
[all...]
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_iscsi.c122 * Based on resolved hostname:port provided in 'tgt', add discovery addresses.
151 * resolved to.
247 * Remove all discovery addresses based on a resolved hostname and port in the
283 * each of those with one of the addresses that our hostname resolved
316 * processed is IPv4 but our resolved address is
331 * processed is IPv6 but our resolved address is
542 * cannot be resolved, use a string representation of the IP address.
561 struct addrinfo *resolved, hints = {NULL}; local
616 if ((err = getaddrinfo(saddr, NULL, &hints, &resolved)) != 0) {
627 if ((err = getnameinfo(resolved
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h531 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved)
533 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved));
536 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved)
539 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFindBin.pm39 $RealBin - $Bin with all links resolved
40 $RealScript - $Script with all links resolved
H A DCwd.pm86 components ("." and "..") are resolved to return the canonical
H A DMemoize.pm978 in Perl, and until it is resolved, memoized functions will see a
H A Doverload.pm513 If some operation cannot be resolved, and there is no function
H A DCPAN.pm7088 retried, everything resolved nicely. Can this be fixed to work
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL332 Cross references between documents are not resolved when multiple
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm66 cannot be resolved, returns undef. For multi-homed hosts (hosts with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm482 Note that updirs in the glob pattern are resolved before the matching begins,
H A DFind.pm129 pathname of the file with all symbolic links resolved
342 the absolute pathname of that directory with all symbolic links resolved,
496 # $Name is the resolved symlink (always a full path on MacOS),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm411 Note that updirs in the glob pattern are resolved before the matching begins,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL612 functions which need to be resolved when it's loaded. Most platforms
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1276 resolved with a die($message). Use an eval if you wish to catch these
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1522 host resolved to are also returned. The elapsed time value will
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1120 arguments are resolved so that:
1955 Do I<not> use this parameter for simple requirements, which could be resolved
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1268 only contiguous contractions are resolved;

Completed in 64 milliseconds