Searched refs:optRecords (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dgetpwnam.c85 static int optRecords = 100; // the number of total records variable
135 optRecords = atoi(optarg);
136 debug("optRecords = %d\n", optRecords);
166 optRecords = (int) ((float) optRecords * ((float) optCachehit / 100));
167 debug("# of records adjusted to %d for cache hit rate %d%%\n", optRecords, optCachehit);
172 if (lm_optB < optRecords) {
173 lm_optB = optRecords;
179 username_list = malloc( optRecords * USERNAME_LE
[all...]
H A Dod_query_create_with_node.c97 static int optRecords = 100; // the number of total records variable
160 optRecords = atoi(optarg);
161 debug("optRecords = %d\n", optRecords);
196 optRecords = (int) ((float) optRecords * ((float) optCachehit / 100));
197 debug("# of records adjusted to %d for cache hit rate %d%%\n", optRecords, optCachehit);
202 if (lm_optB < optRecords) {
203 lm_optB = optRecords;
221 key = malloc(sizeof(CFStringRef) * optRecords);
[all...]
H A Dgetgrnam.c75 static int optRecords = 10; // the number of total records variable
110 optRecords = atoi(optarg);
111 debug("optRecords = %d\n", optRecords);
144 grpname_list = malloc( optRecords * GROUPNAME_LEN );
150 for (i = 0; i < optRecords; i++) {
171 int index = (random() % optRecords) * GROUPNAME_LEN;
H A Dmbr_check_service_membership.c71 static int optRecords = 100; // the number of total records variable
113 optRecords = atoi(optarg);
114 debug("optRecords = %d\n", optRecords);
181 ts->uuid_list = calloc(optRecords, sizeof(uuid_t));
183 for (i = 0; i < optRecords; i++) {
206 if (optRecords < lm_optB) {
207 lm_optB = optRecords;

Completed in 21 milliseconds