Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c141 char *temp_string = NULL; in main() local
254 temp_string = getenv("FTP_LS_SENDS_NLST"); in main()
255 if (temp_string == NULL) { /* env var not set */ in main()
265 temp_string = defread("FTP_LS_SENDS_NLST="); in main()
269 if (temp_string != NULL && in main()
270 strncasecmp(temp_string, "n", 1) == 0) in main()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c221 char *temp_string; in doprint() local
231 temp_string = data->d_buf; in doprint()
238 char c = *temp_string++; in doprint()
417 char *temp_string = str; in compress() local
449 while ((c = *(temp_string++)) != '\0' && in compress()