Home
last modified time | relevance | path

Searched refs:optf (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/news/slrn/slrn-1.0.3/src/
H A DVMSMAKE.COM48 $ write optf "art.obj"
52 $ write optf "hash.obj"
53 $ write optf "help.obj"
55 $ write optf "menu.obj"
56 $ write optf "mime.obj"
57 $ write optf "misc.obj"
58 $ write optf "post.obj"
63 $ write optf "slrn.obj"
66 $ write optf "util.obj"
68 $ write optf "vms.obj"
[all …]
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A DVMSMAKE.COM48 $ write optf "art.obj"
52 $ write optf "hash.obj"
53 $ write optf "help.obj"
55 $ write optf "menu.obj"
56 $ write optf "mime.obj"
57 $ write optf "misc.obj"
58 $ write optf "post.obj"
62 $ write optf "slrn.obj"
65 $ write optf "util.obj"
67 $ write optf "vms.obj"
[all …]
/dports/sysutils/vttest/vttest-20180811/
H A Dvmsbuild.com13 $ write optf "color.obj"
14 $ write optf "draw.obj"
15 $ write optf "esc.obj"
17 $ write optf "mouse.obj"
21 $ write optf "reset.obj"
22 $ write optf "setup.obj"
23 $ write optf "sixel.obj"
26 $ write optf "utf8.obj"
31 $ write optf "vt52.obj"
71 $ close optf
[all …]
/dports/benchmarks/libmicro/libMicro-0.4.1/
H A Dstrftime.c41 static char *optf = DEFF; variable
72 optf = optarg; in benchmark_optswitch()
86 (void) sprintf(result, "%8s", optf); in benchmark_result()
115 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1); in benchmark()
116 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2); in benchmark()
117 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1); in benchmark()
118 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2); in benchmark()
119 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1); in benchmark()
120 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2); in benchmark()
121 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1); in benchmark()
[all …]
H A Dmemcpy.c46 static int optf; variable
82 optf++; in benchmark_optswitch()
104 if (optf) in benchmark_initworker()
135 if (optf) { in benchmark()
H A Dmemmove.c46 static int optf; variable
82 optf++; in benchmark_optswitch()
104 if (optf) in benchmark_initworker()
135 if (optf) { in benchmark()
H A Drealpath.c41 static char *optf = DEFF; variable
63 optf = optarg; in benchmark_optswitch()
79 if (realpath(optf, path) == NULL) in benchmark()
H A Dstat.c40 static char *optf = DEFF; variable
63 optf = optarg; in benchmark_optswitch()
81 if (stat(optf, &sbuf) == -1) in benchmark()
H A Dfcntl.c45 static char *optf = DEFF; variable
67 optf = optarg; in benchmark_optswitch()
78 if ((fd = open(optf, O_RDONLY)) == -1) { in benchmark_initrun()
H A Disatty.c43 static char *optf = DEFF; variable
71 optf = optarg; in benchmark_optswitch()
89 open(optf, O_RDONLY) : 1024); in benchmark_initworker()
H A Dmmap.c52 static char *optf = DEFF; variable
86 optf = optarg; in benchmark_optswitch()
87 anon = strcmp(optf, "MAP_ANON") == 0; in benchmark_optswitch()
111 fd = open(optf, O_RDWR); in benchmark_initrun()
/dports/x11/xlockmore/xlockmore-5.67/
H A Dmake.com545 $ write optf "mmov.exe/share"
554 $ if .not. axp then write optf "sys$library:ucx$ipc/lib"
555 $ write optf "sys$share:decw$dxmlibshr/share"
556 $ write optf "sys$share:decw$xlibshr/share"
557 $ close optf
564 $ open/write optf xmlock.opt
574 $! write optf "sys$share:decw$dxmlibshr/share"
575 $ write optf "sys$share:decw$xmlibshr12/share"
576 $ write optf "sys$share:decw$xlibshr/share"
577 $ close optf
[all …]
/dports/devel/ccache-static/ccache-3.7.12/test/suites/
H A Dnvcc_direct.bash130 $REAL_NVCC $nvcc_opts_cpp -optf test1.optf -o reference_test1.o test_cpp.cu
131 $REAL_NVCC $nvcc_opts_cpp -optf test2.optf -o reference_test2.o test_cpp.cu
134 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
140 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
146 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
152 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
H A Dnvcc.bash22 cat <<EOF >test1.optf
25 cat <<EOF >test2.optf
187 $REAL_NVCC $nvcc_opts_cpp -optf test1.optf -o reference_test1.o test_cpp.cu
188 $REAL_NVCC $nvcc_opts_cpp -optf test2.optf -o reference_test2.o test_cpp.cu
191 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
197 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
203 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
209 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
/dports/devel/ccache/ccache-3.7.12/test/suites/
H A Dnvcc_direct.bash130 $REAL_NVCC $nvcc_opts_cpp -optf test1.optf -o reference_test1.o test_cpp.cu
131 $REAL_NVCC $nvcc_opts_cpp -optf test2.optf -o reference_test2.o test_cpp.cu
134 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
140 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
146 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
152 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
H A Dnvcc.bash22 cat <<EOF >test1.optf
25 cat <<EOF >test2.optf
187 $REAL_NVCC $nvcc_opts_cpp -optf test1.optf -o reference_test1.o test_cpp.cu
188 $REAL_NVCC $nvcc_opts_cpp -optf test2.optf -o reference_test2.o test_cpp.cu
191 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
197 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
203 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
209 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/test/suites/
H A Dnvcc_direct.bash130 $REAL_NVCC $nvcc_opts_cpp -optf test1.optf -o reference_test1.o test_cpp.cu
131 $REAL_NVCC $nvcc_opts_cpp -optf test2.optf -o reference_test2.o test_cpp.cu
134 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
140 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
146 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
152 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
H A Dnvcc.bash22 cat <<EOF >test1.optf
25 cat <<EOF >test2.optf
167 $REAL_NVCC $nvcc_opts_cpp -optf test1.optf -o reference_test1.o test_cpp.cu
168 $REAL_NVCC $nvcc_opts_cpp -optf test2.optf -o reference_test2.o test_cpp.cu
171 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
177 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
183 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
189 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/test/suites/
H A Dnvcc_direct.bash130 $REAL_NVCC $nvcc_opts_cpp -optf test1.optf -o reference_test1.o test_cpp.cu
131 $REAL_NVCC $nvcc_opts_cpp -optf test2.optf -o reference_test2.o test_cpp.cu
134 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
140 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
146 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
152 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
H A Dnvcc.bash22 cat <<EOF >test1.optf
25 cat <<EOF >test2.optf
167 $REAL_NVCC $nvcc_opts_cpp -optf test1.optf -o reference_test1.o test_cpp.cu
168 $REAL_NVCC $nvcc_opts_cpp -optf test2.optf -o reference_test2.o test_cpp.cu
171 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
177 $ccache_nvcc_cpp -optf test1.optf test_cpp.cu
183 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
189 $ccache_nvcc_cpp -optf test2.optf test_cpp.cu
/dports/x11/xlockmore/xlockmore-5.67/etc/
H A Ddescrip.mms159 @ close/nolog optf
160 @ open/write optf xlock.opt
162 @ write optf "sys$library:vaxcrtl/lib"
169 @ write optf "sys$share:decw$xlibshr/share"
170 @ close optf
173 @ close/nolog optf
174 @ open/write optf xmlock.opt
176 @ write optf "sys$library:vaxcrtl/lib"
183 @ write optf "sys$share:decw$xlibshr/share"
184 @ close optf
[all …]
/dports/devel/libslang2/slang-2.3.2/src/
H A DVMSMAKE.COM23 $ open/write optf client.opt
24 $ write optf "slang/library"
41 $ write optf "sys$library:vaxcrtl.exe/share"
52 $ write optf "gnu_cc:[000000]gcclib.olb/lib"
58 $ close optf
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A DVMSMAKE.COM23 $ open/write optf client.opt
24 $ write optf "slang/library"
40 $ write optf "sys$library:vaxcrtl.exe/share"
51 $ write optf "gnu_cc:[000000]gcclib.olb/lib"
57 $ close optf
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/
H A Ddalton.in76 optf=0
197 -f ) optf=$2; shift;;
488 if [ "$optf" != "0" ] ; then
489 if [ -s $WRKDIR/$optf.tar.gz -a -r $WRKDIR/$optf.tar.gz ] ; then
491 echo "The '-f' option is active, now unpacking $optf.tar.gz into:"
492 tar -z -x -v -f $WRKDIR/$optf.tar.gz
494 elif [ -s $WRKDIR/$optf -a -r $WRKDIR/$optf ] ; then
498 echo "The '-f' option is active, now unpacking $optf into:"
499 tar -x -v -f $WRKDIR/$optf
502 echo "$WRKDIR/$optf.tar.gz does not exist or is not readable"
/dports/net/tn5250/tn5250-0.17.4/win32/
H A Ddftmap.c41 void copyrcfile(FILE *optf, FILE *rcfile);
234 FILE *optf; in use_options_file() local
237 optf = fopen(fn, "r"); in use_options_file()
238 if (optf==NULL) { in use_options_file()
244 while (fgets(buf, 1024, optf)!= NULL) { in use_options_file()
256 fclose(optf); in use_options_file()
265 copyrcfile(optf, rcfile); in use_options_file()
269 fclose(optf); in use_options_file()
374 void copyrcfile(FILE *optf, FILE *rcfile) { in copyrcfile() argument
376 while (fgets(buf, 1024, optf)!=NULL) in copyrcfile()

12345678910