/netbsd-src/external/bsd/unbound/dist/winrc/ |
H A D | w_inst.c | 191 SC_HANDLE scm; in wsvc_install() local 220 scm = OpenSCManager(NULL, NULL, (int)SC_MANAGER_CREATE_SERVICE); in wsvc_install() 221 if(!scm) fatal_win(out, "could not OpenSCManager"); in wsvc_install() 223 scm, in wsvc_install() 238 CloseServiceHandle(scm); in wsvc_install() 242 CloseServiceHandle(scm); in wsvc_install() 251 SC_HANDLE scm; in wsvc_remove() local 254 scm = OpenSCManager(NULL, NULL, (int)SC_MANAGER_ALL_ACCESS); in wsvc_remove() 255 if(!scm) fatal_win(out, "could not OpenSCManager"); in wsvc_remove() 256 sv = OpenService(scm, SERVICE_NAME, DELETE); in wsvc_remove() [all …]
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | main_winsvc.c | 256 SC_HANDLE svc, scm; in register_service() local 261 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in register_service() 262 if (!scm) { in register_service() 267 svc = CreateService(scm, WPASVC_NAME, WPASVC_DISPLAY_NAME, in register_service() 274 CloseServiceHandle(scm); in register_service() 287 CloseServiceHandle(scm); in register_service() 297 SC_HANDLE svc, scm; in unregister_service() local 302 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in unregister_service() 303 if (!scm) { in unregister_service() 308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE); in unregister_service() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | lang-guile | 11 cat <<\EOF > prog.scm 29 ${XGETTEXT} -o prog.pot --omit-header --no-location prog.scm 139 LANGUAGE= LC_ALL=$LOCALE_FR guile -s prog.scm 2 > prog.out || exit 1 143 LANGUAGE= LC_ALL=$LOCALE_FR_UTF8 guile -s prog.scm 2 > prog.out || exit 1
|
H A D | xgettext-scheme-1 | 9 cat <<EOF > xg-sc-1.scm 22 -d xg-sc-1 xg-sc-1.scm
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/po/ |
H A D | zh_TW.po | 16 #: hello.scm:16 20 #: hello.scm:18
|
H A D | zh_HK.po | 16 #: hello.scm:16 20 #: hello.scm:18
|
H A D | el.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | sr.po | 16 #: hello.scm:16 20 #: hello.scm:18
|
H A D | ja.po | 16 #: hello.scm:16 20 #: hello.scm:18
|
H A D | uk.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | af.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | nl.po | 18 #: hello.scm:16 22 #: hello.scm:18
|
H A D | zh_CN.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | sv.po | 16 #: hello.scm:16 20 #: hello.scm:18
|
H A D | ga.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | hu.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | vi.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | it.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | sk.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | tr.po | 17 #: hello.scm:16 21 #: hello.scm:18
|
H A D | id.po | 18 #: hello.scm:16 22 #: hello.scm:18
|
H A D | ru.po | 19 #: hello.scm:16 23 #: hello.scm:18
|
H A D | fr.po | 18 #: hello.scm:16 22 #: hello.scm:18
|
H A D | de.po | 19 #: hello.scm:16 23 #: hello.scm:18
|
H A D | ca.po | 18 #: hello.scm:16 22 #: hello.scm:18
|