OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytes_required
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c
958
unsigned int
bytes_required
= 0;
local
970
bytes_required
979
if (*argv)
bytes_required
++;
1016
bytes_required
+= (backslash_count + 1);
1050
bytes_required
++;
1061
bytes_required
+= (backslash_count + 2);
1067
if (*(++argvi))
bytes_required
++;
1074
bytes_required
++;
1076
command_line = (char*) malloc(
bytes_required
);
/external/srec/srec/include/
duk_args.h
94
int get_string_argument(arg_info *avlist, int avc, char *key, char *value, int valueLen, int *
bytes_required
, int typ);
frontapi.h
[
all
...]
simapi.h
[
all
...]
Completed in 301 milliseconds