Home
last modified time | relevance | path

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

123456

/third_party/glib/gio/
Dgunixconnection.c89 GSocketControlMessage *scm; in g_unix_connection_send_fd() local
95 scm = g_unix_fd_message_new (); in g_unix_connection_send_fd()
97 if (!g_unix_fd_message_append_fd (G_UNIX_FD_MESSAGE (scm), fd, error)) in g_unix_connection_send_fd()
99 g_object_unref (scm); in g_unix_connection_send_fd()
104 if (g_socket_send_message (socket, NULL, NULL, 0, &scm, 1, 0, cancellable, error) != 1) in g_unix_connection_send_fd()
108 g_object_unref (scm); in g_unix_connection_send_fd()
114 g_object_unref (scm); in g_unix_connection_send_fd()
324 GSocketControlMessage *scm; in g_unix_connection_send_credentials() local
343 scm = g_unix_credentials_message_new_with_credentials (credentials); in g_unix_connection_send_credentials()
348 scm = NULL; in g_unix_connection_send_credentials()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
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 …]
/third_party/gettext/gettext-tools/tests/
Dlang-guile8 cat <<\EOF > prog.scm
25 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.scm || Exit 1
133 …LANGUAGE= LC_ALL=$LOCALE_FR guile -s prog.scm 2 > prog.out 2>prog.err || { cat prog.err 1>&2; Exit…
139 …LANGUAGE= LC_ALL=$LOCALE_FR_UTF8 guile -s prog.scm 2 > prog.out 2>prog.err || { cat prog.err 1>&2;…
Dxgettext-scheme-36 cat <<\EOF > xg-sc-3.scm
18 -d xg-sc-3.tmp xg-sc-3.scm || Exit 1
Dxgettext-scheme-16 cat <<EOF > xg-sc-1.scm
18 -d xg-sc-1.tmp xg-sc-1.scm || Exit 1
Dxgettext-scheme-26 cat <<EOF > xg-sc-2.scm
Dxgettext-scheme-46 cat <<EOF > xg-sc-4.scm
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1806 SC_HANDLE svc, scm; in startService() local
1808 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in startService()
1809 if (!scm) { in startService()
1814 svc = OpenService(scm, WPASVC_NAME, SERVICE_START); in startService()
1817 CloseServiceHandle(scm); in startService()
1827 CloseServiceHandle(scm); in startService()
1833 SC_HANDLE svc, scm; in stopService() local
1836 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in stopService()
1837 if (!scm) { in stopService()
1842 svc = OpenService(scm, WPASVC_NAME, SERVICE_STOP); in stopService()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1791 SC_HANDLE svc, scm; in startService() local
1793 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in startService()
1794 if (!scm) { in startService()
1799 svc = OpenService(scm, WPASVC_NAME, SERVICE_START); in startService()
1802 CloseServiceHandle(scm); in startService()
1812 CloseServiceHandle(scm); in startService()
1818 SC_HANDLE svc, scm; in stopService() local
1821 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in stopService()
1822 if (!scm) { in stopService()
1827 svc = OpenService(scm, WPASVC_NAME, SERVICE_STOP); in stopService()
[all …]
/third_party/f2fs-tools/
DREADME.OpenSource8 …"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/…
17 …"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/…
/third_party/gettext/gettext-tools/examples/hello-guile/
Dconfigure.ac7 AC_CONFIG_SRCDIR([hello.scm])
36 AC_CONFIG_FILES([hello:hello.scm], [chmod a+x hello])
/third_party/mesa3d/src/tool/pps/cfg/
Dsystem.cfg29 ftrace_events: "scm/scm_call_start"
30 ftrace_events: "scm/scm_call_end"
/third_party/pixman/
DREADME24 http://www.kernel.org/pub/software/scm/git/docs/everyday.html
29 http://git-scm.com/documentation
67 http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#patch-series
/third_party/ltp/
D.gitmodules3 url = git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
/third_party/vulkan-headers/
D.gitattributes1 # See https://git-scm.com/docs/gitattributes
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dindex.rst31 git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
33 You can also `browse the Git repository <https://git.kernel.org/pub/scm/devel/sparse/sparse.git>`_
Dsubmitting-patches.md12 git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm_test.sh32 wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qcom/a530_pf…
/third_party/python/Lib/test/
Dtest_platform.py190 for (version_tag, scm, sys_platform), info in \
193 if scm is None:
197 sys._git = scm
/third_party/gn/
D.mailmap17 # https://git-scm.com/docs/gitmailmap for format details.
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakefile.amiga22 LDLIBS= libpng.lib libgz.lib LIB:scm.lib LIB:sc.lib Lib:amiga.lib
/third_party/libpng/scripts/
Dmakefile.amiga22 LDLIBS= libpng.lib libgz.lib LIB:scm.lib LIB:sc.lib Lib:amiga.lib
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.amiga22 LDLIBS= libpng.lib libgz.lib LIB:scm.lib LIB:sc.lib Lib:amiga.lib
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
DREADME.md9 - [Git](https://git-scm.com/downloads) >= 2.28.0

123456