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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c30 struct stat fileAttr; local
50 if (stat (argv[j + 1], &fileAttr) != 0) {
69 XMLBuf = malloc (fileAttr.st_size);
70 fileSize = fread (XMLBuf, sizeof (char), fileAttr.st_size, fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c30 struct stat fileAttr; local
50 if (stat (argv[j + 1], &fileAttr) != 0) {
69 XMLBuf = malloc (fileAttr.st_size);
70 fileSize = fread (XMLBuf, sizeof (char), fileAttr.st_size, fd);

Completed in 47 milliseconds