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

  /src/usr.bin/patch/
pch.h 38 struct file_name { struct
  /src/sys/arch/emips/stand/common/
boot.c 262 char file_name[PATH_MAX]; local in function:devcanon
322 strcpy(file_name, (*cp) ? cp : kernelnames[0]);
324 ctlr + '0', device_name, unit + '0', part + '0', file_name);
  /src/usr.sbin/installboot/
evboards.c 1650 const char *file_name = evb_ubstep_get_file_name(params, step); local in function:evb_uboot_file_path
1652 if (base_path == NULL || file_name == NULL)
1655 return make_path(buf, bufsize, "%s/%s", base_path, file_name);

Completed in 13 milliseconds