Searched refs:PROGNAME (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/tools/tools/cxgbtool/
H A Dversion.h27 #define PROGNAME "cxgbtool" macro
H A Dcxgbtool.c1753 printf("%s version %s\n", PROGNAME, VERSION);
/freebsd-current/stand/i386/boot0sio/
H A DMakefile4 PROGNAME= boot0sio macro
/freebsd-current/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c56 #define PROGNAME "zfs-mount-generator" macro
61 "# Automatically generated by " PROGNAME "\n" \
86 fprintf(stderr, PROGNAME "[%d]: "
153 fprintf(stderr, PROGNAME "[%d]: "
233 fprintf(stderr, PROGNAME "[%d]: %s: not enough tokens!\n",
300 fprintf(stderr, PROGNAME "[%d]: %s: "
313 fprintf(stderr, PROGNAME "[%d]: %s: "
393 fprintf(stderr, PROGNAME "[%d]: %s: "
408 fprintf(stderr, PROGNAME "[%d]: %s: "
422 fprintf(stderr, PROGNAME "[
[all...]
/freebsd-current/usr.bin/xinstall/
H A DMakefile7 PROGNAME= install macro
/freebsd-current/usr.bin/bmake/
H A DMakefile.inc14 .if ${PROGNAME:U} != "bmake"
/freebsd-current/crypto/openssh/contrib/cygwin/
H A Dssh-user-config22 PROGNAME=$(basename -- $0)
226 echo "usage: ${PROGNAME} [OPTION]..."
H A Dssh-host-config51 PROGNAME=$(/usr/bin/basename $0)
/freebsd-current/tests/sys/fs/tarfs/
H A Dmktar.c41 #define PROGNAME "mktar" macro
59 fprintf(stderr, "%s: ", PROGNAME);
161 fprintf(stderr, "usage: %s [-gv] tarfile\n", PROGNAME);
192 if (asprintf(&dirname, "%s%s.XXXXXXXX", _PATH_TMP, PROGNAME) < 0)
/freebsd-current/share/mk/
H A Dbsd.prog.mk151 PROGNAME?= ${PROG} macro
216 ${PROG}: ${PROG_FULL} ${PROGNAME}.debug
217 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROGNAME}.debug \
220 ${PROGNAME}.debug: ${PROG_FULL}
260 CLEANFILES+= ${PROG_FULL} ${PROGNAME}.debug
306 ${_INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}/${PROGNAME}
312 ${PROGNAME}.debug ${DESTDIR}${DEBUGFILEDIR}/${PROGNAME}.debug
H A Dbsd.progs.mk25 NO_SHARED MK_WERROR PROGNAME STRIP WARNS MK_ASAN MK_UBSAN
71 # Stage from parent while respecting PROGNAME and BINDIR overrides.
75 STAGE_AS_prog.${_prog}= ${PROGNAME.${_prog}:UPROGNAME_${_prog}:U${_prog}}
H A Dbsd.sys.mk420 .if defined(PROGNAME)
422 STAGE_AS_${PROG}= ${PROGNAME}
/freebsd-current/usr.bin/gh-bc/
H A DMakefile5 PROGNAME= bc macro
7 BCDIR= ${SRCTOP}/contrib/${PROGNAME}
58 CFLAGS+= -DMAINEXEC=${PROGNAME}
/freebsd-current/contrib/lua/src/
H A Dluac.c31 #define PROGNAME "luac" /* default program name */ macro
32 #define OUTPUT PROGNAME ".out" /* default output file */
39 static const char* progname=PROGNAME; /* actual program name */
151 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1));
/freebsd-current/contrib/mandoc/
H A Dconfigure319 runtest progname PROGNAME || true
/freebsd-current/
H A DMakefile477 DESTDIR= PROGNAME=${MYMAKE:T}

Completed in 306 milliseconds