Lines Matching refs:sfd
412 FILE *sfd;421 sfd = NULL;471 sfd = fdopen(fd, "r");472 if (sfd == NULL) {477 p = fgetln(sfd, &linelen);532 sfd = fdopen(fd, "r");533 if (sfd == NULL) {538 p = fgetln(sfd, &linelen);591 if (sfd != NULL)592 fclose(sfd);