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 - 3
of
3
) 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) {
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) {
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 34 milliseconds
Indexes created Sat Sep 27 21:09:56 GMT 2025