Searched defs:rpath (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_fopen.c91 char *rpath; local
95 rpath = NULL;
141 DB_APP_DATA, NULL, path, 0, NULL, &rpath)) != 0)
143 if ((ret = __db_open(rpath,
146 __db_err(dbenv, "%s: %s", rpath, strerror(ret));
163 if ((ret = __os_ioinfo(rpath,
165 __db_err(dbenv, "%s: %s", rpath, strerror(ret));
173 rpath);
191 if ((ret = __os_fileid(dbenv, rpath, 0, idbuf)) != 0)
264 if (__db_mapfile(rpath,
[all...]
H A Dmp_bh.c555 char *rpath; local
576 NULL, R_ADDR(dbmp, mfp->path_off), 0, NULL, &rpath)) != 0)
578 if (__db_open(rpath, 0, 0, 0, &fd) != 0) {
588 __os_freestr(rpath);
/osnet-11/usr/src/grub/grub2/util/ieee1275/
H A Dofpath.c138 char *rpath = xmalloc (PATH_MAX); local
142 if (!realpath (sysfs_path, rpath))
145 strcat(rpath, "/device");
147 if (!realpath (rpath, sysfs_path))
148 grub_util_error (_("cannot get the real path of `%s'"), rpath);
150 free (rpath);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c202 char *rpath; local
209 rpath = alloca(len + 2);
210 (void) snprintf(rpath, len + 2, "%s/", rootdir);
212 rpath = (char *)rootdir;
214 thp->th_rootdir = topo_hdl_strdup(thp, rpath);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dpath.c80 int path_xattr(Shell_t *shp, const char *path, char *rpath) argument
86 if(!rpath)
87 rpath = resolvedpath;
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c280 char *rpath; local
288 if ((rpath = malloc(strlen(physpath) + 1)) == NULL) {
293 (void) strcpy(rpath, physpath);
297 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
298 (void) memmove(rpath, rpath + len,
299 strlen(rpath + len) + 1);
303 if ((cp = GET_DYN(rpath)) != NULL) {
308 if ((cp = strrchr(rpath, ':')) == NULL) {
309 free(rpath);
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c1328 char *rpath; /* translated return path */ local
1393 rpath = remotename(p, m, RF_SENDERADDR|RF_CANONICAL, &rcode, e);
1394 if (strlen(rpath) > MAXNAME)
1396 rpath = shortenstring(rpath, MAXSHORTSTR);
1400 syserr("remotename: huge return path %s", rpath);
1402 rpath = sm_rpool_strdup_x(e->e_rpool, rpath);
1403 macdefine(&e->e_macro, A_PERM, 'g', rpath);
1422 *pvp++ = rpath;
[all...]
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1924 char *cp, *rpath; local
1930 if ((rpath = config_calloc_check(1, strlen(physpath) + 1,
1935 (void) strcpy(rpath, physpath);
1939 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
1940 (void) memmove(rpath, rpath + len,
1941 strlen(rpath + len) + 1);
1945 if ((cp = GET_DYN(rpath)) != NULL) {
1950 if ((cp = strrchr(rpath, ':')) != NULL) {
1965 wnode = di_lookup_node(rnode, rpath);
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2023 char path[MAXPATHLEN], zonepath[MAXPATHLEN], rpath[MAXPATHLEN]; local
2040 if ((res = resolvepath(zonepath, rpath, sizeof (rpath))) == -1) {
2051 rpath[res] = '\0';
2052 if (strcmp(zonepath, rpath) != 0) {
2053 if ((error = zonecfg_set_zonepath(handle, rpath)) != Z_OK)

Completed in 72 milliseconds