Searched refs:UNITSFILE (Results 1 – 1 of 1) sorted by relevance
33 #ifndef UNITSFILE34 #define UNITSFILE "/usr/share/misc/definitions.units" macro132 unitfile = fopen(UNITSFILE, "r"); in readunits()142 "%s/%s", direc, UNITSFILE); in readunits()150 errx(1, "can't find units file '%s'", UNITSFILE); in readunits()796 if (access(UNITSFILE, F_OK) == 0) in main()797 printf("%s\n", UNITSFILE); in main()