Home
last modified time | relevance | path

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

/dports/databases/sharedance/sharedance-0.6/src/
H A Dprocess.c123 char *store_file_tmp_pnt; in client_process_store() local
156 store_file_tmp_pnt = store_file_tmp; in client_process_store()
157 *store_file_tmp_pnt++ = '/'; in client_process_store()
158 memcpy(store_file_tmp_pnt, STOREFILE_TMP_PREFIX, in client_process_store()
160 store_file_tmp_pnt += sizeof STOREFILE_TMP_PREFIX - (size_t) 1U; in client_process_store()
161 memcpy(store_file_tmp_pnt, in client_process_store()
163 store_file_tmp_pnt += client->key_len; in client_process_store()
164 *store_file_tmp_pnt = 0; in client_process_store()