OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argv_parse
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/e2fsck/
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.
36
#include "
argv_parse
.h"
45
int
argv_parse
(char *in_buf, int *ret_argc, char ***ret_argv)
function
149
ret =
argv_parse
(buf, &ac, &av);
151
printf("
Argv_parse
returned %d!\n", ret);
154
printf("
Argv_parse
returned %d arguments...\n", ac);
Makefile.in
195
test_profile: $(srcdir)/profile.c profile_helpers.o
argv_parse
.o \
199
profile_helpers.o
argv_parse
.o $(STATIC_LIBCOM_ERR) \
profile.c
[
all
...]
Completed in 1290 milliseconds