Home
last modified time | relevance | path

Searched refs:_path (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/sgs/libld/common/
H A Dldlibs.c178 char *_path, path[PATH_MAX + 2]; in find_lib_name() local
204 if ((_path = libld_malloc(strlen(path) + 1)) == NULL) in find_lib_name()
206 (void) strcpy(_path, path); in find_lib_name()
208 open_ret = ld_process_open(_path, &_path[dlen], &fd, in find_lib_name()
234 if ((_path = libld_malloc(strlen(path) + 1)) == NULL) in find_lib_name()
236 (void) strcpy(_path, path); in find_lib_name()
238 open_ret = ld_process_open(_path, &_path[dlen], &fd, ofl, in find_lib_name()
H A Dfiles.c3480 char *_path; in process_req_lib() local
3482 if ((_path = libld_malloc(strlen(path) + 1)) == NULL) in process_req_lib()
3484 (void) strcpy(_path, path); in process_req_lib()
3485 open_ret = ld_process_open(_path, &_path[dlen], &fd, ofl, in process_req_lib()
/onnv-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c1194 char _path[PATH_MAX]; in fullpath() local
1213 if (getcwd(_path, (PATH_MAX - 2 - size)) != NULL) { in fullpath()
1214 (void) strcat(_path, MSG_ORIG(MSG_STR_SLASH)); in fullpath()
1215 (void) strcat(_path, name); in fullpath()
1216 path = _path; in fullpath()
1224 if ((rsize = resolvepath(path, _path, (PATH_MAX - 1))) > 0) { in fullpath()
1225 _path[rsize] = '\0'; in fullpath()
1226 path = _path; in fullpath()