Home
last modified time | relevance | path

Searched refs:argv_parse (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/e2fsck/
Dargv_parse.c45 int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv) in argv_parse() function
149 ret = argv_parse(buf, &ac, &av); in main()
Dargv_parse.h42 extern int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv);
DMakefile.in175 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
179 profile_helpers.o argv_parse.o $(STATIC_LIBCOM_ERR) \
Dprofile.c1802 ret = argv_parse(buf, &argc, &argv); in do_batchmode()