/titanic_41/usr/src/common/net/wanboot/ |
H A D | parseURL.c | 168 plen = strlcpy(url->abspath, ptr, sizeof (url->abspath)); in url_parse() 169 if (plen >= sizeof (url->abspath)) { in url_parse() 174 (void) strlcpy(url->abspath, "/", sizeof (url->abspath)); in url_parse()
|
H A D | parseURL.h | 60 char abspath[URL_MAX_PATHLEN]; member
|
H A D | bootlog.c | 259 bl_url.abspath, url_encode(ringmessage)); in send_http()
|
H A D | boot_http.c | 132 #define CONN_ABSPATH c_id->uri.abspath
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | exit.sh | 34 function abspath function 44 ABSHELL=$(abspath)
|
/titanic_41/usr/src/tools/depcheck/ |
H A D | make_pkg_db | 344 $abspath = join("/", @AbsPath); 345 if (!$FTYPE{$abspath}) { # no installed entity ! 347 &yelp("***CANNOT FIND ABSOLUTE PATH $abspath FOR ENTRY: $entry=$rellink\n"); 362 return $abspath;
|
/titanic_41/usr/src/lib/libmail/inc/ |
H A D | libmail.h | 59 extern string *abspath(char *path, char *dot, string *to); 77 extern string *abspath();
|
/titanic_41/usr/src/lib/libtsol/common/ |
H A D | setflabel.c | 51 static int abspath(char *, const char *, char *); 105 if (abspath(cwd, path, canon) < 0) in setflabel() 269 abspath(char *wd, const char *raw, char *canon) in abspath() function
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 304 plen = strlen(req_url->abspath); in build_request_url() 305 ppath = req_url->abspath + plen; in build_request_url() 326 (void) strcat(req_url->abspath, "&NONCE="); in build_request_url() 327 (void) strcat(req_url->abspath, n); in build_request_url() 749 if ((ret = http_get_request(*handlep, url->abspath)) == 0) { in establish_http_connection() 758 if ((ret = http_get_range_request(*handlep, url->abspath, in establish_http_connection() 1084 plen = sizeof (server_url.abspath); in get_miniroot() 1086 strlcpy(server_url.abspath, urlstr, plen) >= plen) { in get_miniroot()
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | abspath.c | 49 abspath(char *path, char *dot, string *to) in abspath() function
|
H A D | mapfile-vers | 65 abspath;
|
/titanic_41/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 94 return os.path.abspath(os.path.join(p.readlines()[0], 190 c = os.path.abspath(os.path.join(root, path)).split(os.path.sep) 191 s = os.path.abspath(here).split(os.path.sep)
|
/titanic_41/usr/src/lib/libmail/ |
H A D | Makefile.com | 31 OBJECTS= abspath.o casncmp.o copystream.o delempty.o \
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devfsmap.c | 1483 char *abspath, *minor; in is_dev_in_vfstab() local 1507 if ((abspath = strstr(physpath, in is_dev_in_vfstab() 1516 abspath = physpath; in is_dev_in_vfstab() 1521 abspath += sizeof (SLASH_DEVICES_SLASH) - 2; in is_dev_in_vfstab() 1523 if ((minor = strrchr(abspath, ':')) != NULL) in is_dev_in_vfstab() 1526 if (strcmp(nodepath, abspath) == 0) { in is_dev_in_vfstab()
|
H A D | devinfo_devlink.c | 1194 char abspath[PATH_MAX]; in link2minor() local 1260 size_t n = sizeof (abspath); in link2minor() 1261 if (strlcpy(abspath, link, n) >= n) in link2minor() 1263 p = strrchr(abspath, '/') + 1; in link2minor() 1265 n = sizeof (abspath) - strlen(p); in link2minor() 1269 if (strlcpy(abspath, buf, sizeof (abspath)) >= in link2minor() 1270 sizeof (abspath)) in link2minor() 1273 if (!device_exists(abspath)) in link2minor()
|
/titanic_41/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 80 static int abspath(char *, char *, char *); 798 if (abspath(cwd, path, scratch) < 0) in findmntent() 854 abspath(char *wd, char *raw, char *canon) in abspath() function
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgweb.c | 1925 if ((http_head_request(ps->hps, ps->url.abspath)) != 0) { in web_send_request() 1969 if (http_get_range_request(ps->hps, ps->url.abspath, in web_send_request() 2021 if ((http_get_request(ps->hps, ps->url.abspath)) in web_send_request() 2195 if ((bname = get_endof_string(ps->url.abspath, '/')) == NULL) { in web_get_file() 2198 gettext(ERR_PARSE_URL), ps->url.abspath); in web_get_file() 2713 if (ps->url.abspath) in get_unique_filename() 2714 if (strlcat(buf, ps->url.abspath, PATH_MAX) >= PATH_MAX) in get_unique_filename()
|
/titanic_41/usr/src/test/test-runner/cmd/ |
H A D | run.py | 767 setattr(parser.values, option.dest, os.path.abspath(value)) 813 options.pathnames = [os.path.abspath(path) for path in pathnames]
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 990 char abspath[MAXPATHLEN], *slashp, *slashp_next; in valid_mount_path() local 1012 if (snprintf(abspath, sizeof (abspath), in valid_mount_path() 1013 "%s%s/", rootpath, dir) >= sizeof (abspath)) { in valid_mount_path() 1023 slashp = &abspath[strlen(rootpath)]; in valid_mount_path() 1030 rv = valid_mount_point(zlogp, abspath, B_FALSE); in valid_mount_path() 1033 rv = valid_mount_point(zlogp, abspath, B_TRUE); in valid_mount_path()
|
/titanic_41/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 1275 backup = os.path.abspath(backup)
|