Home
last modified time | relevance | path

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

/openbmc/linux/fs/unicode/
H A Dutf8-norm.c192 #define STOPPER (0) macro
433 u8c->ccc = STOPPER; in utf8ncursor()
434 u8c->nccc = STOPPER; in utf8ncursor()
486 if (u8c->ccc == STOPPER) in utf8byte()
489 ccc = STOPPER; in utf8byte()
514 ccc = STOPPER; in utf8byte()
521 if (u8c->ccc == STOPPER) in utf8byte()
523 ccc = STOPPER; in utf8byte()
552 if (u8c->nccc == STOPPER) { in utf8byte()
580 u8c->ccc = STOPPER; in utf8byte()
[all …]
H A Dmkutf8data.c183 #define STOPPER (0) macro
2935 u8c->ccc = STOPPER; in utf8ncursor()
2936 u8c->nccc = STOPPER; in utf8ncursor()
3003 if (u8c->ccc == STOPPER) in utf8byte()
3006 ccc = STOPPER; in utf8byte()
3029 ccc = STOPPER; in utf8byte()
3036 if (u8c->ccc == STOPPER) in utf8byte()
3038 ccc = STOPPER; in utf8byte()
3065 if (u8c->nccc == STOPPER) { in utf8byte()
3094 u8c->ccc = STOPPER; in utf8byte()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dbootlogd.init35 STOPPER=
39 STOPPER=Y
66 if [ "$STOPPER" ] && [ "$(which savelog 2>/dev/null)" ] && \