| /freebsd/contrib/file/magic/Magdir/ |
| H A D | c64 | 250 # file type like: 0~Scratched 1~SEQunclosed 81h~SEQ 82h~PRG C2h~PRGlocked ... 257 >>>>0x41 ubyte =0x82 PRG type 260 >>>>0x41 ubyte =0xC2 PRG locked type 264 # inspect 1st entry content (often Commodore C64 BASIC program *.PRG) without load adress 326 # http://mark0.net/download/triddefs_xml.7z/defs/p/prg-c64.trid.xml 334 # but sELF-ExTRACTING-zIP executable unzp6420.prg contains SYS token at end of second BASIC line (a… 338 >>>0 use c64-prg 347 # the above combination appartly also occur for other Commodore programs like: gunzip111.c64.prg 351 !:ext prg/pck 354 !:ext prg/ [all …]
|
| H A D | terminfo | 40 # GRR: line below too general as it catches Commodore C128 program (crc32.prg XLINK.PRG) with start…
|
| H A D | geos | 22 30 string PRG\ formatted\ GEOS\ file Formatted GEOS file
|
| H A D | sniffer | 338 # skip many Commodore Basic program (Microzodiac.prg Minefield.prg Vic-tac-toe.prg breakvic_joy.prg)
|
| H A D | motorola | 41 # ATARI ST relocatable PRG
|
| /freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
| H A D | fsl,imx6qp-prg.yaml | 4 $id: http://devicetree.org/schemas/display/imx/fsl,imx6qp-prg.yaml# 7 title: Freescale i.MX PRG (Prefetch Resolve Gasket) 14 const: fsl,imx6qp-prg 32 phandles to the PRE units attached to this PRG, with the fixed 47 prg@21cc000 { 48 compatible = "fsl,imx6qp-prg";
|
| H A D | fsl-imx-drm.txt | 36 - fsl,prg: phandle to prg node associated with this IPU instance 88 Freescale i.MX PRG (Prefetch Resolve Gasket) 92 - compatible: should be "fsl,imx6qp-prg" 95 - clocks : phandles to the PRG ipg and axi clock inputs, as described 99 - fsl,pres: phandles to the PRE units attached to this PRG, with the fixed 104 prg@21cc000 { 105 compatible = "fsl,imx6qp-prg";
|
| H A D | fsl,imx6q-ipu.yaml | 48 fsl,prg: 50 description: phandle to prg node associated with this IPU instance
|
| /freebsd/contrib/sendmail/libsmutil/ |
| H A D | t-lockfile-0.sh | 19 PRG=./t-lockfile 46 [ -x ${PRG} ] || fail "missing ${PRG}" 52 ${PRG} $opts > $O 2>&1 || fail "$opts: $?" 61 ${PRG} -W >> $O 2>&1 || fail "-W: $?" 63 ${PRG} -R $opts >> $O 2>&1 || fail "-R $opts: $?"
|
| H A D | t-lockfile.c | 325 ** prg -- name of program 332 usage(prg) in usage() argument 333 const char *prg; in usage() 349 , prg);
|
| /freebsd/contrib/sendmail/smrsh/ |
| H A D | smrsh.c | 97 char *prg, *par; variable 128 "%s: command too long: %s\n", prg, par); 171 prg = argv[0]; 176 "Usage: %s -c command\n", prg); 211 "%s: command too long: %s\n", prg, par); 238 prg); 297 prg, cmd); 316 prg, cmd); 334 prg, cmd); 348 prg, cmd); [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6qp.dtsi | 64 prg1: prg@21cc000 { 65 compatible = "fsl,imx6qp-prg"; 73 prg2: prg@21cd000 { 74 compatible = "fsl,imx6qp-prg"; 96 fsl,prg = <&prg1>; 101 fsl,prg = <&prg2>;
|
| /freebsd/usr.bin/grep/ |
| H A D | zgrep.sh | 37 prg=${0##*/} 40 case ${prg} in 48 case ${prg} in 66 echo "Invalid command: ${prg}" >&2 117 echo "${prg}: missing argument for $1 flag" >&2 165 echo "${prg}: the ${1} flag is not currently supported" >&2 188 echo "${prg}: missing pattern" >&2
|
| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_radio_2055.h | 220 #define B2055_PRG_GCHP21 0xBD /* PRG GC HPVGA23 21 */ 221 #define B2055_PRG_GCHP22 0xBE /* PRG GC HPVGA23 22 */ 222 #define B2055_PRG_GCHP23 0xBF /* PRG GC HPVGA23 23 */ 223 #define B2055_PRG_GCHP24 0xC0 /* PRG GC HPVGA23 24 */ 224 #define B2055_PRG_GCHP25 0xC1 /* PRG GC HPVGA23 25 */ 225 #define B2055_PRG_GCHP26 0xC2 /* PRG GC HPVGA23 26 */ 226 #define B2055_PRG_GCHP27 0xC3 /* PRG GC HPVGA23 27 */ 227 #define B2055_PRG_GCHP28 0xC4 /* PRG GC HPVGA23 28 */ 228 #define B2055_PRG_GCHP29 0xC5 /* PRG GC HPVGA23 29 */ 229 #define B2055_PRG_GCHP30 0xC6 /* PRG GC HPVGA23 30 */
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | t-ixlen.sh | 13 PRG=./t-ixlen 15 ${PRG} <<EOF 32 ${PRG} -x <<EOF
|
| H A D | t-streq.c | 32 usage(prg) in usage() argument 33 const char *prg; in usage() 35 fprintf(stderr, "usage: %s [options]\n", prg);
|
| H A D | t-memstat.c | 29 usage(prg) in usage() argument 30 char *prg; in usage() 32 fprintf(stderr, "usage: %s [options]\n", prg);
|
| H A D | t-ixlen.c | 85 usage(prg) in usage() argument 86 const char *prg; in usage() 88 fprintf(stderr, "usage: %s [options]\n", prg);
|
| H A D | t-streq.sh | 13 PRG=./t-streq 22 ${PRG} <<EOF
|
| /freebsd/contrib/dialog/ |
| H A D | headers-sh.in | 137 PRG="" 140 PRG="$PRG $1"; shift 183 case "$PRG" in #(vi 196 eval $PRG $TMPSRC $DST/$NAME
|
| H A D | prgbox.c | 4 * prgbox.c -- implements the prg box
|
| /freebsd/contrib/sendmail/test/ |
| H A D | t_dropgid.c | 62 char *prg = argv[0]; local 72 printf("# chgrp nobody %s\n", prg); 73 printf("# chmod g+s nobody %s\n", prg);
|
| /freebsd/contrib/bc/include/ |
| H A D | parse.h | 78 * @param prg The program. 81 #define BC_PARSE_IS_INITED(p, prg) ((p)->prog == (prg)) argument
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | MKlib_gen.sh | 85 PRG=`echo "$1" | "$AWK" '{ sub(/^[ ]*/,""); sub(/[ ].*$/, ""); print; }' || exit 0` 86 FSF=`("$PRG" --version 2>/dev/null || exit 0) | ${FGREP-grep -F} "Free Software Foundation" | head … 87 ALL=`"$PRG" -dumpversion 2>/dev/null || exit 0` 91 echo ".. adding -P option to work around $PRG $ALL" >&2
|
| /freebsd/crypto/openssl/providers/implementations/rands/seeding/ |
| H A D | rand_win.c | 107 /* poll the Pentium PRG with CryptoAPI */ in ossl_pool_acquire_entropy()
|