/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_file.h | 42 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
|
/src/sbin/nvmectl/ |
nvmectl.c | 200 char full_path[64]; local in function:open_dev 212 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str); 213 *fd = open(full_path, O_RDWR); 216 warn("could not open %s", full_path);
|
/src/sys/stand/efiboot/ |
efinet.c | 516 const char *fname, *full_path; local in function:efi_net_open 531 full_path = pathbuf; 537 full_path = fname; 541 if (strncmp(full_path, "net", 3) != 0) 543 dev = strtoimax(full_path + 3, &ep, 10);
|
efiblock.c | 70 const char *full_path; local in function:efi_block_parse 78 full_path = pathbuf; 84 full_path = fname; 92 if (strncasecmp(full_path, "hd", 2) != 0) 94 dev = strtoimax(full_path + 2, &ep, 10);
|