Searched defs:tokens (Results 1 – 12 of 12) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | lsusb.c | 32 char *tokens[4]; in fileAction() local
|
D | lspci.c | 45 char *tokens[3]; in fileAction() local
|
D | acpid.c | 204 char *tokens[2]; in parse_conf_file() local 225 char *tokens[6]; in parse_map_file() local
|
D | mdev.c | 382 char *tokens[4]; in parse_next_rule() local
|
/busybox-1.35.0/modutils/ |
D | modprobe.c | 242 char *tokens[3]; in config_file_action() local 513 char *colon, *tokens[2]; in load_modules_dep() local 578 char *colon, *tokens[2]; in modprobe_main() local
|
D | modinfo.c | 145 char *colon, *tokens[2]; in modinfo_main() local
|
/busybox-1.35.0/miscutils/ |
D | rfkill.c | 95 char *tokens[2]; in rfkill_main() local
|
D | crond.c | 419 char *tokens[6]; in load_crontab() local 493 const char tokens[8]; in load_crontab() member
|
/busybox-1.35.0/libbb/ |
D | parse_config.c | 163 int FAST_FUNC config_read(parser_t *parser, char **tokens, unsigned flags, const char *delims) in config_read()
|
/busybox-1.35.0/mailutils/ |
D | reformime.c | 87 const char *tokens[32]; /* 32 is enough */ in parse() local
|
/busybox-1.35.0/networking/ |
D | ntpd.c | 2318 char *tokens[4]; in ntp_init() local
|
/busybox-1.35.0/include/ |
D | libbb.h | 1660 #define config_read(parser, tokens, max, min, str, flags) \ argument
|