OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:path_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/stand/pbsdboot/
main.c
345
struct path_s
path_list
[] = {
variable in typeref:struct:path_s[]
369
int path_list_items = ARRAYSIZEOF(
path_list
);
455
if (!(
path_list
[i].flags & PATH_SAVE)) {
459
path_list
[i].name, LOGNAME);
524
if (pref_load(
path_list
, path_list_items) == 0) {
536
wsprintf(tmpbuf, TEXT("%s%S"),
path_list
[0].name, "netbsd");
561
if (
path_list
[i].langid == LANGID_DEFAULT ||
562
path_list
[i].langid == GetSystemDefaultLangID()) {
565
path_list
[i].name, "netbsd");
1185
pref_save(
path_list
, path_list_items)
[
all
...]
main.c
345
struct path_s
path_list
[] = {
variable in typeref:struct:path_s[]
369
int path_list_items = ARRAYSIZEOF(
path_list
);
455
if (!(
path_list
[i].flags & PATH_SAVE)) {
459
path_list
[i].name, LOGNAME);
524
if (pref_load(
path_list
, path_list_items) == 0) {
536
wsprintf(tmpbuf, TEXT("%s%S"),
path_list
[0].name, "netbsd");
561
if (
path_list
[i].langid == LANGID_DEFAULT ||
562
path_list
[i].langid == GetSystemDefaultLangID()) {
565
path_list
[i].name, "netbsd");
1185
pref_save(
path_list
, path_list_items)
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025