Home
last modified time | relevance | path

Searched refs:PROGRAM (Results 101 – 125 of 18533) sorted by relevance

12345678910>>...742

/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/get_filename_component/
H A DKnownComponents.cmake62 # rigorous testing of the CACHE parameter comes later with PROGRAM).
76 # Test the PROGRAM component type.
77 get_filename_component(test_program_name "/ arg1 arg2" PROGRAM)
78 check("PROGRAM with no args output" "${test_program_name}" "/")
80 get_filename_component(test_program_name "/ arg1 arg2" PROGRAM
82 check("PROGRAM with args output: name" "${test_program_name}" "/")
85 get_filename_component(test_program_name " " PROGRAM)
86 check("PROGRAM with just a space" "${test_program_name}" "")
111 # Test the PROGRAM component type with CACHE specified.
126 get_filename_component(test_cache_program_name_3 "/ arg1 arg2" PROGRAM
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/get_filename_component/
H A DKnownComponents.cmake62 # rigorous testing of the CACHE parameter comes later with PROGRAM).
76 # Test the PROGRAM component type.
77 get_filename_component(test_program_name "/ arg1 arg2" PROGRAM)
78 check("PROGRAM with no args output" "${test_program_name}" "/")
80 get_filename_component(test_program_name "/ arg1 arg2" PROGRAM
82 check("PROGRAM with args output: name" "${test_program_name}" "/")
85 get_filename_component(test_program_name " " PROGRAM)
86 check("PROGRAM with just a space" "${test_program_name}" "")
111 # Test the PROGRAM component type with CACHE specified.
126 get_filename_component(test_cache_program_name_3 "/ arg1 arg2" PROGRAM
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/get_filename_component/
H A DKnownComponents.cmake62 # rigorous testing of the CACHE parameter comes later with PROGRAM).
76 # Test the PROGRAM component type.
77 get_filename_component(test_program_name "/ arg1 arg2" PROGRAM)
78 check("PROGRAM with no args output" "${test_program_name}" "/")
80 get_filename_component(test_program_name "/ arg1 arg2" PROGRAM
82 check("PROGRAM with args output: name" "${test_program_name}" "/")
85 get_filename_component(test_program_name " " PROGRAM)
86 check("PROGRAM with just a space" "${test_program_name}" "")
111 # Test the PROGRAM component type with CACHE specified.
126 get_filename_component(test_cache_program_name_3 "/ arg1 arg2" PROGRAM
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/charset/
H A Dcharsetc.c38 #define PROGRAM "charsetc" macro
147 PROGRAM, cf_lineno_get()); in charset_do_line()
165 PROGRAM, cf_lineno_get()); in charset_do_line()
182 PROGRAM, cf_lineno_get()); in charset_do_line()
221 PROGRAM, cf_lineno_get(), w1); in charset_do_line()
227 PROGRAM, cf_lineno_get(), w1); in charset_do_line()
236 PROGRAM, cf_lineno_get(), w2); in charset_do_line()
254 PROGRAM, cf_lineno_get(), key); in charset_do_line()
330 version_global(), PROGRAM, version_local(VERSION) ); in usage()
333 PROGRAM); in usage()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/usb/
H A D45-Argyll.rules6 SYSFS{idVendor}=="04db", SYSFS{idProduct}=="005b", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
9 SYSFS{idVendor}=="0670", SYSFS{idProduct}=="0001", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
13 SYSFS{idVendor}=="0765", SYSFS{idProduct}=="5001", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
16 SYSFS{idVendor}=="0765", SYSFS{idProduct}=="5010", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
19 SYSFS{idVendor}=="0765", SYSFS{idProduct}=="5020", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
22 SYSFS{idVendor}=="0765", SYSFS{idProduct}=="6003", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
25 SYSFS{idVendor}=="0765", SYSFS{idProduct}=="d020", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
28 SYSFS{idVendor}=="0765", SYSFS{idProduct}=="d092", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
31 SYSFS{idVendor}=="0765", SYSFS{idProduct}=="d094", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
34 SYSFS{idVendor}=="085c", SYSFS{idProduct}=="0100", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; print…
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/debian/
H A Dfreeradius.init16 PROGRAM="/usr/sbin/freeradius"
27 out=`$PROGRAM -Cxl stdout $FREERADIUS_OPTIONS`; ret=$?
37 test -f $PROGRAM || exit 0
58 eval "start_daemon -p '$PIDFILE' '$PROGRAM' $FREERADIUS_OPTIONS" || ret=$?
94 echo "$PROGRAM already running; for live debugging see raddebug(8)"
97 $PROGRAM -X $FREERADIUS_OPTIONS || exit $?
103 echo "$PROGRAM already running; for live debugging see raddebug(8)"
106 $PROGRAM -f -xx -l stdout $FREERADIUS_OPTIONS || exit $?
110 status_of_proc -p "$PIDFILE" "$PROGRAM" "$PROG" && exit 0 || exit $?
/dports/emulators/bsvc/bsvc-2.4.6/samples/m68360/gcc3/
H A DMakefile26 PROGRAM=test3 macro
30 MAP=$(PROGRAM).map
48 all: $(PROGRAM).H68 $(PROGRAM).LIS
50 $(PROGRAM).H68 $(MAP): $(OBJECTS)
51 $(LD) $(LDFLAGS) $(OBJECTS) -T $(PROGRAM).cmd $(LIBS) > $(MAP)
54 $(RM) *.o $(PROGRAM).H68 $(PROGRAM).LIS $(MAP)
57 $(PROGRAM).LIS: $(ASMGLIS) $(MAP)
/dports/emulators/bsvc/bsvc-2.4.6/samples/m68360/gcc2/
H A DMakefile26 PROGRAM=test2 macro
30 MAP=$(PROGRAM).map
42 all: $(PROGRAM).H68 $(PROGRAM).LIS
44 $(PROGRAM).H68 $(MAP): $(OBJECTS)
45 $(LD) $(LDFLAGS) $(OBJECTS) -T $(PROGRAM).cmd $(LIBS) > $(MAP)
48 $(RM) *.o $(PROGRAM).H68 $(PROGRAM).LIS $(MAP)
51 $(PROGRAM).LIS: $(ASMGLIS) $(MAP)
/dports/emulators/bsvc/bsvc-2.4.6/samples/m68360/gcc4/
H A DMakefile28 PROGRAM=test4 macro
32 MAP=$(PROGRAM).map
50 all: $(PROGRAM).H68 $(PROGRAM).LIS
52 $(PROGRAM).H68 $(MAP): $(OBJECTS)
53 $(LD) $(LDFLAGS) $(OBJECTS) -T $(PROGRAM).cmd $(LIBS) > $(MAP)
56 $(RM) *.o $(PROGRAM).H68 $(PROGRAM).LIS $(MAP)
59 $(PROGRAM).LIS: $(ASMGLIS) $(MAP)
/dports/www/squid/squid-4.15/src/acl/external/kerberos_ldap_group/
H A Dsupport_netbios.cc83 …debug((char *) "%s| %s: DEBUG: Netbios list %s\n", LogTime(), PROGRAM, margs->nlist ? margs->nlist… in create_nd()
87 debug((char *) "%s| %s: DEBUG: No netbios names defined.\n", LogTime(), PROGRAM); in create_nd()
97 … debug((char *) "%s| %s: DEBUG: No netbios name defined for domain %s\n", LogTime(), PROGRAM, p); in create_nd()
102 … debug((char *) "%s| %s: @ is not allowed in netbios name %s@%s\n",LogTime(), PROGRAM,np,dp); in create_nd()
114 … debug((char *) "%s| %s: DEBUG: No netbios name defined for domain %s\n", LogTime(), PROGRAM, p); in create_nd()
131 …ar *) "%s| %s: DEBUG: No domain defined for netbios name %s\n", LogTime(), PROGRAM, ndsp->netbios); in create_nd()
135 …debug((char *) "%s| %s: DEBUG: Netbios name %s Domain %s\n", LogTime(), PROGRAM, ndsp->netbios, n… in create_nd()
140 … debug((char *) "%s| %s: DEBUG: No netbios name defined for domain %s\n", LogTime(), PROGRAM, p); in create_nd()
152 …debug((char *) "%s| %s: DEBUG: No domain defined for netbios name %s\n", LogTime(), PROGRAM, ndsp-… in create_nd()
156 …debug((char *) "%s| %s: DEBUG: Netbios name %s Domain %s\n", LogTime(), PROGRAM, ndsp->netbios, n… in create_nd()
[all …]
/dports/devel/cscout/cscout-bd7dfac/btyacc/
H A DMakefile30 PROGRAM = btyacc macro
43 all: $(PROGRAM)
45 $(PROGRAM): $(OBJS) $(LIBS)
50 clobber:; rm -f $(OBJS) $(PROGRAM)
55 depend:; mkmf -f $(MAKEFILE) PROGRAM=$(PROGRAM) DEST=$(DEST)
59 install: $(PROGRAM)
60 cp $(PROGRAM).exe /bin
62 oldinstall: $(PROGRAM)
63 @echo Installing $(PROGRAM) in $(DEST)
64 install -s $(PROGRAM) $(DEST)
[all …]
/dports/security/ftimes/ftimes-3.11.0/tools/rtimes/
H A DMakefile.in21 PROGRAM = rtimes${EXTENSION}
35 all: ${PROGRAM}
37 test: ${PROGRAM}
39 install: ${PROGRAM}
41 @${INSTALL} -m 755 ${PROGRAM} ${bindir}
44 rm -f ${PROGRAM} ${OBJS} ${PROGRAM}.core core
49 ${PROGRAM}: ${OBJS}
/dports/shells/wcd/wcd-6.0.3/win32zsh/
H A DMakefile36 PROGRAM = wcdwin32zsh.exe macro
63 …${MAKE} -C ../src all PROGRAM=${PROGRAM} CFLAGS="${CFLAGS}" CURSES=${CURSES} LIB_CURSES=${LIB_CURS…
66 …${MAKE} -C ../src install PROGRAM=${PROGRAM} CFLAGS="${CFLAGS}" CURSES=${CURSES} LIB_CURSES=${LIB_…
69 ${MAKE} -C ../src uninstall PROGRAM=${PROGRAM} prefix=${prefix} ENABLE_NLS=${ENABLE_NLS} UCS=${UCS}
73 …${MAKE} -C ../src dist-zip ZIPOBJ_EXTRA="${ZIPOBJ_EXTRA}" PROGRAM=${PROGRAM} prefix=${prefix} VERS…
76 ${MAKE} -C ../src strip PROGRAM=${PROGRAM}
/dports/shells/wcd/wcd-6.0.3/win64psh/
H A DMakefile40 PROGRAM = wcdwin64psh.exe macro
64 …${MAKE} -C ../src all PROGRAM=${PROGRAM} CFLAGS="${CFLAGS}" CURSES=${CURSES} LIB_CURSES=${LIB_CURS…
67 …${MAKE} -C ../src install PROGRAM=${PROGRAM} CFLAGS="${CFLAGS}" CURSES=${CURSES} LIB_CURSES=${LIB_…
70 ${MAKE} -C ../src uninstall PROGRAM=${PROGRAM} prefix=${prefix} ENABLE_NLS=${ENABLE_NLS}
74 …${MAKE} -C ../src dist-zip ZIPOBJ_EXTRA="${ZIPOBJ_EXTRA}" PROGRAM=${PROGRAM} prefix=${prefix} VERS…
77 ${MAKE} -C ../src strip PROGRAM=${PROGRAM} STRIP=$(STRIP)
/dports/shells/wcd/wcd-6.0.3/win64zsh/
H A DMakefile40 PROGRAM = wcdwin64zsh.exe macro
64 …${MAKE} -C ../src all PROGRAM=${PROGRAM} CFLAGS="${CFLAGS}" CURSES=${CURSES} LIB_CURSES=${LIB_CURS…
67 …${MAKE} -C ../src install PROGRAM=${PROGRAM} CFLAGS="${CFLAGS}" CURSES=${CURSES} LIB_CURSES=${LIB_…
70 ${MAKE} -C ../src uninstall PROGRAM=${PROGRAM} prefix=${prefix} ENABLE_NLS=${ENABLE_NLS} UCS=${UCS}
74 …${MAKE} -C ../src dist-zip ZIPOBJ_EXTRA="${ZIPOBJ_EXTRA}" PROGRAM=${PROGRAM} prefix=${prefix} VERS…
77 ${MAKE} -C ../src strip PROGRAM=${PROGRAM} STRIP=$(STRIP)
/dports/shells/wcd/wcd-6.0.3/win32psh/
H A DMakefile36 PROGRAM = wcdwin32psh.exe macro
63 …${MAKE} -C ../src all PROGRAM=${PROGRAM} CFLAGS="${CFLAGS}" CURSES=${CURSES} LIB_CURSES=${LIB_CURS…
66 …${MAKE} -C ../src install PROGRAM=${PROGRAM} CFLAGS="${CFLAGS}" CURSES=${CURSES} LIB_CURSES=${LIB_…
69 ${MAKE} -C ../src uninstall PROGRAM=${PROGRAM} prefix=${prefix} ENABLE_NLS=${ENABLE_NLS}
73 …${MAKE} -C ../src dist-zip ZIPOBJ_EXTRA="${ZIPOBJ_EXTRA}" PROGRAM=${PROGRAM} prefix=${prefix} VERS…
76 ${MAKE} -C ../src strip PROGRAM=${PROGRAM}
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxproxy/
H A DMakefile.in61 PROGRAM = nxproxy
63 all: depend $(PROGRAM)
75 $(PROGRAM): $(MOBJ) $(COBJ) $(CXXOBJ)
91 install.bin: $(PROGRAM)
93 $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(bindir)/$(PROGRAM)
97 $(INSTALL_DATA) man/$(PROGRAM).1 $(DESTDIR)$(man1dir)/$(PROGRAM).1
102 $(RM_FILE) $(DESTDIR)$(bindir)/$(PROGRAM)
109 $(PROGRAM) $(PROGRAM).exe $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE)
/dports/news/fidogate4/fidogate-4.4.10/scripts/areas/
H A Dareasbbssync.pl9 $PROGRAM = "areasbbssync";
54 $ADDRESS || die "$PROGRAM: gateway address not specified (option -a)\n";
56 $ACTIVE || die "$PROGRAM: active file not specified\n";
57 $AREAS || die "$PROGRAM: areas.bbs file not specified\n";
62 print "$PROGRAM: reading active file $ACTIVE\n" if($opt_v);
63 open(A, "$ACTIVE") || die "$PROGRAM: can't open $ACTIVE\n";
73 print "$PROGRAM: reading areas.bbs file $AREAS\n" if($opt_v);
74 open(A, "$AREAS") || die "$PROGRAM: can't open $AREAS\n";
124 open(A, "$AREAS") || die "$PROGRAM: can't open $AREAS\n";
/dports/security/ftimes/ftimes-3.11.0/tools/ftimes-cat/
H A DMakefile.in22 PROGRAM = ftimes-cat${EXTENSION}
36 all: ${PROGRAM}
38 test: ${PROGRAM}
43 install: ${PROGRAM} install-prefix
44 @${INSTALL} -m 755 ${PROGRAM} ${INSTALL_PREFIX}
47 rm -f ${PROGRAM} ${OBJS} ${PROGRAM}.core core
52 ${PROGRAM}: ${OBJS}
/dports/security/ftimes/ftimes-3.11.0/tools/hashcp/
H A DMakefile.in22 PROGRAM = hashcp${EXTENSION}
36 all: ${PROGRAM}
38 test: ${PROGRAM}
43 install: ${PROGRAM} install-prefix
44 @${INSTALL} -m 755 ${PROGRAM} ${INSTALL_PREFIX}
47 rm -f ${PROGRAM} ${OBJS} ${PROGRAM}.core core
52 ${PROGRAM}: ${OBJS}
/dports/graphics/xwpick/xwpick-2.20/
H A DMakefile.std3 PROGRAM = xwpick
38 all: $(PROGRAM)
40 $(PROGRAM): $(OBJS)
41 $(CC) $(COPTS) -L$(XLIBDIR) -o $(PROGRAM) $(OBJS) $(XLIB)
42 $(PROGRAM).o: $(PROGRAM).c
43 $(CC) -c $(COPTS) -I$(XINCDIR) $(PROGRAM).c
56 rm -f $(OBJS) $(PROGRAM)
H A DMakefile3 PROGRAM = xwpick macro
38 all: $(PROGRAM)
40 $(PROGRAM): $(OBJS)
41 $(CC) $(COPTS) -L$(XLIBDIR) -o $(PROGRAM) $(OBJS) $(XLIB)
42 $(PROGRAM).o: $(PROGRAM).c
43 $(CC) -c $(COPTS) -I$(XINCDIR) $(PROGRAM).c
56 rm -f $(OBJS) $(PROGRAM)
/dports/www/youtube_dl/youtube-dl/test/testdata/m3u8/
H A Dted_18923.m3u83 #EXT-X-STREAM-INF:AUDIO="600k",BANDWIDTH=1255659,PROGRAM-ID=1,CODECS="avc1.42c01e,mp4a.40.2",RESOLU…
5 #EXT-X-STREAM-INF:AUDIO="600k",BANDWIDTH=163154,PROGRAM-ID=1,CODECS="avc1.42c00c,mp4a.40.2",RESOLUT…
7 #EXT-X-STREAM-INF:AUDIO="600k",BANDWIDTH=481701,PROGRAM-ID=1,CODECS="avc1.42c015,mp4a.40.2",RESOLUT…
9 #EXT-X-STREAM-INF:AUDIO="600k",BANDWIDTH=769968,PROGRAM-ID=1,CODECS="avc1.42c015,mp4a.40.2",RESOLUT…
11 #EXT-X-STREAM-INF:AUDIO="600k",BANDWIDTH=984037,PROGRAM-ID=1,CODECS="avc1.42c015,mp4a.40.2",RESOLUT…
13 #EXT-X-STREAM-INF:AUDIO="600k",BANDWIDTH=1693925,PROGRAM-ID=1,CODECS="avc1.4d401f,mp4a.40.2",RESOLU…
15 #EXT-X-STREAM-INF:AUDIO="600k",BANDWIDTH=2462469,PROGRAM-ID=1,CODECS="avc1.640028,mp4a.40.2",RESOLU…
17 #EXT-X-STREAM-INF:AUDIO="600k",BANDWIDTH=68101,PROGRAM-ID=1,CODECS="mp4a.40.2",DEFAULT=YES
20 #EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=74298,PROGRAM-ID=1,CODECS="avc1.42c00c",RESOLUTION=320x180,URI=…
21 #EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=216200,PROGRAM-ID=1,CODECS="avc1.42c015",RESOLUTION=512x288,URI…
[all …]
/dports/emulators/bsvc/bsvc-2.4.6/samples/m68360/gcc5/
H A DMakefile28 PROGRAM=test5 macro
32 MAP=$(PROGRAM).map
50 all: $(PROGRAM).H68 $(PROGRAM).LIS
52 $(PROGRAM).H68 $(MAP): $(OBJECTS)
53 $(LD) $(LDFLAGS) $(OBJECTS) -T $(PROGRAM).cmd $(LIBS) > $(MAP)
56 $(RM) *.o $(PROGRAM).H68 $(PROGRAM).LIS $(MAP)
59 $(PROGRAM).LIS: $(ASMGLIS) $(MAP)
/dports/sysutils/nvramtool/nvramtool-r6440/
H A DMakefile21 PROGRAM = nvramtool macro
46 all: dep $(PROGRAM)
48 $(PROGRAM): $(OBJS)
49 $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS) $(CFLAGS)
50 $(STRIP) $(STRIP_ARGS) $(PROGRAM)
53 rm -f $(PROGRAM) $(OBJS)
61 install: $(PROGRAM)
63 $(INSTALL) $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin
65 $(INSTALL) cli/$(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8

12345678910>>...742