Searched refs:run (Results 1 - 25 of 724) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_perm7 run() function
18 run build_windows/include.tcl 664
19 run dist/config.guess 555
20 run dist/config.sub 555
21 run dist/configure 555
22 run dist/install-sh 555
23 run dist/s_all 555
24 run dist/s_apiflags 555
25 run dist/s_brew 555
26 run dis
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/test/
H A DMakefile3 BUILD= faq.html run.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dppp-off15 if [ -r /var/run/$DEVICE.pid ]; then
16 kill -INT `cat /var/run/$DEVICE.pid`
22 rm -f /var/run/$DEVICE.pid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A DMakefile.am165 test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1303.c77 const struct timetest run[] = { variable in typeref:struct:timetest
135 for(i=0; i < sizeof(run)/sizeof(run[0]); i++) {
136 NOW(run[i].now_s, run[i].now_us);
137 TIMEOUTS(run[i].timeout_ms, run[i].connecttimeout_ms);
138 timeout = Curl_timeleft(data, &now, run[i].connecting);
139 if(timeout != run[i].result)
140 fail(run[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dendian.h73 befs_block_run run; local
76 run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group);
77 run.start = le16_to_cpu((__force __le16)n.start);
78 run.len = le16_to_cpu((__force __le16)n.len);
80 run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group);
81 run.start = be16_to_cpu((__force __be16)n.start);
82 run.len = be16_to_cpu((__force __be16)n.len);
84 return run;
90 befs_disk_block_run run; local
93 run
[all...]
H A Ddatastream.c26 befs_blocknr_t blockno, befs_block_run * run);
31 befs_block_run * run);
36 befs_block_run * run);
53 befs_block_run run; local
61 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) {
67 bh = befs_bread_iaddr(sb, run);
93 befs_blocknr_t fblock, befs_block_run * run)
99 err = befs_find_brun_direct(sb, data, fblock, run);
102 err = befs_find_brun_indirect(sb, data, fblock, run);
105 err = befs_find_brun_dblindirect(sb, data, fblock, run);
92 befs_fblock2brun(struct super_block *sb, befs_data_stream * data, befs_blocknr_t fblock, befs_block_run * run) argument
246 befs_find_brun_direct(struct super_block *sb, befs_data_stream * data, befs_blocknr_t blockno, befs_block_run * run) argument
282 befs_find_brun_indirect(struct super_block *sb, befs_data_stream * data, befs_blocknr_t blockno, befs_block_run * run) argument
390 befs_find_brun_dblindirect(struct super_block *sb, befs_data_stream * data, befs_blocknr_t blockno, befs_block_run * run) argument
[all...]
H A Ddatastream.h11 befs_blocknr_t fblock, befs_block_run * run);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/linux/
H A Dminidlna.init.d.script20 start-stop-daemon --start --quiet --pidfile /var/run/minidlna.pid --startas $MINIDLNA -- $ARGS $LSBNAMES
24 start-stop-daemon --stop --quiet --pidfile /var/run/minidlna.pid
29 start-stop-daemon --stop --retry 5 --quiet --pidfile /var/run/minidlna.pid
30 start-stop-daemon --start --quiet --pidfile /var/run/minidlna.pid --startas $MINIDLNA -- $ARGS $LSBNAMES
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/linux/
H A Dminidlna.init.d.script20 start-stop-daemon --start --quiet --pidfile /var/run/minidlna.pid --startas $MINIDLNA -- $ARGS $LSBNAMES
24 start-stop-daemon --stop --quiet --pidfile /var/run/minidlna.pid
29 start-stop-daemon --stop --retry 5 --quiet --pidfile /var/run/minidlna.pid
30 start-stop-daemon --start --quiet --pidfile /var/run/minidlna.pid --startas $MINIDLNA -- $ARGS $LSBNAMES
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfaxcompr.c129 unsigned int run=0; local
133 run += t;
135 *runs++ = run;
140 if(pix_left <= run){
141 if(pix_left == run)
146 pix_left -= run;
147 run = 0;
163 unsigned int offs=0, run= 0; local
175 run = run_off - offs;
182 saved_run += run;
243 int run, mode = ~0, pix_left = width, run_idx = 0; local
[all...]
H A Dxsubdec.c113 int run = get_bits(&gb, 14 - 4 * (log2 >> 1)); local
115 run = FFMIN(run, w - x);
116 // run length 0 means till end of row
117 if (!run) run = w - x;
118 memset(bitmap, color, run);
119 bitmap += run;
120 x += run;
H A Ddnxhddata.h42 const uint8_t *run_bits, *run; member in struct:__anon510
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/hush_test/
H A Drun-all16 for x in run-*; do
19 "$0"|run-minimal|run-gprof) ;;
28 # Many bash run-XXX scripts just do this,
43 # Usage: run-all [directories]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsamba.postrm8 rm -Rf /var/run/samba/ /var/cache/samba/ /var/lib/samba
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsamba.postrm8 rm -Rf /var/run/samba/ /var/cache/samba/ /var/lib/samba
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DNullTransactionRunner.java23 public void run(TransactionWorker worker) method in class:NullTransactionRunner
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/
H A Dchk.xa14 rm -rf run
74 run()
77 rm -rf run
78 mkdir -p run/bin run/config run/data
83 # Everything else is done in run/bin.
93 # (which you can re-direct below, when the client is run).
94 # Verbose output from the server appears in the file run/bin/stdout.
196 # We never checkpointed, run recover
[all...]

Completed in 134 milliseconds

1234567891011>>