Searched refs:iniFile (Results 1 – 2 of 2) sorted by relevance
/reactos/base/services/tftpd/ |
H A D | tftpd.cpp | 37 char iniFile[_MAX_PATH]; variable 1812 sprintf(iniFile, "%s.ini", extbuff); in init() 1829 else if ((f = openSection("LOGGING", 1, iniFile))) in init() 1878 if ((f = openSection("HOME", 1, iniFile))) in init() 1970 if ((f = openSection("TFTP-OPTIONS", 1, iniFile))) in init() 2059 if ((f = openSection("ALLOWED-CLIENTS", 1, iniFile))) in init() 2269 if ((f = openSection("LISTEN-ON", 1, iniFile))) in init()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | profile.c | 39 LPCSTR iniFile; member 82 profileInt[i].iniFile); in test_profile_int() 85 profileInt[i].defaultVal, profileInt[i].iniFile); in test_profile_int()
|