Home
last modified time | relevance | path

Searched refs:prg (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/sendmail/smrsh/
H A Dsmrsh.c97 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/usr.bin/grep/
H A Dzgrep.sh37 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/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qp.dtsi64 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/contrib/file/magic/Magdir/
H A Dc64326 # 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/
362 # valid 2nd BASIC fragment found only in sELF-ExTRACTING-zIP executable unzp6420.prg
372 0 name c64-prg
376 … like in saveroms; When transferring to other platforms, they are often saved with .prg extensions.
378 !:ext prg/bas/
[all …]
H A Dterminfo40 # GRR: line below too general as it catches Commodore C128 program (crc32.prg XLINK.PRG) with start…
H A Dsniffer338 # skip many Commodore Basic program (Microzodiac.prg Minefield.prg Vic-tac-toe.prg breakvic_joy.prg)
H A Darchive734 # skip Commodore PET BASIC programs (Mastermind.prg) with last 3 nil bytes (\0~end of line followed…
/freebsd/contrib/sendmail/libsm/
H A Dt-streq.c32 usage(prg) in usage() argument
33 const char *prg; in usage()
35 fprintf(stderr, "usage: %s [options]\n", prg);
H A Dt-memstat.c29 usage(prg) in usage() argument
30 char *prg; in usage()
32 fprintf(stderr, "usage: %s [options]\n", prg);
H A Dt-ixlen.c85 usage(prg) in usage() argument
86 const char *prg; in usage()
88 fprintf(stderr, "usage: %s [options]\n", prg);
/freebsd/contrib/sendmail/test/
H A Dt_dropgid.c62 char *prg = argv[0]; local
72 printf("# chgrp nobody %s\n", prg);
73 printf("# chmod g+s nobody %s\n", prg);
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl-imx-drm.txt36 - fsl,prg: phandle to prg node associated with this IPU instance
92 - compatible: should be "fsl,imx6qp-prg"
104 prg@21cc000 {
105 compatible = "fsl,imx6qp-prg";
/freebsd/contrib/bc/include/
H A Dparse.h78 * @param prg The program.
81 #define BC_PARSE_IS_INITED(p, prg) ((p)->prog == (prg)) argument
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile.c332 usage(prg) in usage() argument
333 const char *prg; in usage()
349 , prg);