OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRCHR
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/nvi/dist/common/
multibyte.h
48
#define
STRCHR
wcschr
62
#define
STRCHR
wcschr
81
#define
STRCHR
strchr
95
#define
STRCHR
strchr
/src/external/bsd/nvi/dist/ex/
ex_join.c
136
if (
STRCHR
(L(".?!"), echar)) {
ex.c
395
if (
strchr
(SINGLE_CHAR_COMMANDS, *ecp->cp)) {
1048
strchr
(np, '1') != NULL)
1838
if (sp->ep == NULL &&
STRCHR
(L("$0123456789'\\/?.+-^"), *ecp->cp)) {
/src/external/bsd/nvi/dist/vi/
v_search.c
337
return (
STRCHR
(L(".[\\()*+?{|^$~"), c) && c);
/src/sys/fs/nfs/server/
nfs_nfsdsubs.c
1799
cp2 =
STRCHR
(cp, ':');
1807
cp2 =
STRCHR
(cp, ',');
/src/sys/fs/nfs/common/
nfsport.h
852
* Set this macro to index() or
strchr
(), whichever is supported.
854
#define
STRCHR
(s, c)
strchr
((s), (c))
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026