Home
last modified time | relevance | path

Searched refs:pbeg (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/mandoc/
H A Dmanpath.c42 manconf_parse(struct manconf *conf, const char *file, char *pend, char *pbeg) in manconf_parse() argument
47 manpath_parseline(&conf->manpath, pbeg, 'm'); in manconf_parse()
53 pbeg = pend = NULL; in manconf_parse()
54 } else if ((pbeg = getenv("MANPATH")) == NULL || *pbeg == '\0') { in manconf_parse()
56 pbeg = pend = NULL; in manconf_parse()
57 } else if (*pbeg == ':') { in manconf_parse()
59 pend = pbeg + 1; in manconf_parse()
60 pbeg = NULL; in manconf_parse()
61 } else if ((pend = strstr(pbeg, "::")) != NULL) { in manconf_parse()
65 } else if (pbeg[strlen(pbeg) - 1] == ':') { in manconf_parse()
[all …]
/openbsd/gnu/llvm/libcxx/include/
H A Dstreambuf78 void setp(char_type* pbeg, char_type* pend);
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST5288 T void setp(char_type* pbeg, char_type* pend);
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST5288 T void setp(char_type* pbeg, char_type* pend);