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

  /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);
simapi.h     [all...]
frontapi.h     [all...]
  /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);

Completed in 58 milliseconds