Home
last modified time | relevance | path

Searched defs:o (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/coreutils/
Ddos2unix.c111 int o, conv_type; in dos2unix_main() local
Dstty.c701 #define CI_ENTRY(n,s,o) n "\0" argument
744 #define CI_ENTRY(n,s,o) { s, o }, argument
/busybox-1.35.0/shell/
Dhush.c2926 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/
Ddecompress_uncompress.c154 int o; in IF_DESKTOP() local
/busybox-1.35.0/miscutils/
Ddc.c229 const struct op *o; in stack_machine() local
/busybox-1.35.0/archival/
Dtar.c1031 # define showopt(o) bb_error_msg("opt & %s(%x):\t%x", #o, o, opt & o); in tar_main() argument
/busybox-1.35.0/networking/
Dtls_sp_c32.c1140 int32_t o; in sp_256_mod_mul_norm_8() local
/busybox-1.35.0/editors/
Ddiff.c480 unsigned o = hash - TOK2CHAR(tok); in create_J() local
/busybox-1.35.0/include/
Dbb_e2fs_defs.h348 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument
349 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument