Searched refs:num (Results 1 – 2 of 2) sorted by relevance
116 #define SET_REPEATED_STRING_OPTION(arr, num, size) do { \ in get_options() argument117 if (*num == size) { \ in get_options()121 SET_STRING_OPTION(((*arr) + *num)); \ in get_options()122 (*num)++; \ in get_options()
185 int num; in addDigestsToManifest() local205 while ((num = data.read(buffer)) > 0) { in addDigestsToManifest()206 md.update(buffer, 0, num); in addDigestsToManifest()402 int num; in copyFiles() local421 while ((num = data.read(buffer)) > 0) { in copyFiles()422 out.write(buffer, 0, num); in copyFiles()