Lines Matching full:strlen
523 len = strlen(targ) + CMDNEEDS + 20;
576 len = strlen(src) + CMDNEEDS + 20;
606 len = strlen(name);
646 (void) atomicio(vwrite, remout, buf, strlen(buf));
657 (void) atomicio(vwrite, remout, buf, strlen(buf));
732 (void) atomicio(vwrite, remout, path, strlen(path));
742 (void) atomicio(vwrite, remout, path, strlen(path));
752 if (strlen(name) + 1 + strlen(dp->d_name) >= sizeof(path) - 1) {
875 buf + 1, strlen(buf + 1));
943 need = strlen(targ) + strlen(cp) + 250;