Searched defs:o (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | dos2unix.c | 111 int o, conv_type; in dos2unix_main() local
|
D | stty.c | 701 #define CI_ENTRY(n,s,o) n "\0" argument 744 #define CI_ENTRY(n,s,o) { s, o }, argument
|
/busybox-1.35.0/shell/ |
D | hush.c | 2926 static void o_reset_to_empty_unquoted(o_string *o) in o_reset_to_empty_unquoted() 2934 static void o_free_and_set_NULL(o_string *o) in o_free_and_set_NULL() 2940 static ALWAYS_INLINE void o_free(o_string *o) in o_free() 2945 static void o_grow_by(o_string *o, int len) in o_grow_by() 2953 static void o_addchr(o_string *o, int ch) in o_addchr() 2977 static void o_addblock(o_string *o, const char *str, int len) in o_addblock() 2984 static void o_addstr(o_string *o, const char *str) in o_addstr() 2989 static void o_addstr_with_NUL(o_string *o, const char *str) in o_addstr_with_NUL() 2995 static void nommu_addchr(o_string *o, int ch) in nommu_addchr() 3001 # define nommu_addchr(o, str) ((void)0) argument [all …]
|
/busybox-1.35.0/archival/libarchive/ |
D | decompress_uncompress.c | 154 int o; in IF_DESKTOP() local
|
/busybox-1.35.0/miscutils/ |
D | dc.c | 229 const struct op *o; in stack_machine() local
|
/busybox-1.35.0/archival/ |
D | tar.c | 1031 # define showopt(o) bb_error_msg("opt & %s(%x):\t%x", #o, o, opt & o); in tar_main() argument
|
/busybox-1.35.0/networking/ |
D | tls_sp_c32.c | 1140 int32_t o; in sp_256_mod_mul_norm_8() local
|
/busybox-1.35.0/editors/ |
D | diff.c | 480 unsigned o = hash - TOK2CHAR(tok); in create_J() local
|
/busybox-1.35.0/include/ |
D | bb_e2fs_defs.h | 348 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument 349 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument
|