Searched refs:tmp_string (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dcmd.c317 char *tmp_string; local
363 tmp_string =
367 if (tmp_string == NULL) {
380 snprintf(tmp_string, (size_t)(len +
385 ret_val = strdup(tmp_string);
394 (void) free(tmp_string);
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc240 char *tmp_string; local
243 tmp_string = getmem(strlen(tmp_current_path) + 1 +
245 (void) sprintf(tmp_string,
249 argv_zero_string = strdup(tmp_string);
250 retmem_mb(tmp_string);

Completed in 62 milliseconds