Searched refs:hcc_leaf_string (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/bin/cpdup/ |
H A D | hcproto.c | 151 hcc_leaf_string(trans, LC_HELLOSTR, hostbuf); in hc_hello() 154 hcc_leaf_string(trans, LC_PATH1, UseCpFile); in hc_hello() 211 hcc_leaf_string(trans, LC_HELLOSTR, hostbuf); in rc_hello() 229 hcc_leaf_string(trans, LC_PATH1, path); in hc_stat() 247 hcc_leaf_string(trans, LC_PATH1, path); in hc_lstat() 417 hcc_leaf_string(trans, LC_PATH1, path); in hc_opendir() 438 hcc_leaf_string(trans, LC_PATH1, path); in hc_opendir() 546 hcc_leaf_string(trans, LC_PATH1, den->d_name); in rc_readdir() 655 hcc_leaf_string(trans, LC_PATH1, den->d_name); in rc_scandir() 686 hcc_leaf_string(trans, LC_PATH1, path); in hc_open() [all …]
|
H A D | hclink.h | 95 void hcc_leaf_string(hctransaction_t trans, int16_t leafid, const char *str);
|
H A D | hclink.c | 323 hcc_leaf_string(hctransaction_t trans, int16_t leafid, const char *str) in hcc_leaf_string() function
|