Home
last modified time | relevance | path

Searched refs:scm (Results 1 – 25 of 185) sorted by relevance

12345678

/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dw_inst.c191 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 Dmain_winsvc.c256 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 Dlang-guile11 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 Dxgettext-scheme-19 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 Dzh_TW.po16 #: hello.scm:16
20 #: hello.scm:18
H A Dzh_HK.po16 #: hello.scm:16
20 #: hello.scm:18
H A Del.po17 #: hello.scm:16
21 #: hello.scm:18
H A Dsr.po16 #: hello.scm:16
20 #: hello.scm:18
H A Dja.po16 #: hello.scm:16
20 #: hello.scm:18
H A Duk.po17 #: hello.scm:16
21 #: hello.scm:18
H A Daf.po17 #: hello.scm:16
21 #: hello.scm:18
H A Dnl.po18 #: hello.scm:16
22 #: hello.scm:18
H A Dzh_CN.po17 #: hello.scm:16
21 #: hello.scm:18
H A Dsv.po16 #: hello.scm:16
20 #: hello.scm:18
H A Dga.po17 #: hello.scm:16
21 #: hello.scm:18
H A Dhu.po17 #: hello.scm:16
21 #: hello.scm:18
H A Dvi.po17 #: hello.scm:16
21 #: hello.scm:18
H A Dit.po17 #: hello.scm:16
21 #: hello.scm:18
H A Dsk.po17 #: hello.scm:16
21 #: hello.scm:18
H A Dtr.po17 #: hello.scm:16
21 #: hello.scm:18
H A Did.po18 #: hello.scm:16
22 #: hello.scm:18
H A Dru.po19 #: hello.scm:16
23 #: hello.scm:18
H A Dfr.po18 #: hello.scm:16
22 #: hello.scm:18
H A Dde.po19 #: hello.scm:16
23 #: hello.scm:18
H A Dca.po18 #: hello.scm:16
22 #: hello.scm:18

12345678