| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | commands | 6 #0 string/w : shell archive or script for antique kernel text 7 0 string/fwt #!\ /bin/sh POSIX shell script text executable 9 0 string/fwb #!\ /bin/sh POSIX shell script executable (binary data) 12 0 string/fwt #!\ /bin/csh C shell script text executable 16 0 string/fwt #!\ /bin/ksh Korn shell script text executable 18 0 string/fwb #!\ /bin/ksh Korn shell script executable (binary data) 21 0 string/fwt #!\ /bin/tcsh Tenex C shell script text executable 23 0 string/fwt #!\ /usr/bin/tcsh Tenex C shell script text executable 25 0 string/fwt #!\ /usr/local/tcsh Tenex C shell script text executable 27 0 string/fwt #!\ /usr/local/bin/tcsh Tenex C shell script text executable [all …]
|
| H A D | varied.script | 2 # $File: varied.script,v 1.13 2019/10/11 14:35:29 christos Exp $ 3 # varied.script: file(1) magic for various interpreter scripts 6 >3 string >\0 %s script text executable 10 >3 string >\0 %s script executable (binary data) 14 >3 string >\0 %s script text executable 18 >3 string >\0 %s script executable (binary data) 22 >2 string >\0 %s script text executable 26 >2 string >\0 %s script executable (binary data) 29 0 string/t #!\ script text executable 33 0 string/b #!\ script executable [all …]
|
| H A D | tcl | 7 0 search/1/w #!\ /usr/bin/tcl Tcl script text executable 9 0 search/1/w #!\ /usr/local/bin/tcl Tcl script text executable 11 0 search/1 #!/usr/bin/env\ tcl Tcl script text executable 13 0 search/1 #!\ /usr/bin/env\ tcl Tcl script text executable 15 0 search/1/w #!\ /usr/bin/wish Tcl/Tk script text executable 17 0 search/1/w #!\ /usr/local/bin/wish Tcl/Tk script text executable 19 0 search/1 #!/usr/bin/env\ wish Tcl/Tk script text executable 21 0 search/1 #!\ /usr/bin/env\ wish Tcl/Tk script text executable 26 >0 regex \^package[\ \t]+req Tcl script 29 >0 regex \^package[\ \t]+req Tcl script
|
| H A D | ruby | 9 0 search/1/w #!\ /usr/bin/ruby Ruby script text executable 12 0 search/1/w #!\ /usr/local/bin/ruby Ruby script text executable 15 0 search/1 #!/usr/bin/env\ ruby Ruby script text executable 18 0 search/1 #!\ /usr/bin/env\ ruby Ruby script text executable 28 >>>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text 33 >>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text 38 >&0 regex \^[[:space:]]*end([[:space:]]+[;#if].*)?$ Ruby script text 46 >>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text 51 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' Ruby script text 54 >0 regex \^[[:space:]]*include\ ([A-Z]+[a-z]*(::))+ Ruby script text
|
| H A D | clojure | 6 0 string/w #!\ /usr/bin/clj Clojure script text executable 8 0 string/w #!\ /usr/local/bin/clj Clojure script text executable 10 0 string/w #!\ /usr/bin/clojure Clojure script text executable 12 0 string/w #!\ /usr/local/bin/clojure Clojure script text executable 14 0 string/W #!/usr/bin/env\ clj Clojure script text executable 16 0 string/W #!/usr/bin/env\ clojure Clojure script text executable 18 0 string/W #!\ /usr/bin/env\ clj Clojure script text executable 20 0 string/W #!\ /usr/bin/env\ clojure Clojure script text executable
|
| H A D | python | 9 0 string/t """ Python script text executable 232 0 search/1/w #!\040/usr/bin/python Python script text executable 234 !:mime text/x-script.python 235 0 search/1/w #!\040/usr/local/bin/python Python script text executable 237 !:mime text/x-script.python 238 0 search/10/w #!\040/usr/bin/env\040python Python script text executable 240 !:mime text/x-script.python 245 >0 regex \^from[\040\t]+([A-Za-z0-9_]|\\.)+[\040\t]+import.*$ Python script text executable 247 !:mime text/x-script.python 251 >&0 search/64 self Python script text executable [all …]
|
| H A D | perl | 8 0 search/1024 eval\ "exec\ perl Perl script text 10 0 search/1024 eval\ "exec\ /bin/perl Perl script text 12 0 search/1024 eval\ "exec\ /usr/bin/perl Perl script text 14 0 search/1024 eval\ "exec\ /usr/local/bin/perl Perl script text 16 0 search/1024 eval\ 'exec\ perl Perl script text 18 0 search/1024 eval\ 'exec\ /bin/perl Perl script text 20 0 search/1024 eval\ 'exec\ /usr/bin/perl Perl script text 22 0 search/1024 eval\ 'exec\ /usr/local/bin/perl Perl script text 24 0 search/1024 eval\ '(exit\ $?0)'\ &&\ eval\ 'exec Perl script text 26 0 string #!/usr/bin/env\ perl Perl script text executable [all …]
|
| /dflybsd-src/contrib/bmake/mk/ |
| H A D | scripts.mk | 48 .for script in ${${group}:O:u} 49 ${group}_INSTALL_OWN.${script:T} ?= ${${group}_INSTALL_OWN} 50 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}} 51 script_mkdir_list += ${${group}DIR.${script:T}} 53 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}} 54 .if ${${group}NAME.${script}:T} != ${script:T} 56 STAGE_AS_${script} = ${${group}NAME.${script:T}} 57 stage_as.${group}: ${script} 59 installscripts: installscripts.${group}.${script:T} 60 installscripts.${group}.${script:T}: ${script} script_mkdirs [all …]
|
| /dflybsd-src/etc/rc.d/ |
| H A D | localdaemons | 50 for script in ${dir}/*; do 51 if valid_scriptname ${script}; then 52 slist="${slist}${script_name_sep}${script}" 68 for script in ${sortedslist}; do 69 if [ -x "${script}" ]; then 72 ${script} start) 73 elif [ -f "${script}" -o -L "${script}" ]; then 98 for script in ${dir}/*; do 99 if valid_scriptname ${script}; then 100 slist="${slist}${script_name_sep}${script}" [all …]
|
| /dflybsd-src/etc/periodic/daily/ |
| H A D | 999.local | 18 for script in $daily_local 21 case "$script" in 23 if [ -x "$script" ] 25 echo "Running $script:" 27 $script || rc=3 28 elif [ -f "$script" ] 30 echo "Running $script:" 32 sh $script || rc=3 35 echo "$script: Not an absolute path"
|
| /dflybsd-src/etc/periodic/weekly/ |
| H A D | 999.local | 15 for script in $weekly_local 18 case "$script" in 20 if [ -x "$script" ] 22 echo "Running $script:" 24 $script || rc=3 25 elif [ -f "$script" ] 27 echo "Running $script:" 29 sh $script || rc=3 32 echo "$script: Not an absolute path"
|
| /dflybsd-src/etc/periodic/monthly/ |
| H A D | 999.local | 15 for script in $monthly_local 18 case "$script" in 20 if [ -x "$script" ] 22 echo "Running $script:" 24 $script || rc=3 25 elif [ -f "$script" ] 27 echo "Running $script:" 29 sh $script || rc=3 32 echo "$script: Not an absolute path"
|
| /dflybsd-src/usr.sbin/installer/libinstaller/ |
| H A D | confed.c | 178 FILE *f, *script; in config_vars_read() local 186 script = fopen(tmp_filename, "w"); in config_vars_read() 188 if (script == NULL) in config_vars_read() 191 fprintf(script, "set | %susr/bin/sort >%senv.before\n", a->os_root, a->tmp); in config_vars_read() 192 fprintf(script, ". %s%s\n", a->os_root, filename); in config_vars_read() 193 fprintf(script, "set | %susr/bin/sort >%senv.after\n", a->os_root, a->tmp); in config_vars_read() 194 fprintf(script, "%susr/bin/comm -1 -3 %senv.before %senv.after | \\\n", in config_vars_read() 196 fprintf(script, " %susr/bin/awk -F= '{ print $1 }' | \\\n", a->os_root); in config_vars_read() 197 fprintf(script, " while read __VARNAME; do\n"); in config_vars_read() 198 fprintf(script, " echo -n ${__VARNAME}=\n"); in config_vars_read() [all …]
|
| /dflybsd-src/usr.bin/sed/ |
| H A D | main.c | 77 static struct s_compunit *script, **cu_nextp = &script; variable 229 if (script == NULL) { in cu_fgets() 235 switch (script->type) { in cu_fgets() 237 if (strcmp(script->s, "-") == 0) { in cu_fgets() 241 if ((f = fopen(script->s, "r")) == NULL) in cu_fgets() 242 err(1, "%s", script->s); in cu_fgets() 243 fname = script->s; in cu_fgets() 249 sizeof(string_ident), "\"%s\"", script->s)) >= in cu_fgets() 254 s = script->s; in cu_fgets() 258 errx(1, "illegal script type: %d", script->type); in cu_fgets() [all …]
|
| /dflybsd-src/usr.sbin/ppp/ |
| H A D | defs.c | 309 MakeArgs(char *script, char **pvect, int maxargs, int flags) in MakeArgs() argument 314 while (*script) { in MakeArgs() 315 script += strspn(script, " \t"); in MakeArgs() 316 if (*script == '#' && !(flags & PARSE_NOHASH)) { in MakeArgs() 317 *script = '\0'; in MakeArgs() 320 if (*script) { in MakeArgs() 323 *pvect++ = script; in MakeArgs() 325 script = findblank(script, flags); in MakeArgs() 326 if (script == NULL) in MakeArgs() 328 else if (!(flags & PARSE_NOHASH) && *script == '#') in MakeArgs() [all …]
|
| /dflybsd-src/contrib/cvs-1.12/diff/ |
| H A D | context.c | 77 print_context_script (script, unidiff_flag) in print_context_script() argument 78 struct change *script; in print_context_script() 82 mark_ignorable (script); 86 for (e = script; e; e = e->link) 94 print_script (script, find_hunk, pr_unidiff_hunk); 96 print_script (script, find_hunk, pr_context_hunk); 395 mark_ignorable (script) in mark_ignorable() argument 396 struct change *script; in mark_ignorable() 398 while (script) 400 struct change *next = script->link; [all …]
|
| H A D | ed.c | 27 print_ed_script (script) in print_ed_script() argument 28 struct change *script; in print_ed_script() 30 print_script (script, find_reverse_change, print_ed_hunk); 104 pr_forward_ed_script (script) in pr_forward_ed_script() argument 105 struct change *script; in pr_forward_ed_script() 107 print_script (script, find_change, pr_forward_ed_hunk); 148 print_rcs_script (script) in print_rcs_script() argument 149 struct change *script; in print_rcs_script() 151 print_script (script, find_change, print_rcs_hunk);
|
| H A D | analyze.c | 750 struct change *script = 0; local 771 script = add_change (line0, line1, i0 - line0, i1 - line1, script); 778 return script; 788 struct change *script = 0; local 806 script = add_change (i0, i1, line0 - i0, line1 - i1, script); 813 return script; 838 struct change *script; local 965 script = build_reverse_script (filevec); 967 script = build_script (filevec); 973 struct change *next = script; [all …]
|
| /dflybsd-src/share/mk/ |
| H A D | bsd.prog.mk | 132 .for script in ${SCRIPTS} 134 SCRIPTSNAME_${script:T}?= ${SCRIPTSNAME} 136 SCRIPTSNAME_${script:T}?= ${script:T:R} 138 SCRIPTSDIR_${script:T}?= ${SCRIPTSDIR} 139 SCRIPTSOWN_${script:T}?= ${SCRIPTSOWN} 140 SCRIPTSGRP_${script:T}?= ${SCRIPTSGRP} 141 SCRIPTSMODE_${script:T}?= ${SCRIPTSMODE} 142 _scriptsinstall: _SCRIPTSINS_${script:T} 143 _SCRIPTSINS_${script:T}: ${script}
|
| /dflybsd-src/lib/libexecinfo/ |
| H A D | Makefile | 25 lib${LIB}.a: ${SRCS:.c=.o} script.ar 26 @${ECHO} building static ${LIB} library via script 28 ${AR} -M < script.ar 32 @${ECHO} building profiled ${LIB} library via script 37 script.ar: 59 GENFILES= script.ar script_p.ar
|
| /dflybsd-src/stand/boot/common/ |
| H A D | do_dloader.c | 213 struct includeline *script, *se, *sp; in include() local 229 script = se = NULL; in include() 264 if (script == NULL) { in include() 265 script = sp; in include() 278 for (sp = script; sp != NULL; sp = sp->next) { in include() 308 while(script != NULL) { in include() 309 se = script; in include() 310 script = script->next; in include()
|
| /dflybsd-src/contrib/cvs-1.12/contrib/ |
| H A D | README | 17 course they come from the original author of the script. 27 clmerge A perl script to handle merge conflicts in GNU 31 cln_hist A perl script to compress your 36 commit_prep A perl script, to be combined with log_accum.pl, to 45 cvs2vendor A shell script to move changes from a repository 50 cvs_acls A perl script that implements Access Control Lists 61 debug_check_log A shell script to help analyze sanity check failures. 64 descend A shell script that can be used to recursively 81 log A perl script suitable for including in your 89 mfpipe Another perl script for logging. Allows you to [all …]
|
| /dflybsd-src/usr.sbin/service/ |
| H A D | service.sh | 131 script=$1 140 if [ -x "$dir/$script" ]; then 141 [ -n "$VERBOSE" ] && echo "$script is located in $dir" 142 exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $* 147 echo "$script does not exist in /etc/rc.d or the local startup"
|
| /dflybsd-src/contrib/binutils-2.34/ld/ |
| H A D | ldfile.c | 610 struct script_name_list *script; in ldfile_open_command_file_1() local 615 for (script = processed_scripts; script != NULL; script = script->next) in ldfile_open_command_file_1() 617 if ((open_how != script_nonT || script->open_how != script_nonT) in ldfile_open_command_file_1() 618 && strcmp (name, script->name) == 0) in ldfile_open_command_file_1() 630 script = xmalloc (sizeof (*script) + len); in ldfile_open_command_file_1() 631 script->next = processed_scripts; in ldfile_open_command_file_1() 632 script->open_how = open_how; in ldfile_open_command_file_1() 633 memcpy (script->name, name, len + 1); in ldfile_open_command_file_1() 634 processed_scripts = script; in ldfile_open_command_file_1()
|
| /dflybsd-src/gnu/lib/gcc80/libstdcxx/product/ |
| H A D | Makefile | 46 libstdc++.a: ${SRCS:.cc=.o} script.ar 47 @${ECHO} building static ${LIB} library via script 49 ${AR} -M < script.ar 54 @${ECHO} building profiled ${LIB} library via script 66 script.ar: 92 GENFILES= gstdint.h script.ar script_p.ar ${PROBLEMSXX} libstdcxx.map
|