Home
last modified time | relevance | path

Searched refs:word (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dmos_api.c39 char *word; in IsValidFlowRule() local
49 word = cf; in IsValidFlowRule()
50 SKIP_SPACES(word); in IsValidFlowRule()
53 while (*word) { in IsValidFlowRule()
56 SKIP_CHAR(word); in IsValidFlowRule()
57 SKIP_SPACES(word); in IsValidFlowRule()
63 !strncmp(word, KW_SRC, sizeof(KW_SRC) - 1) || in IsValidFlowRule()
64 !strncmp(word, KW_DST, sizeof(KW_DST) - 1) || in IsValidFlowRule()
67 !strncmp(word, KW_OR, sizeof(KW_OR) - 1)) { in IsValidFlowRule()
84 SKIP_CHAR(word); in IsValidFlowRule()
[all …]
H A Dconfig.c102 *word = &buf[i]; in DetectWord()
113 if (isalnum((*word)[*wlen]) || (*word)[*wlen] == '_') in DetectWord()
120 assert(*word >= buf && *word + *wlen <= buf + len); in DetectWord()
129 char *word = NULL; in ReadItemValue() local
135 line = word + wlen; in ReadItemValue()
156 strncpy(item, word, wlen); in ReadItemValue()
228 char *word = NULL; in FeedNetdevConfLine() local
234 line = word + wlen; in FeedNetdevConfLine()
1126 char *word, *str, *end; in PatchCONFIG() local
1144 word = NULL; in PatchCONFIG()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m41587 # (2) before a word containing "conftest.", or (3) at the end.
2070 # (2) before a word containing "conftest.", or (3) at the end.
3170 dnl POSIX.2 word splitting is done only on the output of word expansions,
3171 dnl not every word. This closes a longstanding sh security hole.