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

  /src/bin/ksh/
path.c 41 make_path(cwd, file, cdpathp, xsp, phys_pathp) function
296 rv = make_path(pwd, file, &cp, result, sizeof(result));
297 printf("make_path returns (%d), \"%s\" ", rv, result);
  /src/usr.sbin/installboot/
evboards.c 418 * make_path --
423 make_path(char *buf, size_t bufsize, const char *fmt, ...) function in typeref:typename:__printflike (3,4)const char *
453 return make_path(buf, bufsize, "%s/%s/boards.plist",
853 overlay_path = make_path(overlay_pathbuf,
870 overlay_path = make_path(overlay_pathbuf,
1655 return make_path(buf, bufsize, "%s/%s", base_path, file_name);

Completed in 11 milliseconds