/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
racoon.conf | 31 banner "/etc/racoon/motd";
|
racoon.conf-radius | 31 banner "/etc/racoon/motd";
|
/external/e2fsprogs/tests/f_dup2/ |
expect.1 | 16 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 19 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 27 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
|
/external/e2fsprogs/tests/f_dup/ |
expect.1 | 15 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 18 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
|
/external/e2fsprogs/tests/f_badinode/ |
expect.1 | 7 Inode 12 (/motd) has invalid mode (0110444).
|
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.h | 96 char motd[MAXPATHLEN + 1]; member in struct:isakmp_cfg_config 134 /* For motd */ 135 #define ISAKMP_CFG_MOTD "/etc/motd"
|
isakmp_unity.c | 126 char *filename = &isakmp_cfg_config.motd[0];
|
cfparse.y | 925 strncpy(&isakmp_cfg_config.motd[0], $2->v, MAXPATHLEN); 926 isakmp_cfg_config.motd[MAXPATHLEN] = '\0'; [all...] |
isakmp_cfg.c | [all...] |
racoon.conf.5 | [all...] |
/external/dropbear/ |
SMALL | 28 - Disabling the MOTD code and SFTP-SERVER may save a small amount of codesize
|
runopts.h | 69 /* whether to print the MOTD */
|
svr-runopts.c | 60 "-m Don't display the motd on login\n" 199 /* motd is displayed by default, -m turns it off */
|
options.h | 117 /* Whether to print the message of the day (MOTD). This doesn't add much code 121 /* The MOTD file path */ 123 #define MOTD_FILENAME "/etc/motd"
|
CHANGES | 453 - Display MOTD if requested - suggested by
|
svr-chansession.c | 795 /* don't show the motd if ~/.hushlogin exists */
|
config.guess | 355 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLTest.java | 244 URL testURL = new URL("ftp://myname@host.dom/etc/motd"); 251 assertEquals("Assert 4: wrong path", "/etc/motd", testURL.getPath()); 254 new URL("ftpmyname@host.dom/etc/motd"); 539 String testFTPURLString = "ftp://myname@host.dom/etc/motd"; 680 URL testFTPURL = new URL("ftp://myname@host.dom/etc/motd"); 699 URL testFTPURL = new URL("ftp://myname@host.dom/etc/motd"); 737 URL testFTPURL = new URL("ftp://myname@host.dom/etc/motd"); 759 URL testFTPURL = new URL("ftp://myname@host.dom/etc/motd"); 847 URL url = new URL("ftp://myUser:password@host.dom/etc/motd"); 870 URL ftpURL = new URL("ftp://myname@host.dom/etc/motd"); [all...] |
/external/jpeg/ |
config.guess | 178 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
|
/external/bison/build-aux/ |
config.guess | 350 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` [all...] |
/external/clearsilver/ |
config.guess | 322 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` [all...] |
/external/dbus/ |
config.guess | 369 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` [all...] |
/external/e2fsprogs/config/ |
config.guess | 353 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` [all...] |
/external/elfutils/config/ |
config.guess | 362 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` [all...] |
/external/expat/conftools/ |
config.guess | 354 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` [all...] |