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

/system/core/toolbox/upstream-netbsd/bin/cp/
H A Dcp.c331 size_t nlen; local
401 nlen = curr->fts_pathlen - base;
407 if (target_mid - to.p_path + nlen >= PATH_MAX) {
413 (void)strncat(target_mid, p, nlen);
414 to.p_end = target_mid + nlen;
/system/core/adb/
H A Dfile_sync_client.c584 int nlen = strlen(name); local
585 int ssize = slen + nlen + 2;
586 int dsize = dlen + nlen + 2;

Completed in 68 milliseconds