Searched defs:temp_string (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dsw/
H A Diicpshd.c348 char *temp_string = malloc(len-1); local
351 temp_string[j] = real_bitmap[i];
356 (void) strcpy(real_bitmap, temp_string);
357 free(temp_string);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c70 char *temp_string = NULL; local
183 temp_string = getenv("FTP_LS_SENDS_NLST");
184 if (temp_string == NULL) { /* env var not set */
194 temp_string = defread("FTP_LS_SENDS_NLST=");
198 if (temp_string != NULL &&
199 strncasecmp(temp_string, "n", 1) == 0)
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c218 char *temp_string; local
228 temp_string = data->d_buf;
235 char c = *temp_string++;
414 char *temp_string = str; local
446 while ((c = *(temp_string++)) != '\0' &&

Completed in 107 milliseconds