OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:termchar
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/look/
look.c
100
int ch, fd,
termchar
;
local
107
termchar
= '\0';
117
termchar
= *optarg;
139
if (
termchar
!= '\0' && (p = strchr(string,
termchar
)) != NULL)
/src/libexec/ftpd/
cmds.c
562
char *e,
termchar
;
local
566
termchar
= nulterm ? '\0' : '=';
581
*e++ = (i > 1) ? base64[(c[1] << 2) & 0x3c] :
termchar
;
582
*e++ =
termchar
;
/src/sys/kern/
vfs_lookup.c
98
((
termchar
== '/' && i + VNL(str) == *len) || \
100
cp[i + VNL(str)] ==
termchar
)) && \
107
if (
termchar
!= '/') \
112
termchar
= '/';
119
char
termchar
= '/';
local
134
termchar
= VC;
182
if (
termchar
== VC)
/src/external/gpl3/binutils/dist/gprofng/common/
hwctable.c
1458
/* compare 2 strings to either \0 or <
termchar
> */
1459
#define IS_EOL(currchar,
termchar
) ((currchar)==(
termchar
) || (currchar)==0)
1462
is_same (const char * regname, const char * int_name, char
termchar
)
1468
if (IS_EOL (a,
termchar
))
1470
if (IS_EOL (b,
termchar
))
/src/external/gpl3/binutils.old/dist/gprofng/common/
hwctable.c
1458
/* compare 2 strings to either \0 or <
termchar
> */
1459
#define IS_EOL(currchar,
termchar
) ((currchar)==(
termchar
) || (currchar)==0)
1462
is_same (const char * regname, const char * int_name, char
termchar
)
1468
if (IS_EOL (a,
termchar
))
1470
if (IS_EOL (b,
termchar
))
Completed in 24 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026