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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/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 26 milliseconds