Searched refs:execute (Results 1 - 25 of 243) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dexecute.h32 It is recommended that no signal is blocked or ignored while execute()
34 extern int execute (const char *progname,
H A Djavaexec.c28 #include "execute.h"
211 exitstatus = execute ("gij", "gij", argv, false, false, true, true,
264 exitstatus = execute ("java", "java", argv, false, false, true, true,
318 exitstatus = execute ("jre", "jre", argv, false, false, true, true,
375 exitstatus = execute ("jview", "jview", argv, false, false, true, true,
H A Dcsharpexec.c27 #include "execute.h"
111 exitstatus = execute ("ilrun", "ilrun", argv, false, false, true, true,
181 exitstatus = execute ("mono", "mono", argv, false, false, true, true,
242 exitstatus = execute ("clix", "clix", argv, false, false, true, true,
H A Dcsharpcomp.c29 #include "execute.h"
85 exitstatus = execute ("cscc", "cscc", argv, false, false, true, true,
153 exitstatus = execute ("cscc", "cscc", argv, false, false, false, false,
488 exitstatus = execute ("csc", "csc", argv, false, false, false, false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Drun-test.sh34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-ids || die "test-ids failed"
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch failed"
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout failed"
43 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-threads-init failed"
46 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserver-client || die "test-privserver-client failed"
49 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-shutdown || die "test-shutdown failed"
60 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-autolaunch || die "test-autolaunch failed"
H A Drun-test-systemserver.sh34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/tools/dbus-send --print-reply --dest=org.freedesktop.DBus.TestSuiteEchoService /org/freedesktop/TestSuite org.freedesktop.TestSuite.Echo string:hi >echo-error-output.tmp 2>&1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dlibgrep.h38 size_t (*execute) (const void *compiled_pattern, member in struct:__anon6652
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c294 /* execute() returns 1 for success and 0 for failure */
295 static int execute(const char *command, struct interface_defn_t *ifd, execfn *exec) function
321 result = execute("ip addr add ::1 dev %iface%", ifd, exec);
322 result += execute("ip link set %iface% up", ifd, exec);
325 return execute("ifconfig %iface% add ::1", ifd, exec);
332 return execute("ip link set %iface% down", ifd, exec);
334 return execute("ifconfig %iface% del ::1", ifd, exec);
342 result = execute("ip addr add %address%/%netmask% dev %iface%[[ label %label%]]", ifd, exec);
343 result += execute("ip link set[[ mtu %mtu%]][[ address %hwaddress%]] %iface% up", ifd, exec);
345 result += execute("[[i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Durlget.c39 #include "execute.h"
233 return execute (progname, prog_path, prog_argv, true, true, false, false,
291 exitstatus = execute ("wget", "wget", argv, false, false, true, true,
308 exitstatus = execute ("wget", "wget", argv, true, false, false, false,
334 exitstatus = execute ("lynx", "lynx", argv, false, false, true, true,
349 exitstatus = execute ("lynx", "lynx", argv, true, false, false, false,
375 exitstatus = execute ("curl", "curl", argv, false, false, true, true,
390 exitstatus = execute ("curl", "curl", argv, true, false, false, false,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sync.h52 int (*execute)(struct xfs_inode *ip, struct xfs_perag *pag, int flags),
H A Dxfs_sync.c84 int (*execute)(struct xfs_inode *ip,
115 /* execute releases pag->pag_ici_lock */
116 error = execute(ip, pag, flags);
175 int (*execute)(struct xfs_inode *ip,
191 error = xfs_inode_ag_walk(mp, pag, execute, flags, tag,
367 * two phases to execute. This first phase is syncing the data before we
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dindex.py130 ret = c.execute("DROP TABLE IF EXISTS %s" % (name))
135 ret = c.execute(TABLES[name])
147 nbtables = c.execute("show tables")
163 ret = c.execute("SELECT count(*) from %s" % table);
169 ret = c.execute("repair table %s" % table);
171 ret = c.execute("SELECT count(*) from %s" % table);
179 ret = c.execute("GRANT SELECT ON xmlsoft.* TO nobody@localhost")
180 ret = c.execute("GRANT INSERT,SELECT,UPDATE ON xmlsoft.Queries TO nobody@localhost")
215 ret = c.execute(
220 ret = c.execute(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py130 ret = c.execute("DROP TABLE IF EXISTS %s" % (name))
135 ret = c.execute(TABLES[name])
147 nbtables = c.execute("show tables")
163 ret = c.execute("SELECT count(*) from %s" % table);
169 ret = c.execute("repair table %s" % table);
171 ret = c.execute("SELECT count(*) from %s" % table);
179 ret = c.execute("GRANT SELECT ON xmlsoft.* TO nobody@localhost")
180 ret = c.execute("GRANT INSERT,SELECT,UPDATE ON xmlsoft.Queries TO nobody@localhost")
215 ret = c.execute(
220 ret = c.execute(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c33 int execute(char **argv) { function
116 if (execute(argv)) {
117 ERROR("execute", "Unable to execute: `%s'.", argv[0]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c50 bool execute; member in struct:init_exec
432 if (dev_priv->vbios.execute) {
491 if (bios->execute && dev_priv->card_type < NV_50) {
498 if (bios->execute) {
542 if (!bios->execute)
659 if (dev_priv->vbios.execute) {
690 if (bios->execute) {
909 if (!iexec->execute)
949 /* no iexec->execute check by design */
957 * count - 1, as the script block will execute onc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcommand.tex52 Override this member function to execute the appropriate action when called.
67 Override this member function to un-execute a previous Do.
83 and data are complex, and an `inverse execute' operation is hard to write.
H A Dstopwtch.tex9 wxLogMessage("The long running function took %ldms to execute",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A DMakefile.am171 libtool --mode=execute valgrind ./avahi-test
174 libtool --mode=execute gdb ./avahi-test
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A DMakefile.am171 libtool --mode=execute valgrind ./avahi-test
174 libtool --mode=execute gdb ./avahi-test
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fade.c326 ctx->internal->execute(ctx, filter_slice_alpha, frame, NULL,
329 ctx->internal->execute(ctx, filter_slice_rgb, frame, NULL,
333 ctx->internal->execute(ctx, filter_slice_luma, frame, NULL,
338 ctx->internal->execute(ctx, filter_slice_chroma, frame, NULL,
H A Dinternal.h161 avfilter_execute_func *execute; member in struct:AVFilterInternal
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddynamic_loader.h461 * Function execute
473 int (*execute) (struct dynamic_loader_initialize *thisptr, member in struct:dynamic_loader_initialize
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.h187 unsigned execute : 3; member in struct:nsk_file_attrs_def
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.h187 unsigned execute : 3; member in struct:nsk_file_attrs_def
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Datom.c683 int execute = 0, target = U16(*ptr); local
689 execute = ctx->ctx->cs_above;
692 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal;
695 execute = 1;
698 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal);
701 execute = !ctx->ctx->cs_above;
704 execute = ctx->ctx->cs_equal;
707 execute = !ctx->ctx->cs_equal;
711 SDEBUG(" taken: %s\n", execute ? "yes" : "no");
713 if (execute) {
[all...]

Completed in 123 milliseconds

12345678910