Searched refs:OCTAL_BASE (Results 1 – 3 of 3) sorted by relevance
42 #define OCTAL_BASE 8 macro
91 config->mode = strtoul(items[1], NULL, OCTAL_BASE); // mode in ParseDeviceConfig()137 config->mode = strtoul(items[2], NULL, OCTAL_BASE); // mode in ParseSysfsConfig()
462 sockopt->perm = strtoul(stringValue, 0, OCTAL_BASE); in AddServiceSocket()543 fileOpt->perm = strtoul(opt[SERVICE_FILE_PERM], 0, OCTAL_BASE); in AddServiceFile()