Searched refs:s_tail (Results 1 – 4 of 4) sorted by relevance
76 dst->s_tail = src; in _nc_str_init()114 if (dst->s_tail != 0) { in _nc_safe_strcat()115 _nc_STRCPY(dst->s_tail, src, dst->s_size); in _nc_safe_strcat()116 dst->s_tail += len; in _nc_safe_strcat()137 dst->s_tail = dst->s_head + len; in _nc_safe_strcpy()
354 u32 s_tail; /* next entry to process */ member
716 *check.s_tail++ = (char) CharOf(WANT_CHAR(SP_PARM, to_y, in relative_move()718 *check.s_tail = '\0'; in relative_move()
2097 char *s_tail; /* end of the string (may be null) */ member