Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.os.c1197 static char *strnrcpy (char *, char *, size_t);
1269 pnptr = strnrcpy(dirp->d_name, pnptr, pnptr - pathbuf); in xgetcwd()
1270 pnptr = strnrcpy("/", pnptr, pnptr - pathbuf); in xgetcwd()
1289 (void) chdir(strnrcpy(".", pnptr, pnptr - pathbuf)); in xgetcwd()
1327 nextpathptr = strnrcpy(nextpathptr, "../", nextpathptr - nextpathbuf); in xgetcwd()
1404 pathptr = strnrcpy(pathptr, d->d_name, pathptr - pathbuf); in xgetcwd()
1405 pathptr = strnrcpy(pathptr, "/", pathptr - pathbuf); in xgetcwd()
1406 nextpathptr = strnrcpy(nextpathptr, "../", nextpathptr - nextpathbuf); in xgetcwd()
1417 strnrcpy(char *ptr, char *str, size_t siz) in strnrcpy() function