Searched refs:temp_string (Results 1 – 3 of 3) sorted by relevance
70 char *temp_string = NULL; in main() local183 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()
348 char *temp_string = malloc(len-1); in convert_to_blockdevice() local351 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()
218 char *temp_string; in doprint() local228 temp_string = data->d_buf; in doprint()235 char c = *temp_string++; in doprint()414 char *temp_string = str; in compress() local446 while ((c = *(temp_string++)) != '\0' && in compress()