Searched refs:ALIGN1 (Results 1 - 25 of 98) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dmessages.c15 const char bb_banner[] ALIGN1 = BANNER; variable
17 const char bb_msg_memory_exhausted[] ALIGN1 = "memory exhausted"; variable
18 const char bb_msg_invalid_date[] ALIGN1 = "invalid date '%s'"; variable
19 const char bb_msg_write_error[] ALIGN1 = "write error"; variable
20 const char bb_msg_read_error[] ALIGN1 = "read error"; variable
21 const char bb_msg_unknown[] ALIGN1 = "(unknown)"; variable
22 const char bb_msg_can_not_create_raw_socket[] ALIGN1 = "can't create raw socket"; variable
23 const char bb_msg_perm_denied_are_you_root[] ALIGN1 = "permission denied. (are you root?)"; variable
24 const char bb_msg_requires_arg[] ALIGN1 = "%s requires an argument"; variable
25 const char bb_msg_invalid_arg[] ALIGN1 variable
26 const char bb_msg_standard_input[] ALIGN1 = "standard input"; variable
27 const char bb_msg_standard_output[] ALIGN1 = "standard output"; variable
29 const char bb_str_default[] ALIGN1 = "default"; variable
30 const char bb_hexdigits_upcase[] ALIGN1 = "0123456789ABCDEF"; variable
32 const char bb_path_passwd_file[] ALIGN1 = "/etc/passwd"; variable
33 const char bb_path_shadow_file[] ALIGN1 = "/etc/shadow"; variable
34 const char bb_path_group_file[] ALIGN1 = "/etc/group"; variable
35 const char bb_path_gshadow_file[] ALIGN1 = "/etc/gshadow"; variable
36 const char bb_path_motd_file[] ALIGN1 = "/etc/motd"; variable
37 const char bb_dev_null[] ALIGN1 = "/dev/null"; variable
38 const char bb_busybox_exec_path[] ALIGN1 = CONFIG_BUSYBOX_EXEC_PATH; variable
39 const char bb_default_login_shell[] ALIGN1 = LIBBB_DEFAULT_LOGIN_SHELL; variable
42 const char bb_PATH_root_path[] ALIGN1 = "PATH=/sbin:/usr/sbin:/bin:/usr/bin"; variable
50 const char bb_path_wtmp_file[] ALIGN1 = variable
[all...]
H A Dmtab_file.c14 const char bb_path_mtab_file[] ALIGN1 = variable
H A Dhuman_readable.c35 static const char zero_and_units[] ALIGN1 = { '0', 0, 'k', 'M', 'G', 'T' }; local
36 static const char fmt[] ALIGN1 = "%llu"; local
37 static const char fmt_tenths[] ALIGN1 = "%llu.%d%c"; local
39 static char str[21] ALIGN1; /* Sufficient for 64 bit unsigned integers */ local
H A Duuencode.c11 const char bb_uuenc_tbl_base64[65 + 2] ALIGN1 = { variable
24 const char bb_uuenc_tbl_std[65] ALIGN1 = { variable
H A Dlogin.c18 static const char fmtstr_d[] ALIGN1 = "%A, %d %B %Y"; variable
19 static const char fmtstr_t[] ALIGN1 = "%H:%M:%S"; variable
H A Dprocess_escape_sequence.c21 static const char charmap[] ALIGN1 = { local
H A Dmode_string.c49 static const char type_chars[16] ALIGN1 = "?pc?d?b?-?l?s???"; variable
51 static const char mode_chars[7] ALIGN1 = "rwxSTst"; variable
H A Dparse_mode.c34 static const char who_chars[] ALIGN1 = "augo"; local
35 static const char perm_chars[] ALIGN1 = "rwxXst"; local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dusage_compressed.h1 static const char packed_usage[] ALIGN1 = variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dcmp.c36 static const char fmt_eof[] ALIGN1 = "cmp: EOF on %s\n"; variable
37 static const char fmt_differ[] ALIGN1 = "%s %s differ: char %"OFF_FMT"d, line %d\n"; variable
39 static const char fmt_l_opt[] ALIGN1 = "%.0s%.0s%"OFF_FMT"d %3o %3o\n"; variable
41 static const char opt_chars[] ALIGN1 = "sl"; variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dsysctl.c30 static const char PROC_PATH[] ALIGN1 = "/proc/sys/"; variable
31 static const char DEFAULT_PRELOAD[] ALIGN1 = "/etc/sysctl.conf"; variable
34 static const char ERR_UNKNOWN_PARAMETER[] ALIGN1 = variable
36 static const char ERR_MALFORMED_SETTING[] ALIGN1 = variable
38 static const char ERR_NO_EQUALS[] ALIGN1 = variable
40 static const char ERR_INVALID_KEY[] ALIGN1 = variable
42 static const char ERR_UNKNOWN_WRITING[] ALIGN1 = variable
44 static const char ERR_UNKNOWN_READING[] ALIGN1 = variable
46 static const char ERR_PERMISSION_DENIED[] ALIGN1 = variable
48 static const char ERR_PRELOAD_FILE[] ALIGN1 variable
50 static const char WARN_BAD_LINE[] ALIGN1 = variable
[all...]
H A Drenice.c32 static const char Xetpriority_msg[] ALIGN1 = "%cetpriority"; local
70 static const char opts[] ALIGN1 = { local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dvconfig.c66 static const char cmds[] ALIGN1 = { variable
88 static const char name_types[] ALIGN1 = { variable
107 static const char conf_file_name[] ALIGN1 = "/proc/net/vlan/config"; variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/console-tools/
H A Dsetconsole.c14 static const char setconsole_longopts[] ALIGN1 = variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dhead.c16 static const char head_opts[] ALIGN1 = variable
32 static const char header_fmt_str[] ALIGN1 = "\n==> %s <==\n"; variable
H A Denv.c38 static const char env_longopts[] ALIGN1 = variable
H A Dmkdir.c28 static const char mkdir_longopts[] ALIGN1 = variable
H A Dmknod.c17 static const char modes_chars[] ALIGN1 = { 'p', 'c', 'u', 'b', 0, 1, 1, 2 }; variable
H A Dmv.c24 static const char mv_longopts[] ALIGN1 = variable
33 static const char fmt[] ALIGN1 = variable
H A Dod.c150 static const char od_opts[] ALIGN1 = "aBbcDdeFfHhIiLlOoXxv"; variable
152 static const char od_o2si[] ALIGN1 = { variable
H A Dstty.c130 static const char evenp [] ALIGN1 = "evenp"; variable
131 static const char raw [] ALIGN1 = "raw"; variable
132 static const char stty_min [] ALIGN1 = "min"; variable
133 static const char stty_time [] ALIGN1 = "time"; variable
134 static const char stty_swtch[] ALIGN1 = "swtch"; variable
135 static const char stty_eol [] ALIGN1 = "eol"; variable
136 static const char stty_eof [] ALIGN1 = "eof"; variable
137 static const char parity [] ALIGN1 = "parity"; variable
138 static const char stty_oddp [] ALIGN1 = "oddp"; variable
139 static const char stty_nl [] ALIGN1 variable
140 static const char stty_ek [] ALIGN1 = "ek"; variable
141 static const char stty_sane [] ALIGN1 = "sane"; variable
142 static const char cbreak [] ALIGN1 = "cbreak"; variable
143 static const char stty_pass8[] ALIGN1 = "pass8"; variable
144 static const char litout [] ALIGN1 = "litout"; variable
145 static const char cooked [] ALIGN1 = "cooked"; variable
146 static const char decctlq [] ALIGN1 = "decctlq"; variable
147 static const char stty_tabs [] ALIGN1 = "tabs"; variable
148 static const char stty_lcase[] ALIGN1 = "lcase"; variable
149 static const char stty_LCASE[] ALIGN1 = "LCASE"; variable
150 static const char stty_crt [] ALIGN1 = "crt"; variable
151 static const char stty_dec [] ALIGN1 = "dec"; variable
420 static const unsigned char tcflag_offsets[] ALIGN1 = { local
565 static const char params[] ALIGN1 = local
[all...]
H A Dexpand.c139 static const char expand_longopts[] ALIGN1 = local
146 static const char unexpand_longopts[] ALIGN1 = local
H A Dod_bloaty.c132 static const uint8_t bytes_to_oct_digits[] ALIGN1 = variable
135 static const uint8_t bytes_to_signed_dec_digits[] ALIGN1 = variable
138 static const uint8_t bytes_to_unsigned_dec_digits[] ALIGN1 = variable
141 static const uint8_t bytes_to_hex_digits[] ALIGN1 = variable
145 static const signed char width_bytes[] ALIGN1 = { variable
214 static unsigned char integral_type_size[MAX_INTEGRAL_TYPE_SIZE + 1] ALIGN1 = { variable
231 static unsigned char fp_type_size[MAX_FP_TYPE_SIZE + 1] ALIGN1 = { variable
385 static const char charname[33][3] ALIGN1 = { local
561 static const char CSIL[] ALIGN1 = "CSIL"; local
597 static const char doux[] ALIGN1 local
654 static const char FDL[] ALIGN1 = "FDL"; local
837 static char address_fmt[] ALIGN1 = "%0n"OFF_FMT"xc"; variable
1234 static const char od_longopts[] ALIGN1 = local
1269 static const char doxn[] ALIGN1 = "doxn"; local
1270 static const char doxn_address_base_char[] ALIGN1 = { local
1273 static const uint8_t doxn_address_pad_len_char[] ALIGN1 = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhexdump.c46 static const char add_first[] ALIGN1 = "\"%07.7_Ax\n\""; variable
48 static const char hexdump_opts[] ALIGN1 = "bcdoxCe:f:n:s:v"; variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dar.c44 static const char msg_unsupported_err[] ALIGN1 = local

Completed in 212 milliseconds

1234