Searched refs:tmp_fcmd (Results 1 – 1 of 1) sorted by relevance
332 char ** tmp_fcmd = NULL; in fcmd_resolve() local338 tmp_fcmd = (char **) xcalloc (MAX_CMD, sizeof(char *)); in fcmd_resolve()341 tmp_fcmd[0] = xstrdup(fcmd); in fcmd_resolve()342 tmp_fcmd[1] = NULL; in fcmd_resolve()343 *out_fcmd = tmp_fcmd; in fcmd_resolve()344 tmp_fcmd = NULL; in fcmd_resolve()386 tmp_fcmd[i] = xasprintf("%s/%s", tc, fcmd); in fcmd_resolve()392 tmp_fcmd[i] = NULL; in fcmd_resolve()393 *out_fcmd = tmp_fcmd; in fcmd_resolve()394 tmp_fcmd = NULL; in fcmd_resolve()[all …]