Home
last modified time | relevance | path

Searched refs:s_tail (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDstrings.c74 dst->s_tail = src; in _nc_str_init()
112 if (dst->s_tail != 0) { in _nc_safe_strcat()
113 _nc_STRCPY(dst->s_tail, src, dst->s_size); in _nc_safe_strcat()
114 dst->s_tail += len; in _nc_safe_strcat()
135 dst->s_tail = dst->s_head + len; in _nc_safe_strcpy()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-pko-defs.h1543 uint64_t s_tail : 1; /**< Static tail */ member
1549 uint64_t s_tail : 1;
1564 uint64_t s_tail : 1; /**< Static tail */ member
1570 uint64_t s_tail : 1;
1595 uint64_t s_tail : 1; /**< Static tail */ member
1601 uint64_t s_tail : 1;
1624 uint64_t s_tail : 1; /**< Static tail */ member
1630 uint64_t s_tail : 1;
1670 uint64_t s_tail : 1; /**< reads as zero (S_TAIL cannot be read) */ member
1676 uint64_t s_tail : 1;
[all …]
HDcvmx-pko.c357 config.s.s_tail = (queue == static_priority_end); in __cvmx_pko_iport_config()
887 config.s.s_tail = (int)queue == static_priority_end; in cvmx_pko_config_port()
/NextBSD/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c695 *check.s_tail++ = (char) CharOf(WANT_CHAR(SP_PARM, to_y, in relative_move()
697 *check.s_tail = '\0'; in relative_move()
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h1960 char *s_tail; /* end of the string (may be null) */ member