Searched refs:cur_did (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Duniconv.c143 static char *convert_name(char *name, struct stat *st, cnid_t cur_did) argument
185 from_charset, to_charset, name, ntohl(cur_did));
194 from_charset, to_charset, name, ntohl(cur_did));
203 if (CNID_INVALID != (id = cnid_add(cdb, st, cur_did, buffer, strlen(buffer), 0)))
205 name, buffer, ntohl(id), ntohl(cur_did));
214 static int check_dirent(char** name, cnid_t cur_did) argument
239 *name = convert_name(*name, &st, cur_did);
279 static cnid_t add_dir_db(char *name, cnid_t cur_did) argument
284 if (CNID_INVALID != ( id = cnid_get(cdb, cur_did, name, strlen(name))) )
291 did = cur_did;
330 checkdir(DIR *curdir, char *path, cnid_t cur_did) argument
[all...]

Completed in 56 milliseconds