Searched refs:matched (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/findutils/ |
D | grep.c | 693 int matched = 0; in grep_dir() local 702 /* userData= */ &matched in grep_dir() 704 return matched; in grep_dir() 711 int matched; in grep_main() local 832 matched = 0; in grep_main() 844 matched |= grep_dir(cur_file); in grep_main() 857 matched |= grep_file(file); in grep_main() 880 return !matched; /* invert return value: 0 = success, 1 = failed */ in grep_main()
|
/busybox-1.35.0/editors/ |
D | sed.c | 1096 int old_matched, matched; in process_files() local 1143 matched = sed_cmd->in_match; in process_files() 1146 sed_cmd->cmd, matched, sed_cmd->beg_line, sed_cmd->end_line, linenum); in process_files() 1150 if (matched) { in process_files() 1182 if (sed_cmd->invert ? matched : !matched) { in process_files() 1201 if (sed_cmd->invert ? matched : !matched) in process_files()
|
/busybox-1.35.0/docs/ |
D | mdev.txt | 64 starts with "-". If no line is matched, then the default of 0:0 660 is used. 117 the device "hdc" was matched, MDEV would be set to "hdc".
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 152 /* Return all but the first "n" matched characters back to the input stream. */ 667 /* Done after the current pattern has been matched and before the 868 /* Copy whatever the last rule matched to the standard output. */ 1283 /* Amount of text matched not including the EOB char. */ 1432 /* We matched a single character, the EOB, so 1440 /* We matched some text prior to the EOB, first
|
/busybox-1.35.0/libbb/ |
D | lineedit.c | 697 static void add_match(char *matched) in add_match() argument 699 unsigned char *p = (unsigned char*)matched; in add_match() 706 free(matched); in add_match() 712 matches[num_matches] = matched; in add_match()
|