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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/Documentation/
H A Diio_utils.h39 FILE *nameFile; local
73 nameFile = fopen(filename, "r");
74 if (!nameFile)
77 fscanf(nameFile, "%s", thisname);
80 fclose(nameFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf_writer_util.c122 sprintf(rt->nameFile, "%s/names.tdb", rt->dbDir);
126 rt->cnames = tdb_open(rt->nameFile, 0, TDB_CLEAR_IF_FIRST, O_RDWR | O_CREAT, 0644);
H A Dperf.h164 char nameFile[PATH_MAX]; member in struct:runtime_settings

Completed in 72 milliseconds