Home
last modified time | relevance | path

Searched refs:cus (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libcmdutils/common/
H A Dcustr.c35 custr_reset(custr_t *cus) in custr_reset() argument
37 if (cus->cus_data == NULL) in custr_reset()
40 cus->cus_strlen = 0; in custr_reset()
41 cus->cus_data[0] = '\0'; in custr_reset()
45 custr_len(custr_t *cus) in custr_len() argument
47 return (cus->cus_strlen); in custr_len()
51 custr_cstr(custr_t *cus) in custr_cstr() argument
53 return (cus->cus_data); in custr_cstr()
57 custr_appendc(custr_t *cus, char newc) in custr_appendc() argument
64 return (custr_append(cus, news)); in custr_appendc()
[all …]
/titanic_41/usr/src/cmd/ssh/doc/
H A DINSTALL44 ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/