OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ksh_strchr_dirsep
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ksh/
path.c
244
len = (q =
ksh_strchr_dirsep
(p)) ? q - p : (int)strlen(p);
sh.h
154
# define
ksh_strchr_dirsep
(p) strchr(p, DIRSEP)
macro
exec.c
578
if (Flag(FRESTRICTED) &&
ksh_strchr_dirsep
(cp)) {
903
if (
ksh_strchr_dirsep
(name) != NULL) {
1058
if (
ksh_strchr_dirsep
(name)) {
eval.c
1072
np =
ksh_strchr_dirsep
(sp);
Completed in 14 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025