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

/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c123 char *phone_num2 = (char *) 0; variable
252 if (phone_num2 != NULL)
253 free(phone_num2);
254 phone_num2 = copy_of(optarg);
627 if (sending && phone_num2) {
628 for ( phchar = phone_num2; *phchar != '\0'; phchar++)

Completed in 385 milliseconds