HomeSort by: relevance | last modified time | path
    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