Home
last modified time | relevance | path

Searched defs:parse_word (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/e2fsprogs/misc/
H A Dismounted.c58 static char *parse_word(char **buf) in parse_word() function
H A De2initrd_helper.c184 static char *parse_word(char **buf) in parse_word() function
H A Dfsck.c181 static char *parse_word(char **buf) in parse_word() function
/aosp_15_r20/external/e2fsprogs/ext2ed/
H A Dmain.c420 char *parse_word (char *source,char *dest) in parse_word() function
/aosp_15_r20/external/rust/android-crates-io/crates/shlex/src/
Dbytes.rs60 fn parse_word(&mut self, mut ch: u8) -> Option<Vec<u8>> { in parse_word() method
/aosp_15_r20/external/toybox/toys/pending/
H A Dsh.c1095 static char *parse_word(char *start, int early) in parse_word() function