Searched defs:match (Results 1 – 18 of 18) sorted by relevance
/busybox-1.35.0/libbb/ |
D | match_fstype.c | 16 int match = 1; in fstype_matches() local
|
D | lineedit.c | 2356 char *match = strstr(state->history[h], match_buf); in reverse_i_search() local
|
/busybox-1.35.0/procps/ |
D | pgrep.c | 162 int cmdlen, match; in pgrep_main() local
|
/busybox-1.35.0/editors/ |
D | sed.c | 309 static int parse_regex_delim(const char *cmdstr, char **match, char **replace) in parse_regex_delim() 398 char *match; in parse_subst_cmd() local 581 char *match, *replace; in parse_cmd_args() local
|
D | vi.c | 2039 char match; in find_pair() local
|
/busybox-1.35.0/debianutils/ |
D | start_stop_daemon.c | 201 int match; in pid_is_exec() local
|
/busybox-1.35.0/archival/ |
D | gzip.c | 714 uch *match; /* matched string */ in longest_match() local 790 static void check_match(IPos start, IPos match, int length) in check_match() 805 # define check_match(start, match, length) ((void)0) argument
|
/busybox-1.35.0/miscutils/ |
D | less.c | 1309 static void normalize_match_pos(int match) in normalize_match_pos() 1318 static void goto_match(int match) in goto_match()
|
D | devfsd.c | 1413 const char *match; /* The string to match to(up to length) */ member
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 233 static int match(const char *name, struct stat *sb, char **con) in match() function
|
/busybox-1.35.0/sysklogd/ |
D | syslogd.c | 877 bool match = 0; in timestamp_and_log() local
|
/busybox-1.35.0/findutils/ |
D | find.c | 641 regmatch_t match; in ACTF() local
|
D | grep.c | 339 char *match; in grep_file() local
|
/busybox-1.35.0/util-linux/ |
D | mdev.c | 281 regex_t match; member
|
D | mount.c | 2232 int match; in match_opt() local
|
/busybox-1.35.0/runit/ |
D | svlogd.c | 189 char match; member
|
/busybox-1.35.0/networking/ |
D | ifupdown.c | 181 char **match; member
|
/busybox-1.35.0/shell/ |
D | ash.c | 3960 char *(*match)(const char *, const char *); in getjob() local 6922 int match; in scanleft() local 6966 int match; in scanright() local
|