OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short2str
(Results
1 - 14
of
14
) sorted by relevancy
/src/bin/csh/
dir.c
88
ecp =
short2str
(hp);
113
stat(ecp, &swd) != -1 && stat(
short2str
(hp), &shp) != -1 &&
346
if (chdir(
short2str
(cp)) < 0)
356
if (chdir(tmp =
short2str
(dp->di_name)) < 0)
429
if (chdir(
short2str
(dp)) >= 0) {
435
if (chdir(
short2str
(cp)) >= 0)
452
if (chdir(
short2str
(buf)) >= 0) {
461
if ((dp[0] == '/' || dp[0] == '.') && chdir(
short2str
(dp)) >= 0) {
467
(void)strcpy(ebuf,
short2str
(cp));
493
if (chdir(tmp =
short2str
(dp->di_name)) < 0
[
all
...]
exec.c
150
slash = any(
short2str
(expath), '/');
278
f =
short2str
(sf);
332
f =
short2str
(sf);
459
dirp = opendir(
short2str
(*pv));
515
slash = any(
short2str
(name), '/');
587
strname =
short2str
(path);
590
strname =
short2str
(name);
703
int slash = any(
short2str
(sp->word), '/');
exp.c
485
if (isa(**vp, ANYOP) && stat(
short2str
(**vp), &stb))
494
i = !access(
short2str
(ep), R_OK);
497
i = !access(
short2str
(ep), W_OK);
500
i = !access(
short2str
(ep), X_OK);
504
lstat(
short2str
(ep), &stb) : stat(
short2str
(ep), &stb)) {
str.c
91
*dst++ = strsave(
short2str
(*src));
127
short2str
(const Char *src)
function
435
(void)strvis(sdst,
short2str
(cp), VIS_NOSLASH);
proc.c
114
if (pid == atoi(
short2str
(value(STRchild))))
149
>= atoi(
short2str
(value(STRtime))))
849
setproctitle("%s",
short2str
(v[1]));
961
signum = strtol(
short2str
(v[1]), &ep, 10);
979
signum = strtol(
short2str
(v[0] + 1), &ep, 10);
992
name =
short2str
(signame);
1077
pid = (pid_t)strtoul(
short2str
(cp), &ep, 0);
1080
short2str
(cp));
1164
int idx = atoi(
short2str
(cp + 1));
file.c
279
if (lstat(
short2str
(path), &statb) == 0) {
284
if (stat(
short2str
(path), &statb) == 0 && /* follow it out */
362
pw = getpwnam(
short2str
(person));
505
dir_fd = opendir(*tilded_dir ?
short2str
(tilded_dir) : ".");
func.c
84
label.bname =
short2str
(cp);
90
backgnd.bname =
short2str
(cp);
93
foregnd.bname =
short2str
(cp);
237
(void)execl(_PATH_LOGIN, "login",
short2str
(v[1]), NULL);
1175
d = atof(
short2str
(cp));
1188
return ((RLIM_TYPE)(d * 60.0 + atof(
short2str
(cp + 1))));
csh.c
731
ptr =
short2str
(ep);
903
if ((fp = open(
short2str
(hfile), O_WRONLY | O_CREAT | O_TRUNC,
1239
(void)strcpy((char *)buf,
short2str
(f));
1276
if (stat(
short2str
(*vp), &stb) < 0)
1316
if ((pw = getpwnam(
short2str
(home))) != NULL) {
time.c
138
cp =
short2str
(vp->vec[1]);
glob.c
931
(void)strcpy(buf,
short2str
(*a));
932
return (int)strcoll(buf,
short2str
(*b));
sem.c
543
(void)strlcpy(tmp,
short2str
(cp), sizeof(tmp));
571
(void)strlcpy(tmp,
short2str
(cp), sizeof(tmp));
csh.h
501
#define
short2str
(a) strip(a)
macro
extern.h
341
char *
short2str
(const Char *);
set.c
572
el_set(el, EL_EDITOR, *vn ?
short2str
(vn) : "emacs");
861
(void)fprintf(cshout, "%s\t",
short2str
(p->v_name));
Completed in 24 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026