Searched refs:MESSAGE (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/usr.sbin/nologin/
H A Dnologin.c34 #define MESSAGE "This account is currently not available.\n" macro
49 printf("%s", MESSAGE);
/freebsd-12-stable/contrib/apr-util/
H A DMakefile.win108 !MESSAGE ARCH = $(ARCH)
109 !MESSAGE APR_PATH = $(APR_PATH)
110 !MESSAGE API_PATH = $(API_PATH) (apr-iconv)
111 !MESSAGE APU_PATH = $(APU_PATH) (apr-util)
112 !MESSAGE PREFIX = $(PREFIX) (install path)
113 !MESSAGE DBD_LIST = $(DBD_LIST)
114 !MESSAGE DBM_LIST = $(DBM_LIST)
115 !MESSAGE CRYPTO_LIST = $(CRYPTO_LIST)
173 !MESSAGE Please check out or download and unpack the Apache Portability Runtime
174 !MESSAGE source
[all...]
/freebsd-12-stable/contrib/libevent/sample/
H A Dhello-world.c28 static const char MESSAGE[] = "Hello, World!\n"; variable
105 bufferevent_write(bev, MESSAGE, strlen(MESSAGE));
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dfifo.cc47 const char MESSAGE[] = "Hello, World!\n"; variable
48 const int msgsize = sizeof(MESSAGE);
75 r = write(fd, MESSAGE + sent, msgsize - sent);
109 ASSERT_STREQ(message, MESSAGE);
137 r = write(fd, MESSAGE + sent, msgsize - sent);
210 ASSERT_STREQ(message, MESSAGE);
/freebsd-12-stable/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c25 #define MESSAGE "I am fine" macro
40 char message[MSG_SIZE] = MESSAGE;
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Daead_xchacha20poly1305.c21 #undef MESSAGE macro
22 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \ macro
40 assert(sizeof MESSAGE - 1U == MLEN);
41 memcpy(m, MESSAGE, MLEN);
H A Daead_chacha20poly1305.c196 #undef MESSAGE macro
197 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \ macro
214 assert(sizeof MESSAGE - 1U == MLEN);
215 memcpy(m, MESSAGE, MLEN);
/freebsd-12-stable/contrib/apr/
H A DMakefile.win53 !MESSAGE ARCH = $(ARCH)
54 !MESSAGE PREFIX = $(PREFIX) (install path)
H A Dapr.mak4 !MESSAGE No configuration specified. Defaulting to apr - Win32 Release.
8 !MESSAGE Invalid configuration "$(CFG)" specified.
9 !MESSAGE You can specify a configuration when running NMAKE
10 !MESSAGE by defining the macro CFG on the command line. For example:
11 !MESSAGE
12 !MESSAGE NMAKE /f "apr.mak" CFG="apr - Win32 Release"
13 !MESSAGE
14 !MESSAGE Possible choices for configuration are:
15 !MESSAGE
16 !MESSAGE "ap
[all...]
H A Dlibapr.mak4 !MESSAGE No configuration specified. Defaulting to libapr - Win32 Release.
8 !MESSAGE Invalid configuration "$(CFG)" specified.
9 !MESSAGE You can specify a configuration when running NMAKE
10 !MESSAGE by defining the macro CFG on the command line. For example:
11 !MESSAGE
12 !MESSAGE NMAKE /f "libapr.mak" CFG="libapr - Win32 Release"
13 !MESSAGE
14 !MESSAGE Possible choices for configuration are:
15 !MESSAGE
16 !MESSAGE "libap
[all...]
/freebsd-12-stable/tools/tools/tinybsd/
H A Dtinybsd141 local MESSAGE
143 MESSAGE=$2
146 echo -n "$MESSAGE [$ANSWER] " > /dev/tty
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak4 !MESSAGE No configuration specified. Defaulting to libisc - Win32 Debug.
8 !MESSAGE Invalid configuration "$(CFG)" specified.
9 !MESSAGE You can specify a configuration when running NMAKE
10 !MESSAGE by defining the macro CFG on the command line. For example:
11 !MESSAGE
12 !MESSAGE NMAKE /f "libisc.mak" CFG="libisc - Win32 Debug"
13 !MESSAGE
14 !MESSAGE Possible choices for configuration are:
15 !MESSAGE
16 !MESSAGE "libis
[all...]
/freebsd-12-stable/contrib/apr-util/test/
H A DMakefile.win54 !MESSAGE Building tests into $(OUTDIR) for $(MODEL)
/freebsd-12-stable/contrib/bmake/
H A Djob.c364 #define MESSAGE(fp, gn) \ macro
1069 MESSAGE(stdout, job->node);
1092 MESSAGE(stdout, job->node);
1100 MESSAGE(stdout, job->node);
1374 MESSAGE(stdout, job->node);
1715 MESSAGE(stdout, gn);
1802 MESSAGE(stdout, job->node);
1963 MESSAGE(stdout, job->node);
/freebsd-12-stable/contrib/dialog/
H A Ddlg_keys.c373 CURSES_NAME(MESSAGE),

Completed in 273 milliseconds