/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | map_conv.c | 153 char *map_path; /* Qualified map name */ local 175 map_path = (char *)am(myself, strlen(domain) + strlen(map_name) + 177 if (NULL == map_path) { 182 strcpy(map_path, ypdbpath); 183 add_separator(map_path); 184 strcat(map_path, domain); 185 add_separator(map_path); 186 strcat(map_path, map_name); 189 dbm = dbm_open(map_path, O_RDONLY, 0644); 192 sfree(map_path); 357 char *map_path; local [all...] |
H A D | map_ctrl.c | 104 map->map_path = NULL; 148 map->map_path = (char *)strdup(name); 149 if (NULL == map->map_path) { 229 map->ttl_path = (char *)am(myself, strlen(map->map_path) + 238 strcpy(map->ttl_path, map->map_path); 305 new_map = create_map_ctrl(old_map->map_path); 348 if (NULL != map->map_path) { 349 sfree(map->map_path); 350 map->map_path = NULL; 475 map->entries = dbm_open(map->map_path, ma [all...] |
H A D | dit_access.c | 650 if (SUCCESS != alloc_temp_names(map->map_path, 654 myself, map->map_path); 943 rename_map(temp_entries, map->map_path, secure_flag); 1221 (strlen(map->map_path) - strlen(map->map_name)) + 1224 (strlen(map->map_path) - strlen(map->map_name)) + 1242 strlcpy(cmdbuf, map->map_path, strlen(map->map_path) - 1265 strncat(cmdbuf, map->map_path, strlen(map->map_path) - 1276 strncat(cmdbuf, map->map_path, strle [all...] |
H A D | shim.h | 60 char *map_path; /* Full qualified path to map */ member in struct:__anon3661
|
H A D | shim.c | 415 map->entries = dbm_open(map->map_path, map->open_flags,
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | cfext.h | 74 char *map_path; /* as read from the pkgmap */ member in struct:cfextra
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | procmap.c | 63 char **client_path, char **map_path, int mapflag, 92 char **server_path, char **client_path, char **map_path, int mapflag, 136 map_path, 205 static char *server_path, *client_path, *map_path; local 252 &server_path, &client_path, &map_path, 91 procassign(struct cfent *ept, char **server_local, char **client_local, char **server_path, char **client_path, char **map_path, int mapflag, int nc) argument
|
H A D | pkgobjmap.c | 63 char **client_path, char **map_path, int mapflag, 96 char **server_path, char **client_path, char **map_path, int mapflag, 141 map_path, 242 map_path_os = ((ptrdiff_t)ext->map_path - 255 ext->map_path = (ext->cf_ent.path + map_path_os); 343 &(ext->map_path), 728 tp->map_path = el_ent->map_path; 95 pkgobjassign(struct cfent *ept, char **server_local, char **client_local, char **server_path, char **client_path, char **map_path, int mapflag, int nc) argument
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 271 if (absolutepath(ext->map_path) == B_TRUE && 281 relocpath ? relocpath : ext->map_path); 286 ext->map_path); 343 (void) fputs(ext->map_path, listfp); 402 if (absolutepath(ext->map_path) == B_TRUE && 412 relocpath ? relocpath : ext->map_path); 417 ext->map_path); 520 pkginst, ext->map_path); 1052 tmp_ptr = extlist[i]->map_path; 1079 *srcp = extlist[i]->map_path; [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | removef.c | 107 &(new->map_path), path);
|
H A D | installf.c | 169 &(ext->map_path), argv[n++]) == 0)
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 129 char map_path[MAXPATHLEN]; local 154 (void) snprintf(map_path, sizeof (map_path), 159 if ((fd = open(map_path, O_RDWR | O_CREAT | O_EXCL,
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3887 char map_path[MAXPATHLEN]; local 3903 (void) snprintf(map_path, sizeof (map_path), 3908 if ((fd = open(map_path, O_RDWR | O_CREAT | O_EXCL,
|