OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Strncmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
history.c
70
#define
Strncmp
(d, s, n)
strncmp
(d, s, n)
88
#define
Strncmp
(d, s, n) wcsncmp(d, s, n)
794
if (
strncmp
(line, hist_cookie, (size_t)sz) != 0)
968
if (
Strncmp
(str, ev->str, len) == 0)
986
if (
Strncmp
(str, ev->str, len) == 0)
/src/bin/csh/
csh.h
491
#define
Strncmp
(a, b, c)
strncmp
(a, b, c)
511
#define
Strncmp
(a, b, c) s_strncmp(a, b, c)
Completed in 15 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025