/src/usr.sbin/rbootd/ |
rmpproto.c | 290 char *filename, filepath[RMPBOOTDATA+1]; local in function:SendBootRepl 318 * Copy file name to `filepath' string, and into reply packet. 320 dst1 = filepath; 341 if ((filename = strrchr(filepath,'/')) != NULL) 344 filename = filepath;
|
/src/tests/lib/libc/gen/posix_spawn/ |
t_spawn.c | 205 spawn_chdir(const char *dirpath, const char *filepath, enum chdirop operation, 214 if (filepath) 215 empty_outfile(filepath); 286 char chdirpath[PATH_MAX], filepath[PATH_MAX]; local in function:ATF_TC_BODY 290 if (snprintf(filepath, sizeof(filepath), "%s/%s", chdirpath, FILENAME) 291 >= (int)sizeof(filepath)) 294 spawn_chdir(chdirpath, filepath, OP_CHDIR, 0); 297 check_success(chdirpath, filepath); 313 char *chdirwd, *filepath; local in function:ATF_TC_BODY 342 char cwd[PATH_MAX], filepath[PATH_MAX]; local in function:ATF_TC_BODY 389 char chdirpath[PATH_MAX], filepath[PATH_MAX]; local in function:ATF_TC_BODY 415 char *chdirwd, *filepath; local in function:ATF_TC_BODY 445 char cwd[PATH_MAX], filepath[PATH_MAX]; local in function:ATF_TC_BODY [all...] |
/src/sys/arch/hpc/stand/hpcboot/menu/ |
menu.cpp | 529 TCHAR filepath[MAX_PATH]; local in function:ConsoleTabWindow::_open_log_file 537 wsprintf(filepath, TEXT("\\%s\\%s"), path, filename); 538 _logfile = CreateFile(filepath, GENERIC_WRITE, 0, 0, 543 wsprintf(path, TEXT("log file is %s\n"), filepath);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_win.cc | 413 const char *filepath; member in struct:__sanitizer::__anon1fd216970210::ModuleInfo 437 module_infos[i].filepath = modules[i].full_name(); 448 mi.filepath[0] ? mi.filepath : "[no name]"); 449 } else if (mi.filepath[0]) { 450 Printf("\t??\?-??? %s\n", mi.filepath);
|
/src/usr.sbin/sysinst/ |
partman.c | 103 char filepath[STRSIZE]; member in struct:vnd_desc 937 if (strlen(dev_ptr->filepath) < 1) 941 pm_fmt_disk_line(m->mw, dev, dev_ptr->filepath, 944 pm_fmt_disk_line(m->mw, dev, dev_ptr->filepath, 982 msg_string(MSG_vnd_path_fmt), dev_ptr->filepath); 1051 dev_ptr->filepath, dev_ptr->filepath, STRSIZE); 1052 if (dev_ptr->filepath[0] != '/') { 1053 strlcpy(buf, dev_ptr->filepath, MOUNTLEN); 1054 snprintf(dev_ptr->filepath, MOUNTLEN, "/%s" [all...] |