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

  /src/usr.bin/make/
dir.c 1302 char *dirbase, *dirbase_end; local
1305 dirbase = bmake_strdup(here);
1306 dirbase_end = dirbase + strlen(dirbase);
1309 try = str_concat3(dirbase, "/", needle);
1323 free(dirbase);
1328 if (dirbase_end == dirbase)
1331 /* Truncate dirbase from the end to move up a dir. */
1332 while (dirbase_end > dirbase && *dirbase_end != '/')
1337 free(dirbase);
    [all...]
  /src/sys/arch/mac68k/nubus/
nubus.c 582 dir_return->dirbase = nubus_adjust_ptr(fmt->bytelanes, fmt->top,
584 dir_return->curr_ent = dir_return->dirbase;
601 dir_return->dirbase =
603 dir_return->curr_ent = dir_return->dirbase;
636 entry = dir->dirbase;
nubus.h 217 u_int32_t dirbase; member in struct:_nubus_dir

Completed in 27 milliseconds