/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/ |
H A D | zfs-mount-generator.c | 56 #define PROGNAME "zfs-mount-generator" macro 61 "# Automatically generated by " PROGNAME "\n" \ 86 fprintf(stderr, PROGNAME "[%d]: " in systemd_escape() 153 fprintf(stderr, PROGNAME "[%d]: " in systemd_escape_path() 233 fprintf(stderr, PROGNAME "[%d]: %s: not enough tokens!\n", in line_worker() 300 fprintf(stderr, PROGNAME "[%d]: %s: " in line_worker() 313 fprintf(stderr, PROGNAME "[%d]: %s: " in line_worker() 393 fprintf(stderr, PROGNAME "[%d]: %s: " in line_worker() 408 fprintf(stderr, PROGNAME "[%d]: %s: " in line_worker() 422 fprintf(stderr, PROGNAME "[%d]: %s: invalid canmount=%s\n", in line_worker() [all …]
|
/freebsd/share/mk/ |
H A D | bsd.prog.mk | 160 PROGNAME?= ${PROG} 225 ${PROG}: ${PROG_FULL} ${PROGNAME}.debug 226 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROGNAME}.debug \ 229 ${PROGNAME}.debug: ${PROG_FULL} 269 CLEANFILES+= ${PROG_FULL} ${PROGNAME}.debug 315 ${_INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}/${PROGNAME} 321 ${PROGNAME}.debug ${DESTDIR}${DEBUGFILEDIR}/${PROGNAME}.debug
|
H A D | bsd.progs.mk | 25 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 D | bsd.sys.mk | 428 .if defined(PROGNAME) 430 STAGE_AS_${PROG}= ${PROGNAME}
|
H A D | bsd.README | 381 PROGNAME The name that the above program will be installed as, if 417 - PROGNAME
|
/freebsd/tests/sys/fs/tarfs/ |
H A D | mktar.c | 41 #define PROGNAME "mktar" macro 59 fprintf(stderr, "%s: ", PROGNAME); in verbose() 161 fprintf(stderr, "usage: %s [-gv] tarfile\n", PROGNAME); in usage() 192 if (asprintf(&dirname, "%s%s.XXXXXXXX", _PATH_TMP, PROGNAME) < 0) in main()
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.sendifm2 | 3 echo "${PROGNAME}: [$$] end ${SITE}" 15 echo "${PROGNAME}: [$$] end `date`"
|
/freebsd/crypto/openssh/contrib/cygwin/ |
H A D | ssh-user-config | 22 PROGNAME=$(basename -- $0) 226 echo "usage: ${PROGNAME} [OPTION]..."
|
H A D | ssh-host-config | 51 PROGNAME=$(/usr/bin/basename $0)
|
/freebsd/usr.bin/gh-bc/ |
H A D | Makefile | 4 PROGNAME= bc macro 6 BCDIR= ${SRCTOP}/contrib/${PROGNAME} 57 CFLAGS+= -DMAINEXEC=${PROGNAME}
|
/freebsd/tools/tools/cxgbtool/ |
H A D | version.h | 27 #define PROGNAME "cxgbtool" macro
|
H A D | cxgbtool.c | 1753 printf("%s version %s\n", PROGNAME, VERSION); in main()
|
/freebsd/stand/i386/boot0sio/ |
H A D | Makefile | 3 PROGNAME= boot0sio macro
|
/freebsd/usr.bin/xinstall/ |
H A D | Makefile | 6 PROGNAME= install macro
|
/freebsd/usr.bin/bmake/ |
H A D | Makefile.inc | 13 .if ${PROGNAME:U} != "bmake"
|
/freebsd/contrib/lua/src/ |
H A D | luac.c | 31 #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)); in combine()
|
/freebsd/contrib/mandoc/ |
H A D | configure | 322 runtest progname PROGNAME || true
|
/freebsd/ |
H A D | Makefile | 486 DESTDIR= PROGNAME=${MYMAKE:T}
|
/freebsd/contrib/openbsm/ |
H A D | configure | 3769 # Loop through the user's path and test for each of PROGNAME-LIST
|
/freebsd/contrib/sqlite3/ |
H A D | configure | 5774 # Loop through the user's path and test for each of PROGNAME-LIST
|
/freebsd/contrib/libevent/ |
H A D | configure | 5303 # Loop through the user's path and test for each of PROGNAME-LIST
|
/freebsd/contrib/file/ |
H A D | configure | 5693 # Loop through the user's path and test for each of PROGNAME-LIST
|
/freebsd/contrib/openpam/ |
H A D | configure | 5779 # Loop through the user's path and test for each of PROGNAME-LIST
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | configure | 5309 # Loop through the user's path and test for each of PROGNAME-LIST 5512 # Loop through the user's path and test for each of PROGNAME-LIST 5584 # Loop through the user's path and test for each of PROGNAME-LIST 5946 # Loop through the user's path and test for each of PROGNAME-LIST 6031 # Loop through the user's path and test for each of PROGNAME-LIST 8090 # Loop through the user's path and test for each of PROGNAME-LIST
|
/freebsd/contrib/ldns/ |
H A D | configure | 4401 # Loop through the user's path and test for each of PROGNAME-LIST
|