• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/

Lines Matching refs:ALIGN1

15 const char bb_banner[] ALIGN1 = BANNER;
17 const char bb_msg_memory_exhausted[] ALIGN1 = "memory exhausted";
18 const char bb_msg_invalid_date[] ALIGN1 = "invalid date '%s'";
19 const char bb_msg_write_error[] ALIGN1 = "write error";
20 const char bb_msg_read_error[] ALIGN1 = "read error";
21 const char bb_msg_unknown[] ALIGN1 = "(unknown)";
22 const char bb_msg_can_not_create_raw_socket[] ALIGN1 = "can't create raw socket";
23 const char bb_msg_perm_denied_are_you_root[] ALIGN1 = "permission denied. (are you root?)";
24 const char bb_msg_requires_arg[] ALIGN1 = "%s requires an argument";
25 const char bb_msg_invalid_arg[] ALIGN1 = "invalid argument '%s' to '%s'";
26 const char bb_msg_standard_input[] ALIGN1 = "standard input";
27 const char bb_msg_standard_output[] ALIGN1 = "standard output";
29 const char bb_str_default[] ALIGN1 = "default";
30 const char bb_hexdigits_upcase[] ALIGN1 = "0123456789ABCDEF";
32 const char bb_path_passwd_file[] ALIGN1 = "/etc/passwd";
33 const char bb_path_shadow_file[] ALIGN1 = "/etc/shadow";
34 const char bb_path_group_file[] ALIGN1 = "/etc/group";
35 const char bb_path_gshadow_file[] ALIGN1 = "/etc/gshadow";
36 const char bb_path_motd_file[] ALIGN1 = "/etc/motd";
37 const char bb_dev_null[] ALIGN1 = "/dev/null";
38 const char bb_busybox_exec_path[] ALIGN1 = CONFIG_BUSYBOX_EXEC_PATH;
39 const char bb_default_login_shell[] ALIGN1 = LIBBB_DEFAULT_LOGIN_SHELL;
42 const char bb_PATH_root_path[] ALIGN1 = "PATH=/sbin:/usr/sbin:/bin:/usr/bin";
50 const char bb_path_wtmp_file[] ALIGN1 =