HomeSort by relevance Sort by last modified time
    Searched refs:argv_parse (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/support/
argv_parse.h 2 * argv_parse.h --- header file for the argv parser.
4 * This file defines the interface for the functions argv_parse() and
8 * int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv)
20 * This function frees the argument vector created by argv_parse().
42 extern int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv);
argv_parse.c 2 * argv_parse.c --- utility function for parsing a string into a
5 * This file defines a function argv_parse() which parsing a
10 * See argv_parse.h for the formal definition of the functions.
37 #include "argv_parse.h"
46 int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv) function
150 ret = argv_parse(buf, &ac, &av);
152 printf("Argv_parse returned %d!\n", ret);
155 printf("Argv_parse returned %d arguments...\n", ac);
profile.c     [all...]
  /external/e2fsprogs/e2fsck/
Makefile.in 170 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
174 profile_helpers.o argv_parse.o $(STATIC_LIBCOM_ERR) \

Completed in 504 milliseconds