Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dfile.c534 (void) Strlcpy(new, str2short(pw->pw_dir), PATH_MAX); in tilde()
569 return (str2short(pw->pw_name)); in getentry()
572 return (str2short(dirp->d_name)); in getentry()
H A Dcsh.c196 if (eq(str2short(tempv[0]), STRaout)) /* A.out's are quittable */ in main()
298 importpath(str2short(tcp)); in main()
1242 if (Strlcpy(home, str2short(pw->pw_dir), len) >= len) in gethdir()
H A Dexec.c449 hashval = hash(hashname(str2short(dp->d_name)), i); in dohash()
658 if (eq(sp->word, str2short(bptr->bname))) { in tellmewhat()
H A Dcsh.h58 #define SAVE(a) (Strsave(str2short(a)))
H A Dextern.h301 Char *str2short(char *);
H A Ddir.c676 (void) Strlcpy(link, str2short(tlink), sizeof link/sizeof(Char)); in dcanon()
760 (void) Strlcpy(link, str2short(tlink), sizeof link/sizeof(Char)); in dcanon()
H A Dstr.c86 str2short(char *src) in str2short() function
H A Dfunc.c91 (i = Strcmp(cp, str2short(bp->bname))) == 0) in isbfunc()
546 (i = Strcmp(cp, str2short(sp->s_name))) == 0) in srchx()
1046 if (prefix(cp, str2short(lp->limname))) { in findlim()
H A Ddol.c511 np = str2short(getenv(short2str(name))); in Dgetdol()