Searched refs:script (Results 1 - 25 of 194) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dgen-8bit-gap.sh14 echo " * and source/script/gen-8bit-gap.sh script "
34 cat "$CHARMAP" | gawk -f ./script/gen-8bit-gap.awk
39 "$CHARMAP" | sort -u | gawk -f ./script/gap.awk
45 "$CHARMAP" | sort -u | gawk -f ./script/gaptab.awk
H A Dgen-8bit-gap.sh.in14 echo " * and source/script/gen-8bit-gap.sh script "
34 cat "$CHARMAP" | @AWK@ -f @srcdir@/script/gen-8bit-gap.awk
39 "$CHARMAP" | sort -u | @AWK@ -f @srcdir@/script/gap.awk
45 "$CHARMAP" | sort -u | @AWK@ -f @srcdir@/script/gaptab.awk
H A Dmkproto.sh35 -f script/mkproto.awk $proto_src > $headertmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Drecode-sr-latin.x2 recode-sr-latin \- convert Serbian text from Cyrillic to Latin script
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/arch/
H A DMakefile4 BUILD= apis.html bigpic.html progmodel.html script.html utilities.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/djgpp/
H A DMakefile.maint20 $(srcdir)/fnchange.in > t-script.sed
21 sed '$$ s|\\||' t-script.sed > script.sed
22 sed -f script.sed $(srcdir)/config.in > t-$@
24 rm -f t-script.sed script.sed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Ddhcpc.h24 char *script; /* User script to run at dhcp events */ member in struct:client_config_t
H A Dscript.c0 /* script.c
239 /* Call a script with a par file and env vars */
245 if (client_config.script == NULL)
248 /* call script */
258 /* exec script */
259 DEBUG(LOG_INFO, "execle'ing %s", client_config.script);
260 execle(client_config.script, client_config.script,
262 LOG(LOG_ERR, "script %s failed: %s",
263 client_config.script, strerro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Delisp-comp24 # configuration script generated by Autoconf, you may include it under
40 This script byte-compiles all `.el' files listed as FILES using GNU
44 This script manages in such a way that all Emacs LISP files to
75 echo "(setq load-path (cons nil load-path))" > script
76 $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?
83 # mode: shell-script
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/ntlogon/
H A Dntlogon.py81 a DOS batch file to be executed as an NT logon script. It does this
95 script = []
153 # logon script.
154 script.append('rem ' + x.group(1) + ' commands')
216 script.append(line)
229 script.append('')
231 return script
339 print 'Unable to open logon script file: ' + outdir + outfile
345 # call the script building routine
347 script
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/package/
H A Dbuilddeb6 # Simple script to generate a deb package for a Linux kernel. All the
14 # Some variables and settings used throughout the script
52 for script in postinst postrm preinst prerm ; do
53 mkdir -p "$tmpdir/etc/kernel/$script.d"
54 cat <<EOF > "$tmpdir/DEBIAN/$script"
59 test -d /etc/kernel/$script.d && run-parts --arg="$version" /etc/kernel/$script.d
62 chmod 755 "$tmpdir/DEBIAN/$script"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dwrap.tcl17 puts "FAIL: wrap.tcl: Usage: wrap.tcl script log scriptargs"
21 set script [lindex $argv 0]
44 puts "Script watcher process $parentpid launching $script process $childpid."
53 # we need to skip that and the script we're running in the old
59 puts $t "set script $script"
66 set scr $test_path/$script
86 error_check_good "Pipe close ($childpid: $script $argv: logfile $logfile)"\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c700.h69 /* The following is a script fragment to move the buffer onto the
213 __u32 *script; /* pointer to script location */ member in struct:NCR_700_Host_Parameters
214 __u32 pScript; /* physical mem addr of script */
418 #define script_patch_32(dev, script, symbol, value) \
422 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + value; \
423 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
424 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \
425 DEBUG((" script, patching %s at %d to 0x%lx\n", \
430 #define script_patch_32_abs(dev, script, symbo
[all...]
H A D53c7xx.c29 * then the script only ever tries to add small (< 256) positive offsets to
348 /* NCR53c710 script handling code */
683 ncrcurrent[1] = (u32) virt_to_bus (hostdata->script) +
1067 allocated at probe time after the fixed-up SCSI script, which
1160 tmp = (hostdata->script + hostdata->script_count);
1230 memcpy ((void *) hostdata->script, (void *) SCRIPT,
1234 hostdata->script[LABELPATCHES[i]] +=
1235 virt_to_bus(hostdata->script);
1238 patch_abs_32 (hostdata->script, 0, NCR53c7xx_msg_abort,
1240 patch_abs_32 (hostdata->script,
1916 u32 *script; local
4049 u32 *script; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf28 logon script = logon.bat
48 add user script = /opt/IDEALX/sbin/smbldap-useradd -m "%u"
50 #delete user script = /opt/IDEALX/sbin/smbldap-userdel "%u"
51 add machine script = /opt/IDEALX/sbin/smbldap-useradd -w "%u"
52 add group script = /opt/IDEALX/sbin/smbldap-groupadd -p "%g"
53 #delete group script = /opt/IDEALX/sbin/smbldap-groupdel "%g"
54 add user to group script = /opt/IDEALX/sbin/smbldap-groupmod -m "%u" "%g"
55 delete user from group script = /opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g"
56 set primary group script = /opt/IDEALX/sbin/smbldap-usermod -g "%g" "%u"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c13 * They are cached for later re-use. Each script is specific for a
15 * that the script depends on (most unwind descriptors are
23 * o each unwind script has its own read-write lock; a thread must acquire
24 * a read lock before executing a script and must acquire a write lock
25 * before modifying a script
26 * o if both the unw.lock spinlock and a script's read-write lock must be
98 unsigned short lru_head; /* index of lead-recently used script */
99 unsigned short lru_tail; /* index of most-recently used script */
113 /* hash table that maps instruction pointer to script index: */
116 /* script cach
138 } script; member in struct:__anon3552::__anon3553
1214 cache_match(struct unw_script *script, unsigned long ip, unsigned long pr) argument
1227 struct unw_script *script = unw.cache + info->hint; local
1269 struct unw_script *script, *prev, *tmp; local
1333 script_finalize(struct unw_script *script, struct unw_state_record *sr) argument
1346 script_emit(struct unw_script *script, struct unw_insn insn) argument
1357 emit_nat_info(struct unw_state_record *sr, int i, struct unw_script *script) argument
1402 compile_reg(struct unw_state_record *sr, int i, struct unw_script *script) argument
1530 struct unw_script *script = NULL; local
1705 run_script(struct unw_script *script, struct unw_frame_info *state) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.h25 const char *script; /* User script to run at dhcp events */ member in struct:client_config_t
H A Dscript.c2 /* script.c
204 /* Call a script with a par file and env vars */
210 if (client_config.script == NULL)
213 DEBUG("vfork'ing and execle'ing %s", client_config.script);
217 /* call script */
223 /* exec script */
224 execle(client_config.script, client_config.script,
226 bb_perror_msg_and_die("script %s failed", client_config.script);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dautogen.sh3 # Run this script to build samba from SVN.
50 echo "$0: running script/mkversion.sh"
51 ./script/mkversion.sh || exit 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script

Completed in 226 milliseconds

12345678