Lines Matching refs:tmp
1138 char *tmp = cgroup_rename_nsgroup((const char *)info_ptr->designated_mount_point->mount_point,
1140 if (!tmp)
1143 info_ptr->cgroup_path = tmp;
1147 tmp = strdup(tmp);
1148 if (!tmp)
1150 info_ptr->created_paths[info_ptr->created_paths_count++] = tmp;
2242 char *childfile, *parentfile = NULL, *tmp;
2264 tmp = strrchr(parentfile, '/');
2265 if (!tmp)
2267 if (tmp == parentfile)
2268 tmp++; /* keep the '/' at the start */
2269 *tmp = '\0';
2270 tmp = parentfile;
2271 parentfile = cgroup_to_absolute_path(mp, tmp, name);
2272 free(tmp);