Searched refs:atcmdfp (Results 1 – 1 of 1) sorted by relevance
2185 FILE *atcmdfp; in ex() local2232 if ((atcmdfp = fopen(at_cmdfile, "r")) == NULL) { in ex()2250 (void) fscanf(atcmdfp, "%*[^\n]\n"); in ex()2251 (void) fscanf(atcmdfp, "%*[^\n]\n"); in ex()2252 if (fscanf(atcmdfp, ": notify by mail: %3s%*[^\n]\n", in ex()2263 if (fscanf(atcmdfp, "\n: project: %d\n", &projid) == 1) { in ex()2266 (void) fclose(atcmdfp); in ex()