/busybox-1.35.0/shell/ |
D | match.c | 30 char* FAST_FUNC scan_and_match(char *string, const char *pattern, unsigned flags) in scan_and_match() 100 char *string; in main() local
|
D | ash.c | 575 char *string; /* remember the string since it may change */ member 1852 prefix(const char *string, const char *pfx) in prefix() 6128 ifsbreakup(char *string, struct arglist *arglist) in ifsbreakup() 8134 patmatch(char *pattern, const char *string) in patmatch() 11178 setinputstring(char *string) in setinputstring()
|
/busybox-1.35.0/libbb/ |
D | compare_string_array.c | 12 char* FAST_FUNC is_prefixed_with(const char *string, const char *key) in is_prefixed_with() 35 char* FAST_FUNC is_suffixed_with(const char *string, const char *key) in is_suffixed_with()
|
D | unicode.c | 996 size_t FAST_FUNC unicode_strlen(const char *string) in unicode_strlen() 1004 size_t FAST_FUNC unicode_strwidth(const char *string) in unicode_strwidth()
|
/busybox-1.35.0/include/ |
D | unicode.h | 26 # define unicode_strlen(string) strlen(string) argument 27 # define unicode_strwidth(string) strlen(string) argument
|
/busybox-1.35.0/util-linux/ |
D | setpriv.c | 147 char *string; in set_inh_caps() local 170 static void set_ambient_caps(char *string) in set_ambient_caps()
|
D | switch_root.c | 156 static void drop_capabilities(char *string) in drop_capabilities()
|
D | fsck_minix.c | 354 static int ask(const char *string, int def) in ask()
|
/busybox-1.35.0/miscutils/ |
D | strings.c | 47 char *string; in strings_main() local
|
D | devfsd.c | 1140 static int get_uid_gid(int flag, const char *string) in get_uid_gid() 1172 static mode_t get_mode(const char *string) in get_mode()
|
D | hdparm.c | 502 static int ioctl_alt_func(/*int fd,*/ int cmd, unsigned char *args, int alt, const char *string) in ioctl_alt_func() 570 static void xprint_ascii(uint16_t *val, int i, const char *string, int n) in xprint_ascii()
|
D | bc.c | 2449 static FAST_FUNC void bc_string_free(void *string) in bc_string_free()
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.gperf | 38 string, T_TYPE, TF_COMMAND, S_STRING keyword
|
D | zconf.y | 43 char *string; member
|
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | util.c | 345 int first_alpha(const char *string, const char *exempt) in first_alpha()
|
/busybox-1.35.0/modutils/ |
D | modutils.c | 78 int FAST_FUNC string_to_llist(char *string, llist_t **llist, const char *delim) in string_to_llist()
|
D | modutils-24.c | 2892 const char *string) in obj_string_patch()
|
/busybox-1.35.0/editors/ |
D | sed.c | 115 char *string; /* Data string for (saicytb) commands. */ member 223 static unsigned parse_escapes(char *dest, const char *string, int len, char from, char to) in parse_escapes() 252 static char *copy_parsing_escapes(const char *string, int len) in copy_parsing_escapes()
|
D | awk.c | 122 char *string; member
|
/busybox-1.35.0/procps/ |
D | powertop.c | 59 char *string; member 219 static void save_line(const char *string, int count) in save_line()
|
/busybox-1.35.0/networking/ |
D | wget.c | 422 static int is_ip_address(const char *string) in is_ip_address()
|
D | httpd.c | 1001 static char *encodeString(const char *string) in encodeString()
|