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

  /src/usr.sbin/installboot/
evboards.c 473 const char *pathspec; local in function:evb_uboot_pkg_paths
477 pathspec = params->uboot_paths;
478 assert(pathspec != NULL);
480 if (strlen(pathspec) == 0)
484 for (cp = __UNCONST(pathspec), count = 0;;) {
493 strlen(pathspec) + 1);
508 strcpy(startcp, pathspec);
evboards.c 473 const char *pathspec; local in function:evb_uboot_pkg_paths
477 pathspec = params->uboot_paths;
478 assert(pathspec != NULL);
480 if (strlen(pathspec) == 0)
484 for (cp = __UNCONST(pathspec), count = 0;;) {
493 strlen(pathspec) + 1);
508 strcpy(startcp, pathspec);
evboards.c 473 const char *pathspec; local in function:evb_uboot_pkg_paths
477 pathspec = params->uboot_paths;
478 assert(pathspec != NULL);
480 if (strlen(pathspec) == 0)
484 for (cp = __UNCONST(pathspec), count = 0;;) {
493 strlen(pathspec) + 1);
508 strcpy(startcp, pathspec);

Completed in 35 milliseconds