Searched refs:str2short (Results 1 – 9 of 9) sorted by relevance
/openbsd/bin/csh/ |
H A D | file.c | 534 (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 D | csh.c | 196 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 D | exec.c | 449 hashval = hash(hashname(str2short(dp->d_name)), i); in dohash() 658 if (eq(sp->word, str2short(bptr->bname))) { in tellmewhat()
|
H A D | csh.h | 58 #define SAVE(a) (Strsave(str2short(a)))
|
H A D | extern.h | 301 Char *str2short(char *);
|
H A D | dir.c | 676 (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 D | str.c | 86 str2short(char *src) in str2short() function
|
H A D | func.c | 91 (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 D | dol.c | 511 np = str2short(getenv(short2str(name))); in Dgetdol()
|