Home
last modified time | relevance | path

Searched refs:with_path (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dpartitions.h376 enum dev_name_usage, bool with_path, bool life);
H A Ddisklabel.c1007 enum dev_name_usage which_name, bool with_path, bool life) in disklabel_get_part_device() argument
1041 if (with_path) in disklabel_get_part_device()
1049 if (with_path) in disklabel_get_part_device()
H A Dgpt.c1469 enum dev_name_usage usage, bool with_path, bool life) in gpt_get_part_device() argument
1508 if (with_path) in gpt_get_part_device()
1516 if (with_path) in gpt_get_part_device()
H A Dmbr.c3024 enum dev_name_usage usage, bool with_path, bool life) in mbr_get_part_device() argument
3054 part, usage, with_path, life); in mbr_get_part_device()
3071 if (with_path) in mbr_get_part_device()
3078 if (with_path) in mbr_get_part_device()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSession.cc2461 char *with_path = name; in map_NametoFunction() local
2463 if (name != with_path) in map_NametoFunction()
2464 len_path = (int) (name - with_path); in map_NametoFunction()
2466 with_path = NULL; in map_NametoFunction()
2472 if (with_path) in map_NametoFunction()
2476 if (!match_basename (with_path, mitem->file_name, len_path) && in map_NametoFunction()
2477 !match_basename (with_path, mitem->get_name (), len_path)) in map_NametoFunction()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeSession.cc2461 char *with_path = name; in map_NametoFunction() local
2463 if (name != with_path) in map_NametoFunction()
2464 len_path = (int) (name - with_path); in map_NametoFunction()
2466 with_path = NULL; in map_NametoFunction()
2472 if (with_path) in map_NametoFunction()
2476 if (!match_basename (with_path, mitem->file_name, len_path) && in map_NametoFunction()
2477 !match_basename (with_path, mitem->get_name (), len_path)) in map_NametoFunction()
H A DDbeSession.cc.12455 char *with_path = name;
2457 if (name != with_path)
2458 len_path = (int) (name - with_path);
2460 with_path = NULL;
2466 if (with_path)
2470 if (!match_basename (with_path, mitem->file_name, len_path) &&
2471 !match_basename (with_path, mitem->get_name (), len_path))