Searched refs:dots (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/path/
H A Dpathcanon.c68 register int dots; local
78 dots = loop = 0;
95 dots++;
102 switch (dots)
166 dots = pathgetlink(phys, buf, sizeof(buf));
168 if (dots > 0)
171 strcpy(buf + dots, s - (*s != 0));
176 else if (dots < 0 && errno == ENOENT)
185 dots = 4;
189 if (dots >
[all...]
/ast/src/lib/libast/misc/
H A Dgetcwd.c126 pushdir(register struct dirlist* d, char* dots, char* path, char* end)
130 if (!(p = newof(0, struct dirlist, 1, 0)) || chdir(dots))
171 char dots[PATH_MAX];
187 if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)) > 1 && namlen < sizeof(dots))
189 p = dots;
222 d = dots;
231 if ((d - dots) > (PATH_MAX - 4))
233 if (!(dirstk = pushdir(dirstk, dots,
[all...]
/ast/src/lib/libast/preroot/
H A Dgetpreroot.c78 char dots[PATH_MAX]; local
89 d = dots;
98 if ((d - dots) > (PATH_MAX - 4)) ERROR(ERANGE);
102 if (!(dirp = opendir(dots))) ERROR(errno);
106 if (stat(dots, par)) ERROR(errno);
143 if ((d - dots) > (PATH_MAX - 1 - namlen)) ERROR(ERANGE);
145 if (stat(dots, &tstst)) ERROR(errno);
/ast/src/cmd/dsslib/ip_t/
H A Dire.h59 int dots; /* element dots */ member in struct:Ire_s
H A Ditlie.h44 ITLEXTERNAL(Cx_t* cx, Cxtype_t* type, int dots, int tuple, int group, const char* details, Cxformat_t** formats, Cxvalue_t* value, char* buf, size_t size, Cxdisc_t* disc) argument
142 if (dots)
144 n = dots * 8;
186 ITLINTERNAL(Cx_t* cx, Cxvalue_t* value, int dots, int tuple, int group, const char* buf, size_t size, Vmalloc_t* vm, Cxdisc_t* disc) argument
204 if (!dots)
205 dots = 1;
206 dots *= 8;
208 m = (m << dots) - 1;
223 n = (n << dots) | (strntol(s, e - s, &p, 0) & m);
H A Dire.c129 irecomp(const char* pattern, int element, int dots, int tuple, int group, Iredisc_t* disc) argument
188 ire->dots = dots;
/ast/src/cmd/INIT/
H A Drt.sh78 dots='............................................'
133 unit="$unit ${dots:1:${#dots}-${#unit}}"

Completed in 67 milliseconds