OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_path
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/catman/
catman.c
82
char *
m_path
= NULL;
local in function:main
107
m_path
= optarg;
124
setdefentries(
m_path
, m_add, (argc == 0) ? NULL : argv[argc-1]);
136
setdefentries(char *
m_path
, char *m_add, const char *sections)
184
if (
m_path
== NULL)
185
m_path
= getenv("MANPATH");
186
if (
m_path
!= NULL) {
191
for (p = strtok(
m_path
, ":");
209
if (
m_path
== NULL) {
Completed in 13 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025