Lines Matching refs:__stpncpy
33 char *p = flavor == NULL ? description : __stpncpy (description, flavor, size); in describe_number()
76 return __stpncpy (description, "(null)", size); in describe_port()
78 return __stpncpy (description, "(dead)", size); in describe_port()
81 return __stpncpy (description, "task-self", size); in describe_port()
123 cur = __stpncpy (cur, "msgport", limit - cur); in weak_extern()
125 cur = __stpncpy (cur, "itimer", limit - cur); in weak_extern()
142 cur = __stpncpy (cur, "sigsuspend", limit - cur); in weak_extern()
197 cur = __stpncpy (cur, ":rcv", limit - cur); in weak_extern()
208 cur = __stpncpy (cur, "ms", limit - cur); in weak_extern()
213 cur = __stpncpy (cur, "mach_msg", limit - cur); in weak_extern()
251 p = __stpncpy (p, this, end - p); in _S_msg_describe_ports()