Home
last modified time | relevance | path

Searched refs:new_mount (Results 1 – 6 of 6) sorted by relevance

/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dipod_init.c246 gchar *mountpoint, *new_mount, *name, *model; in gp_ipod_init() local
311 new_mount = g_strdup ( in gp_ipod_init()
322 if (new_mount && (strlen (new_mount) > 0)) in gp_ipod_init()
324 if (G_IS_DIR_SEPARATOR(new_mount[strlen(new_mount) - 1])) in gp_ipod_init()
326 new_mount[strlen(new_mount) - 1] = 0; in gp_ipod_init()
329 if (!(mountpoint && new_mount && in gp_ipod_init()
330 (strcmp (mountpoint, new_mount) == 0))) in gp_ipod_init()
333 mountpoint = new_mount; in gp_ipod_init()
334 new_mount = NULL; in gp_ipod_init()
341 g_free (new_mount); in gp_ipod_init()
[all …]
/dports/sysutils/fusefs-afuse/afuse-0.4.1/src/
H A Dafuse.c312 mount_list_t *new_mount;
316 new_mount->mount_point = mount_point;
318 new_mount->next = mount_list;
319 new_mount->prev = NULL;
320 new_mount->fd_list = NULL;
321 new_mount->dir_list = NULL;
322 new_mount->auto_unmount_time = INT64_MAX;
324 mount_list->prev = new_mount;
326 mount_list = new_mount;
328 update_auto_unmount(new_mount);
[all …]
/dports/deskutils/baobab/baobab-41.0/src/
H A Dbaobab-location.vala144 var new_mount = volume.get_mount ();
145 if (new_mount != null) {
146 if (new_mount != mount) {
147 mount = new_mount;
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dauth_cmd.c83 char *new_mount = strdup (p+12); in process_header() local
84 if (new_mount) in process_header()
87 auth_user->mount = new_mount; in process_header()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dvehicle.cpp2106 point new_mount; in remove_carried_vehicle() local
2135 new_mount.x = std::stoi( mount_str ); in remove_carried_vehicle()
2137 new_mount.y = std::stoi( mount_str ); in remove_carried_vehicle()
2139 new_mounts.push_back( new_mount ); in remove_carried_vehicle()
2339 point new_mount = cur_mount; in split_vehicles() local
2341 new_mount = split_mounts[ new_part ]; in split_vehicles()
2343 new_mount -= mnt_offset; in split_vehicles()
2366 new_vehicle->parts.back().mount = new_mount; in split_vehicles()
2373 new_labels.insert( label( new_mount, label_str ) ); in split_vehicles()
2380 new_zones.emplace( new_mount, lz_iter->second ); in split_vehicles()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dvehicle.cpp2106 point new_mount; in remove_carried_vehicle() local
2135 new_mount.x = std::stoi( mount_str ); in remove_carried_vehicle()
2137 new_mount.y = std::stoi( mount_str ); in remove_carried_vehicle()
2139 new_mounts.push_back( new_mount ); in remove_carried_vehicle()
2339 point new_mount = cur_mount; in split_vehicles() local
2341 new_mount = split_mounts[ new_part ]; in split_vehicles()
2343 new_mount -= mnt_offset; in split_vehicles()
2366 new_vehicle->parts.back().mount = new_mount; in split_vehicles()
2373 new_labels.insert( label( new_mount, label_str ) ); in split_vehicles()
2380 new_zones.emplace( new_mount, lz_iter->second ); in split_vehicles()