Searched refs:target_end (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/krb5/src/kadmin/server/ |
| H A D | auth_acl.c | 329 char *client, *client_end, *ops, *ops_end, *target, *target_end, *rs, *end; in parse_line() local 354 target_end = target + strcspn(target, ws); in parse_line() 355 rs = target_end + strspn(target_end, ws); in parse_line() 358 *client_end = *ops_end = *target_end = '\0'; in parse_line()
|
| /freebsd/sys/dev/vt/ |
| H A D | vt.h | 252 void vtbuf_unmark_on_cross(struct vt_buf *vb, int target_begin, int target_end);
|
| H A D | vt_buf.c | 214 vtbuf_unmark_on_cross(struct vt_buf *vb, int target_begin, int target_end) in vtbuf_unmark_on_cross() argument 219 te = vtbuf_wth(vb, target_end); in vtbuf_unmark_on_cross()
|