OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strnEQ
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/patch/
common.h
64
#define
strnEQ
(s1,s2,l) (!strncmp(s1, s2, l))
pch.c
303
if (!stars_last_line &&
strnEQ
(s, "*** ", 4))
306
else if (
strnEQ
(s, "--- ", 4))
309
else if (
strnEQ
(s, "+++ ", 4))
313
else if (
strnEQ
(s, "Index:", 6))
316
else if (
strnEQ
(s, "Prereq:", 7)) {
337
if ((!diff_type || diff_type == UNI_DIFF) &&
strnEQ
(s, "@@ -", 4)) {
338
if (
strnEQ
(s + 4, "0,0", 3))
346
stars_this_line =
strnEQ
(s, "********", 8);
348
strnEQ
(s, "*** ", 4)) {
365
(
strnEQ
(s, "< ", 2) || strnEQ(s, "> ", 2)))
[
all
...]
inp.c
513
if (
strnEQ
(string, revision, patlen) && isspace((unsigned char)string[patlen]))
516
if (isspace((unsigned char)*s) &&
strnEQ
(s + 1, revision, patlen) &&
util.c
358
if (
strnEQ
(at, _PATH_DEVNULL, sizeof(_PATH_DEVNULL) - 1))
/src/games/warp/
warp.h
148
#define
strnEQ
(s1,s2,l) (!strncmp(s1,s2,l))
score.c
558
if (
strnEQ
(buf+COMPOFF,COMPNAME,COMPLEN)) {
Completed in 18 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025