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

/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c122 char *phone_num = (char *) 0; variable
246 if (phone_num != NULL)
247 free(phone_num);
248 phone_num = copy_of(optarg);
616 if (sending && phone_num) {
617 for ( phchar = phone_num; *phchar != '\0'; phchar++)

Completed in 112 milliseconds