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

123

/macosx-10.10.1/ksh-23/ksh/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...]
/macosx-10.10.1/ksh-23/ksh/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...]
/macosx-10.10.1/ksh-23/ksh/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);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dgetcwd.c78 static const char dots[] local
116 dotsize = sizeof (dots) - 1;
117 dotp = &dots[sizeof (dots)];
118 dotlist = dots;
133 if (dotlist == dots)
138 memcpy (new, dots, dotsize);
249 if (dotlist != dots)
278 if ((dotlist != dots) && dotlist)
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_vhost_alias.c258 const char *dots[MAXDOTS+1]; local
271 dots[ndots++] = name-1; /* slightly naughty */
274 dots[ndots++] = p;
277 dots[ndots] = p;
324 start = dots[0]+1; /* ptr to the first character */
325 end = dots[ndots]; /* ptr to the character after the last one */
332 start = dots[N-1]+1;
334 end = dots[N];
339 start = dots[ndots-N]+1;
341 end = dots[ndot
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetcwd.c131 char dots[DEEP_NESTING * sizeof ".." + BIG_FILE_NAME_COMPONENT_LENGTH + 1];
132 char *dotlist = dots;
133 size_t dotsize = sizeof dots;
311 if (dotlist != dots)
388 if (dotlist != dots)
417 if (dotlist != dots)
130 char dots[DEEP_NESTING * sizeof ".." + BIG_FILE_NAME_COMPONENT_LENGTH + 1]; local
/macosx-10.10.1/libresolv-57/
H A Dres_query.c775 u_int dots; local
784 dots = 0;
785 for (cp = name; *cp != '\0'; cp++) dots += (*cp == '.');
790 /* If there aren't any dots, it could be a user-level alias. */
791 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
795 * If there are enough dots in the name, let's just give it a
800 if (dots >= statp->ndots || trailing_dot)
814 if ((!dots && (statp->options & RES_DEFNAMES) != 0) || (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0))
876 * unless RES_NOTLDQUERY is set and there were no dots
906 u_int dots; local
[all...]
H A Dres_init.c539 int dots; local
960 dots = 0;
963 if (*cp == '.') dots++;
966 /* Back up over any trailing dots and cut them out of the name */
970 dots--;
976 if (dots < LOCALDOMAINPARTS) break;
981 dots--;
1201 /* Count dots */
1208 /* Back up over any trailing dots and cut them out of the name */
1217 /* dots ar
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dstrcase.cpp249 dots=UnicodeString("I \\u0130 I\\u0307 I\\u0327\\u0307 I\\u0301\\u0307 I\\u0327\\u0307\\u0301", "").unescape(), local
253 (t=dots).toLower("tr");
255 errln("error in dots.toLower(tr)=\"" + t + "\" expected \"" + dotsTurkish + "\"");
258 (t=dots).toLower("de");
260 errln("error in dots.toLower(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
270 dots=UnicodeString("a\\u0307 \\u0307 i\\u0307 j\\u0327\\u0307 j\\u0301\\u0307", "").unescape(), local
274 (t=dots).toUpper("lt");
276 errln("error in dots.toUpper(lt)=\"" + t + "\" expected \"" + dotsLithuanian + "\"");
279 (t=dots).toUpper("de");
281 errln("error in dots
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsynload.vim52 " Load the syntax file(s). When there are several, separated by dots,
H A Dplaintex.vim86 \ '\\\%(b\|bar\|breve\|check\|d\=dots\=\|grave\|hat\|[lv]dots\|tilde\|vec\|wide\%(hat\|tilde\)\)\>'
H A Dsnobol4.vim8 " - incorrect HL of dots in strings corrected
/macosx-10.10.1/nano-12/src/
H A Dbrowser.c633 bool dots = (COLS >= 15 && filetaillen >= longest - local
639 char *disp = display_string(filetail, dots ? filetaillen -
653 /* If dots is TRUE, we will display something like
655 if (dots)
657 mvwaddstr(edit, line, dots ? col + 3 : col, disp);
/macosx-10.10.1/ruby-106/ruby/
H A Dsprintf.c759 int sign = 0, dots = 0; local
862 dots = 1;
909 dots = 1;
927 if (dots) {
941 if (dots) {
981 if (dots) PUSH("..", 2);
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c1803 * 2 dots = just port
1804 * 3 dots = just IPv4 no port
1805 * 5 dots = IPv4 and port
1827 int dots; /* # of dots */ local
1852 dots = 0;
1870 if (!dots) {
1874 if (++dots > 5)
1882 if ((dots != 2) && (dots !
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dglob.c1455 /* Glob dots: match leading dots implicitly */
2060 char *dots, *p, *dots2 = NULL; local
2063 zlong rstart = zstrtol(str+1,&dots,10), rend = 0;
2065 int wid1 = (dots - str) - 1, wid2 = (str2 - dots) - 2, wid3 = 0;
2068 if (dots == str + 1 || *dots != '.' || dots[1] != '.')
2072 rend = zstrtol(dots
[all...]
/macosx-10.10.1/swig-12/Source/Preprocessor/
H A Dcpp.c268 char *s, *dots; local
272 dots = strchr(s, '.');
273 if (!dots) {
278 if (strcmp(dots, "...") != 0) {
283 if (dots == s) {
286 *dots = '\0';
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dsearchtools.js275 Search.dots.text(dotString);
289 this.dots = $('<span></span>').appendTo(this.title);
/macosx-10.10.1/adv_cmds-158/localedef/
H A Dlocaledef.pl670 my %dots = ( "..." => undef );
671 my @dots = (\%dots) x (0+@corder_weights);
672 push(@corder, [$cmd, @dots]);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Drt.sh78 dots='............................................'
133 unit="$unit ${dots:1:${#dots}-${#unit}}"
/macosx-10.10.1/remote_cmds-47/rlogind.tproj/
H A Drlogind.c836 int dots = 0; local
840 if (++dots == 2)
/macosx-10.10.1/cxxfilt-11/cxxfilt/etc/
H A Dtexi2pod.pl202 s/\@dots\{\}/.../g;
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-incom.el173 ;; but are used by calc-digit-dots.
178 (defun calc-digit-dots ()
184 (setq calc-prev-char 'dots
195 (defun calc-dots ()
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32.c1617 register int dots = 2; /* maximum number of dots allowed */
1630 dots = 2; /* max 2 dots */
1636 dots = 2; /* max 2 dots */
1640 if ( dots )
1651 dots--;
1657 dots = 0;
1668 /* any embedded dots afte
1615 register int dots = 2; /* maximum number of dots allowed */ local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-mime.el205 (?e dots ?s)))
834 (defvar dots) ; XEmacs
854 (dots (if (or displayed (mm-handle-displayed-p handle)) " " "..."))
830 (defvar dots) ; XEmacs function

Completed in 403 milliseconds

123