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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConnector.cpp369 char temp_str[512]; local
373 fgets(temp_str, 512, stdin);
374 temp_str[strlen(temp_str)-1] = '\0';
375 pass_plain = char2unicode(temp_str);
H A DOtherFunctions.cpp1210 char temp_str[512]; local
1214 fgets(temp_str, 512, stdin);
1215 temp_str[strlen(temp_str)-1] = '\0';
1216 pass_plain = char2unicode(temp_str);

Completed in 115 milliseconds