Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 139) sorted by relevance

123456

/mirbsd/src/gnu/usr.bin/perl/lib/
DDirHandle.t18 $dot = new DirHandle ($^O eq 'MacOS' ? ':' : '.');
20 ok(defined($dot));
23 do { $first = $dot->read } while defined($first) && $first =~ /^\./;
26 @b = sort($first, (grep {/^[^.]/} $dot->read));
29 $dot->rewind;
30 @c = sort grep {/^[^.]/} $dot->read;
33 $dot->close;
34 $dot->rewind;
35 ok(!defined($dot->read));
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_dir.t32 $dot = new IO::Dir $DIR;
33 ok(defined($dot));
36 do { $first = $dot->read } while defined($first) && $first =~ /^\./;
39 @b = sort($first, (grep {/^[^.]/} $dot->read));
42 $dot->rewind;
43 @c = sort grep {/^[^.]/} $dot->read;
46 $dot->close;
47 $dot->rewind;
48 ok(!defined($dot->read));
/mirbsd/src/usr.bin/mail/
Dcmd2.c66 mdot = dot - &message[0] + 1; in next()
81 dot = mp; in next()
104 for (mp = dot+1; mp < &message[msgCount]; mp++) in next()
111 dot = mp; in next()
116 list[0] = dot - &message[0] + 1; in next()
273 lastdot = dot - &message[0] + 1; in deltype()
275 list[0] = dot - &message[0] + 1; in deltype()
277 touch(dot); in deltype()
307 dot = &message[last-1]; in delm()
310 dot = &message[last-1]; in delm()
[all …]
Dcmd1.c81 if (dot != &message[n-1]) in headers()
82 dot = mp; in headers()
179 dot = &message[*ip - 1]; in from()
210 curind = dot == mp ? '>' : ' '; in printhead()
254 printf("%d\n", (int)(dot - &message[0] + 1)); in pdot()
386 dot = mp; in type1()
427 dot = mp; in top()
455 dot = &message[*ip-1]; in stouch()
456 dot->m_flag |= MTOUCH; in stouch()
457 dot->m_flag &= ~MPRESERVE; in stouch()
[all …]
Dcmd3.c213 dot = mp;
291 dot = &message[*ip-1]; in marknew()
292 dot->m_flag &= ~(MBOX|MREAD|MTOUCH); in marknew()
293 dot->m_flag |= MNEW|MSTATUS; in marknew()
318 dot = mp; in preserve()
333 dot = &message[*ip-1]; in unread()
334 dot->m_flag &= ~(MREAD|MTOUCH); in unread()
335 dot->m_flag |= MSTATUS; in unread()
622 dot = mp; in _Respond()
/mirbsd/src/bin/date/
Ddate.c167 char *dot, *t; in setthetime() local
172 for (t = p, dot = NULL; *t; ++t) { in setthetime()
175 if (*t == '.' && dot == NULL) { in setthetime()
176 dot = t; in setthetime()
186 if (dot != NULL) { /* .SS */ in setthetime()
187 *dot++ = '\0'; in setthetime()
188 if (strlen(dot) != 2) in setthetime()
190 lt->tm_sec = ATOI2(dot); in setthetime()
/mirbsd/src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/
Ddemo_hashdir.pl3 my %dot : Dir('.', DIR_UNLINK);
5 print join "\n", keys %dot;
7 delete $dot{killme};
9 print join "\n", keys %dot;
/mirbsd/src/bin/pax/
Dsel_subs.c323 int dot = 0; in trng_add() local
345 dot = 0; in trng_add()
352 if ((*stpt == '.') && (!dot)) { in trng_add()
353 ++dot; in trng_add()
530 const char *dot, *t; in str_sec() local
538 for (t = p, dot = NULL; *t; ++t) { in str_sec()
541 if (*t == '.' && dot == NULL) { in str_sec()
542 dot = t; in str_sec()
550 if (dot != NULL) { /* .SS */ in str_sec()
551 if (strlen(++dot) != 2) in str_sec()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-w65.c125 bfd_vma dot; local
167 dot = input_section->output_section->vma +
173 gap = value - dot;
189 dot = input_section->output_section->vma +
195 gap = value - (dot - shrink);
319 bfd_vma dot = link_order->offset local
323 gap -= dot + 1;
343 bfd_vma dot = link_order->offset local
349 if ((gap & 0xf0000) != (dot & 0xf0000))
359 gap -= dot + 2;
Dcoff-h8300.c440 bfd_vma dot; in h8300_reloc16_estimate() local
465 dot = (input_section->output_section->vma in h8300_reloc16_estimate()
469 dot += (reloc->howto->type == R_JMP1 ? 1 : 2); in h8300_reloc16_estimate()
472 gap = value - dot; in h8300_reloc16_estimate()
523 if (last_value == dot + 2 in h8300_reloc16_estimate()
525 && !h8300_symbol_address_p (abfd, input_section, dot - 2)) in h8300_reloc16_estimate()
554 dot = input_section->output_section->vma + in h8300_reloc16_estimate()
558 gap = value - dot; in h8300_reloc16_estimate()
663 bfd_vma dot; in h8300_reloc16_extra_cases() local
674 dot = (link_order->offset in h8300_reloc16_extra_cases()
[all …]
Dcoff-z8k.c224 bfd_vma dot = (link_order->offset in extra_case() local
227 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the in extra_case()
252 bfd_vma dot = (link_order->offset in extra_case() local
255 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the in extra_case()
283 bfd_vma dot = (link_order->offset in extra_case() local
286 int gap = dst - dot - 2; in extra_case()
312 bfd_vma dot = (link_order->offset in extra_case() local
315 int gap = dst - dot - 2; in extra_case()
Dcoff-h8500.c248 bfd_vma dot = link_order->offset local
251 int gap = dst - dot - 1; /* -1 since were in the odd byte of the
272 bfd_vma dot = link_order->offset local
275 int gap = dst - dot - 1; /* -1 since were in the odd byte of the
/mirbsd/src/gnu/usr.bin/perl/os2/
Ddl_os2.c83 const char *beg, *dot; in dlopen() local
123 for (beg = dot = path + strlen(path); in dlopen()
127 dot = beg; in dlopen()
128 if (dot - beg > 8) { in dlopen()
132 memmove(tmp+n, dot, strlen(dot)+1); in dlopen()
/mirbsd/src/usr.bin/jot/
Djot.c351 int dot, hash, space, sign, numbers = 0; in getformat() local
382 dot = hash = space = sign = numbers = 0; in getformat()
387 } else if ((*p == '#' && !(numbers|dot|sign|space| in getformat()
389 (*p == ' ' && !(numbers|dot|space++)) || in getformat()
390 ((*p == '+' || *p == '-') && !(numbers|dot|sign++)) in getformat()
391 || (*p == '.' && !(dot++))) in getformat()
/mirbsd/src/usr.bin/make/
Ddir.c180 static Path *dot; /* contents of current directory */ variable
315 dot = DirReaddiri(dotname, dotname+1); in Dir_Init()
317 if (!dot) in Dir_Init()
322 dot->refCount++; in Dir_Init()
332 dot->refCount--; in Dir_End()
333 Dir_Destroy(dot); in Dir_End()
458 DirMatchFilesi(word, eword, dot, expansions); in DirExpandWildi()
674 find_file_hashi(dot, cp, ename, hv) != NULL) { in Dir_FindFileComplexi()
679 dot->hits++; in Dir_FindFileComplexi()
765 if (p != dot) in Dir_FindFileComplexi()
/mirbsd/src/share/misc/
Deqnchar10 tdefine =dot % "\z\(eq\v'-.6m'\h'.2m'\s+2.\s-2\v'.6m'\h'.1m'" %
11 ndefine =dot % = dot %
55 tdefine 3dot % "\v'-.8m'\z.\v'.5m'\z.\v'.5m'.\v'-.2m'" %
56 ndefine 3dot % .\u.\u.\d\d %
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldlang.c3746 bfd_vma dot) in insert_pad() argument
3778 pad->padding_statement.output_offset = dot - output_section->vma; in insert_pad()
3790 bfd_vma dot) in size_input_section() argument
3812 alignment_needed = align_power (dot, i->alignment_power) - dot; in size_input_section()
3816 insert_pad (this_ptr, fill, TO_SIZE (alignment_needed), o, dot); in size_input_section()
3817 dot += alignment_needed; in size_input_section()
3822 i->output_offset = dot - o->vma; in size_input_section()
3825 dot += TO_ADDR (i->size); in size_input_section()
3826 o->size = TO_SIZE (dot - o->vma); in size_input_section()
3833 return dot; in size_input_section()
[all …]
Dldexp.c210 new_rel_from_abs (align_n (expld.dot, expld.result.value)); in fold_unary()
239 expld.result.value = align_n (expld.dot, expld.result.value); in fold_unary()
396 expld.result.value = align_n (expld.dot, maxpage); in fold_binary()
401 expld.result.value += expld.dot & (maxpage - 1); in fold_binary()
405 expld.dataseg.min_base = align_n (expld.dot, maxpage); in fold_binary()
413 expld.result.value += ((expld.dot + commonpage - 1) in fold_binary()
513 new_rel_from_abs (expld.dot); in fold_name()
712 if (nextdot < expld.dot in exp_fold_tree_1()
715 " (from %V to %V)\n"), expld.dot, nextdot); in exp_fold_tree_1()
718 expld.dot = nextdot; in exp_fold_tree_1()
[all …]
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltie.pod516 a hash representing a particular user's dot files. You index into the hash
517 with the name of the file (minus the dot) and you get back that dot file's
521 tie %dot, 'DotFiles';
522 if ( $dot{profile} =~ /MANPATH/ ||
523 $dot{login} =~ /MANPATH/ ||
524 $dot{cshrc} =~ /MANPATH/ )
533 printf "daemon dot file %s is size %d\n",
546 whose dot files this object represents
550 where those dot files live
554 whether we should try to change or remove those dot files
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/uni/
Dsprintf.t148 foreach my $dot (@values) {
149 my $result = sprintf $format, $dot, $vector;
151 or print "# ", join (',', map {ord $_} $prefix, $dot, $vector),
/mirbsd/src/usr.bin/locate/locate/
Dutil.c82 colon(dbv, path, dot) in colon() argument
85 char *dot; /* default for single ':' */
114 p = dot;
/mirbsd/src/gnu/usr.bin/binutils/config/
Dmh-djgpp7 # The version string must be modified to contain just one dot
8 # because DOS filenames can only have one dot when long filenames
/mirbsd/src/lib/libssl/src/apps/
Ds_server.c1315 int i,j,k,blank,dot; in www_body() local
1527 dot = 1; in www_body()
1533 switch (dot) in www_body()
1536 dot = (e[0] == '.') ? 2 : 0; in www_body()
1539 dot = (e[0] == '.') ? 3 : 0; in www_body()
1542 dot = (e[0] == '/') ? -1 : 0; in www_body()
1545 if (dot == 0) in www_body()
1546 dot = (e[0] == '/') ? 1 : 0; in www_body()
1548 dot = (dot == 3) || (dot == -1); /* filename contains ".." component */ in www_body()
1558 if (dot) in www_body()
/mirbsd/src/usr.bin/dc/
Dinout.c188 bool dot = false; in readnumber() local
205 if (dot) in readnumber()
207 dot = true; in readnumber()
213 if (dot) in readnumber()
/mirbsd/src/gnu/usr.bin/texinfo/info/
Dmakedoc.c125 char *dot = strrchr (argv[0], '.'); in main() local
127 if (dot && FILENAME_CMP (dot, ".exe") == 0) in main()
128 *dot = 0; in main()

123456