Searched refs:parse_size (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dstdbuf.c66 parse_size (char const *str, size_t *size) function
326 && parse_size (optarg, &stdbuf[opt_fileno].size) == -1)
/haiku-fatelf/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp38 // parse_size
41 parse_size(const char *str, off_t *_size) function
238 if (!parse_size(argv[argIndex], &size)) {
/haiku-fatelf/src/bin/findutils/find/
H A Dparser.c136 static boolean parse_size PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
1517 parse_size (const struct parser_table* entry, char **argv, int *arg_ptr)
1514 parse_size (const struct parser_table* entry, char **argv, int *arg_ptr) function

Completed in 91 milliseconds