Searched defs:proto_fp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dproto_list.c233 FILE *proto_fp; local
240 if ((proto_fp = fopen(pname, "r")) == NULL) {
249 while (get_line(proto_fp, line_vec)) {
264 (void) fclose(proto_fp);
H A Dprotodir.c456 FILE *proto_fp; local
460 if ((proto_fp = fopen(protofile, "r")) == NULL) {
469 while (fgets(buf, BUFSIZ, proto_fp)) {
533 (void) fclose(proto_fp);
562 FILE *proto_fp; local
567 if ((proto_fp = fopen(protofile, "r")) == NULL) {
576 while (fgets(buf, BUFSIZ, proto_fp))
617 (void) fclose(proto_fp);

Completed in 45 milliseconds