HomeSort by: relevance | last modified time | path
    Searched refs:path_count (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.c 496 int path_count, dir_count, done, i, j, dir_copied; local
504 path_count = 0;
516 memcpy(current->attr.rr_entry.SL.component + path_count,
518 path_count += 2;
551 if ((path_count + dir_count) >= 249) {
556 if (path_count <= 249) {
557 while(j != (249 - path_count)) {
565 path_count,
569 path_count += j;
570 current->attr.rr_entry.SL.h.length[0] = path_count + 5
    [all...]
  /src/external/mit/libuv/dist/src/unix/
fsevents.c 408 unsigned int path_count; local
435 path_count = state->fsevent_handle_count;
436 if (path_count != 0) {
437 paths = uv__malloc(sizeof(*paths) * path_count);
444 for (; i < path_count; i++) {
461 if (path_count != 0) {
463 cf_paths = pCFArrayCreate(NULL, (const void**) paths, path_count, NULL);

Completed in 17 milliseconds