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

  /src/usr.sbin/rbootd/
rmpproto.c 290 char *filename, filepath[RMPBOOTDATA+1]; local
318 * Copy file name to `filepath' string, and into reply packet.
320 dst1 = filepath;
341 if ((filename = strrchr(filepath,'/')) != NULL)
344 filename = filepath;
  /src/sys/arch/hpc/stand/hpcboot/menu/
menu.cpp 529 TCHAR filepath[MAX_PATH]; local
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/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
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
342 char cwd[PATH_MAX], filepath[PATH_MAX]; local
389 char chdirpath[PATH_MAX], filepath[PATH_MAX]; local
415 char *chdirwd, *filepath; local
445 char cwd[PATH_MAX], filepath[PATH_MAX]; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
cache.c 193 int filepath; local
195 filepath = (strcmp("FILE", ops->prefix) == 0
199 ret = _krb5_expand_path_tokens(context, residual, filepath, &exp_residual);
419 int filepath; local
421 filepath = (strncmp("FILE:", str, 5) == 0
425 return _krb5_expand_path_tokens(context, str, filepath, res);
517 int filepath; local
604 filepath = (strncmp("FILE:", p, 5) == 0
608 ret = _krb5_expand_path_tokens(context, p, filepath, &exp_p);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc 413 const char *filepath; member in struct:__sanitizer::__anon4143::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...]

Completed in 20 milliseconds