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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib569.c45 FILE *idfile = NULL; local
47 idfile = fopen(libtest_arg2, "wb");
48 if(idfile == NULL) {
55 fclose(idfile);
62 fclose(idfile);
98 fprintf(idfile, "Got Session ID: [%s]\n", rtsp_session_id);
118 if(idfile)
119 fclose(idfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dcommon.c733 get_duid(const char *idfile, const char *ifname, argument
741 if ((fp = fopen(idfile, "r")) == NULL && errno != ENOENT)
743 FNAME, idfile);
778 idfile, duidstr(duid));
811 if ((fp = fopen(idfile, "w+")) == NULL) {
826 idfile);

Completed in 49 milliseconds