HomeSort by: relevance | last modified time | path
    Searched defs:rarray (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/
veriexec.c 234 prop_array_t rarray; local
236 rarray = prop_array_create();
237 if (rarray == NULL) {
242 error = veriexec_dump(l, rarray);
245 rarray);
248 prop_object_release(rarray);
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
refresh_clvmd.c 198 lvm_response_t *rarray; local
239 rarray = *response;
245 strcpy(rarray[i].node, inptr);
248 memcpy(&rarray[i].status, inptr, sizeof(int));
251 rarray[i].response = dm_malloc(strlen(inptr) + 1);
252 if (rarray[i].response == NULL) {
256 dm_free(rarray[i].response);
263 strcpy(rarray[i].response, inptr);
264 rarray[i].len = strlen(inptr);
269 *response = rarray;
    [all...]
  /src/external/gpl2/lvm2/dist/lib/locking/
cluster_locking.c 211 lvm_response_t *rarray; local
251 rarray = *response;
257 strcpy(rarray[i].node, inptr);
260 memcpy(&rarray[i].status, inptr, sizeof(int));
263 rarray[i].response = dm_malloc(strlen(inptr) + 1);
264 if (rarray[i].response == NULL) {
268 dm_free(rarray[i].response);
275 strcpy(rarray[i].response, inptr);
276 rarray[i].len = strlen(inptr);
281 *response = rarray;
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 2560 int* rarray; local
2562 MALLOC(rarray, int, d->states[s].mbps.nelem);
2569 rarray[i] = match_anychar(d, s, pos, index);
2572 rarray[i] = match_mb_charset(d, s, pos, index);
2578 return rarray;
  /src/external/gpl2/grep/dist/src/
dfa.c 2581 int* rarray; local
2583 MALLOC(rarray, int, d->states[s].mbps.nelem);
2590 rarray[i] = match_anychar(d, s, pos, index);
2593 rarray[i] = match_mb_charset(d, s, pos, index);
2599 return rarray;

Completed in 22 milliseconds