Searched refs:dot (Results 101 - 125 of 325) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfvprintf.c107 int dot, width, precis, sign, decpt; local
233 n_str = dot = 0;
302 if(dot == 1)
303 { dot = 0;
340 dot += 1;
341 if(dot == 1)
346 else if(dot == 2)
385 { FMTSET(ft, form,args, '.',dot, 0, 0,0,0, NIL(char*), 0);
392 else v = (dot <= 2) ? va_arg(args,int) : 0;
394 else v = dot <
[all...]
H A Dsfvscanf.c310 int fmt, flags, dot, n_assign, v, n, n_input; local
433 width = dot = 0;
502 dot += 1;
521 { FMTSET(ft, form,args, '.',dot, 0, 0,0,0,
527 else v = (dot <= 2) ? va_arg(args,int) : 0;
529 else v = (dot <= 2) ? va_arg(args,int) : 0;
551 if(dot == 0 || dot == 1)
553 else if(dot == 2)
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_flatfile.c120 char *dot; local
131 dot = strrchr(token, '.');
132 if (dot == NULL) {
136 number = strtol(dot + 1, NULL, 10);
141 *dot = '\0';
/macosx-10.10/perl-103/versioner/
H A Dversioner.c298 char *dot; local
299 if (EXPECT_TRUE((dot = strchr(data.version, '.')) != NULL)) {
300 if (EXPECT_FALSE((dot = strchr(dot + 1, '.')) != NULL)) *dot = 0;
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_params.c325 const char *dot; local
339 if ((dot = strchr(name, '.')) == 0) {
351 char *dot; local
356 if ((dot = strchr(var_myhostname, '.')) == 0)
358 return (dot + 1);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_main_sub.c458 char *dot = strchr(user_version,'.'); local
459 if (!dot) {
464 u = atoi(dot+1);
465 dot = strchr(exp_version,'.');
466 e = atoi(dot+1);
517 char *dot = strchr(TCL_VERSION,'.'); local
518 int tcl_minor = atoi(dot+1);
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DASTBuilder.h756 DotAccessorNode* dot = static_cast<DotAccessorNode*>(expr); local
757 return new (m_vm) DeleteDotNode(location, dot->base(), dot->identifier(), divot, start, end);
895 DotAccessorNode* dot = static_cast<DotAccessorNode*>(func); local
897 if (dot->identifier() == m_vm->propertyNames->builtinNames().callPublicName() || dot->identifier() == m_vm->propertyNames->builtinNames().callPrivateName())
898 node = new (m_vm) CallFunctionCallDotNode(location, dot->base(), dot->identifier(), args, divot, divotStart, divotEnd);
899 else if (dot->identifier() == m_vm->propertyNames->builtinNames().applyPublicName() || dot
1014 DotAccessorNode* dot = static_cast<DotAccessorNode*>(loc); local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dfactor.c66 void dot(void);
447 dot( function
552 dot();
617 dot();
714 dot();
800 dot();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfactor.c66 void dot(void);
447 dot( function
552 dot();
617 dot();
714 dot();
800 dot();
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Darith.c251 int dot=0; local
256 while(c=='[' && dot==NV_NOADD)
263 dot=NV_NOADD;
296 if((lvalue->emode&ARITH_COMP) && dot)
326 dot = NV_NOADD|NV_NOFAIL;
348 else if(!(np = nv_open(*ptr,root,NV_NOREF|NV_NOASSIGN|NV_VARNAME|dot)))
/macosx-10.10/mail_cmds-30/mail/
H A Dcmd3.c288 dot = mp;
375 dot = mp;
390 dot = &message[*ip-1];
391 dot->m_flag &= ~(MREAD|MTOUCH);
392 dot->m_flag |= MSTATUS;
715 dot = mp;
H A Dfio.c249 dot = nmessage;
251 dot = nmessage + (dot - message);
/macosx-10.10/Security-57031.1.35/codesign_wrapper/
H A Dcodesign.c185 char *dot; local
191 require(dot = rindex(full_path, '.'), out);
192 *dot = '\0';
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_peg/
H A Dpeg.tcl444 epsilon - alpha - alnum - dot {
488 epsilon - t - alpha - alnum - dot - .. {}
514 epsilon - t - alpha - alnum - dot - .. {return $e}
/macosx-10.10/CPANInternal-159.1/Sub-Identify-0.04/lib/Sub/
H A DIdentify.pm88 (c) Rafael Garcia-Suarez (rgarciasuarez at gmail dot com) 2005, 2008
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dprint.c92 int dot; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
163 dot = 1;
555 if (!dot)
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dtroff.cpp42 void dot(const position &, const line_type &) = 0;
100 dot(pos, lt);
104 dot(pos + vec*j, lt);
228 void dot(const position &, const line_type &);
542 void troff_output::dot(const position &cent, const line_type &lt) function in class:troff_output
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_tparm.c237 bool dot = FALSE; local
259 if (dot) {
262 dot = TRUE;
310 if (dot)
/macosx-10.10/ntp-92/lib/isc/
H A Dprint.c92 int dot; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
163 dot = 1;
555 if (!dot)
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp225 StringRef::iterator *dot)
228 *dot = end;
233 *dot = p++;
268 StringRef::iterator dot = end; local
269 StringRef::iterator p = skipLeadingZeroesAndAnyDot (begin, end, &dot);
277 assert(dot == end && "String contains multiple dots");
278 dot = p++;
289 assert((dot == end || p - begin != 1) && "Significand has no digits");
295 if (dot == end)
296 dot
224 skipLeadingZeroesAndAnyDot(StringRef::iterator begin, StringRef::iterator end, StringRef::iterator *dot) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatPoint.h107 float dot(const FloatPoint& a) const function in class:WebCore::FloatPoint
209 // dot product
210 return a.dot(b);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-z80.c222 bfd_vma dot = (*dst_ptr local
225 int gap = dst - dot - 1; /* -1, Since the offset is relative
H A Delf32-h8300.c790 bfd_vma dot, gap;
793 dot = (sec->output_section->vma
797 gap = value - dot;
862 if (last_value == dot + 4
864 && ! elf32_h8_symbol_address_p (abfd, sec, dot))
925 bfd_vma dot;
929 dot = (sec->output_section->vma
933 gap = value - dot;
789 bfd_vma dot, gap; local
924 bfd_vma dot; local
/macosx-10.10/file_cmds-242/mtree/
H A Dverify.c76 char dot[] = "."; local
78 argv[0] = dot;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_peg.tcl215 dot {
402 ! 2 dot 4 lower 4 ddigit 4

Completed in 254 milliseconds

1234567891011>>