Lines Matching defs:tmp
113 char **tmp;
115 tmp = OPENSSL_realloc(arg->argv, sizeof(*arg->argv) * arg->size);
116 if (tmp == NULL)
118 arg->argv = tmp;
259 char *tmp, tpass[APP_PASS_LEN];
266 tmp = getenv(arg + 4);
267 if (tmp == NULL) {
271 return OPENSSL_strdup(tmp);
319 tmp = strchr(arg, ':');
320 if (tmp == NULL || tmp - arg > PASS_SOURCE_SIZE_MAX)
327 (int)(tmp - arg + 1), arg);
340 tmp = strchr(tpass, '\n');
341 if (tmp != NULL)
342 *tmp = 0;