Home
last modified time | relevance | path

Searched refs:temp_string (Results 1 – 3 of 3) sorted by relevance

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