MCPcopy Create free account
hub / github.com/F-Stack/f-stack / keyword

Function keyword

tools/route/route.c:1958–1966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1956}
1957
1958int
1959keyword(const char *cp)
1960{
1961 const struct keytab *kt = keywords;
1962
1963 while (kt->kt_cp != NULL && strcmp(kt->kt_cp, cp) != 0)
1964 kt++;
1965 return (kt->kt_i);
1966}
1967
1968static void
1969sodump(struct sockaddr *sa, const char *which)

Callers 4

route.cFile · 0.85
flushroutesFunction · 0.85
newrouteFunction · 0.85
monitorFunction · 0.85

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected