| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 930120-1.c | 7 long int dot; variable 37 wx = dot; 38 w = dot; 41 wx = get((int)dot, itype); 43 w = (itolws.L=(wx), itolws.I[((dot)&3)>>1]); 73 psymoff(dot,ptype,":%16t"); 87 printesc((int)(itolws.L=(wx), itolws.C[(dot)&3])); 89 printc((char)(itolws.L=(wx), itolws.C[(dot)&3])); 94 printf("%-8x", (itolws.L=(wx), itolws.C[(dot)&3])); 98 printf("%-8o", (itolws.L=(wx), itolws.C[(dot)&3])); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| H A D | loc_ca.t | 31 my $dot = _pack_U(0xB7); 66 ok($objCa->eq("ll", "l${dot}l")); 67 ok($objCa->eq("lL", "l${dot}l")); 68 ok($objCa->eq("lL", "l${dot}L")); 69 ok($objCa->eq("Ll", "l${dot}L")); 70 ok($objCa->eq("Ll", "L${dot}l")); 71 ok($objCa->eq("LL", "L${dot}l")); 72 ok($objCa->eq("LL", "L${dot}L")); 85 ok($objCa->lt("ll", "l${dot}l")); 86 ok($objCa->gt("lL", "l${dot}l")); [all …]
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | lineno.t | 19 echo dot A $LINENO 20 echo dot B $LINENO 22 echo dot C $LINENO 30 dot A 1 31 dot B 2 32 dot C 20 60 echo dot A $LINENO 61 echo dot B $LINENO 78 dot A 79 dot B [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | DirHandle.t | 26 $dot = DirHandle->new('.'); 28 ok(defined $dot, "DirHandle->new returns defined value"); 29 isa_ok($dot, 'DirHandle'); 32 do { $first = $dot->read } while defined($first) && $first =~ /^\./; 36 @b = sort($first, (grep {/^[^.]/} $dot->read)); 40 ok($dot->rewind, "'rewind' method returns true value"); 41 @c = sort grep {/^[^.]/} $dot->read; 45 ok($dot->close, "'close' method returns true value"); 46 $dot->rewind; 47 ok(! defined $dot->read,
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/t/ |
| H A D | io_dir.t | 33 my $dot = $CLASS->new($DIR); 34 ok(defined($dot), "Able to create IO::Dir object for $DIR"); 38 do { $first = $dot->read } while defined($first) && $first =~ /^\./; 41 my @b = sort($first, (grep {/^[^.]/} $dot->read)); 44 ok($dot->rewind,'rewind'); 45 my @c = sort grep {/^[^.]/} $dot->read; 48 ok($dot->close,'close'); 51 ok(!$dot->rewind, "rewind on closed"); 52 ok(!defined($dot->read), "Directory handle closed; 'read' returns undef");
|
| /openbsd-src/lib/libc/nls/ |
| H A D | catopen.c | 57 char *s, *t, *sep, *dot; in catopen() local 92 dot = strrchr(lang, '.'); in catopen() 93 if (dot && sep && dot < sep) in catopen() 94 dot = NULL; /* ignore dots preceeding _ */ in catopen() 95 if (dot == NULL) in catopen() 117 if (dot && u >= dot) in catopen() 127 if (dot && u >= dot) in catopen() 132 if (dot == NULL) in catopen() 134 u = dot + 1; in catopen()
|
| /openbsd-src/usr.bin/mail/ |
| H A D | cmd2.c | 62 mdot = dot - &message[0] + 1; in next() 77 dot = mp; in next() 100 for (mp = dot+1; mp < &message[msgCount]; mp++) in next() 107 dot = mp; in next() 112 list[0] = dot - &message[0] + 1; in next() 269 lastdot = dot - &message[0] + 1; in deltype() 271 list[0] = dot - &message[0] + 1; in deltype() 273 touch(dot); in deltype() 303 dot = &message[last-1]; in delm() 306 dot = &message[last-1]; in delm() [all …]
|
| H A D | cmd1.c | 72 if (dot != &message[n-1]) in headers() 73 dot = mp; in headers() 172 dot = &message[*ip - 1]; in from() 203 curind = dot == mp ? '>' : ' '; in printhead() 247 printf("%d\n", (int)(dot - &message[0] + 1)); in pdot() 380 dot = mp; in type1() 421 dot = mp; in top() 449 dot = &message[*ip-1]; in stouch() 450 dot->m_flag |= MTOUCH; in stouch() 451 dot->m_flag &= ~MPRESERVE; in stouch() [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/intl/ |
| H A D | localcharset.c | 340 const char *dot = strchr (locale, '.'); in locale_charset() local 342 if (dot != NULL) in locale_charset() 346 dot++; in locale_charset() 348 modifier = strchr (dot, '@'); in locale_charset() 350 return dot; in locale_charset() 351 if (modifier - dot < sizeof (buf)) in locale_charset() 353 memcpy (buf, dot, modifier - dot); in locale_charset() 354 buf [modifier - dot] = '\0'; in locale_charset()
|
| /openbsd-src/gnu/gcc/intl/ |
| H A D | localcharset.c | 340 const char *dot = strchr (locale, '.'); in locale_charset() local 342 if (dot != NULL) in locale_charset() 346 dot++; in locale_charset() 348 modifier = strchr (dot, '@'); in locale_charset() 350 return dot; in locale_charset() 351 if (modifier - dot < sizeof (buf)) in locale_charset() 353 memcpy (buf, dot, modifier - dot); in locale_charset() 354 buf [modifier - dot] = '\0'; in locale_charset()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/ |
| H A D | demo_hashdir.pl | 3 my %dot : Dir('.', DIR_UNLINK); 5 print join "\n", keys %dot; 7 delete $dot{killme}; 9 print join "\n", keys %dot;
|
| /openbsd-src/bin/date/ |
| H A D | date.c | 144 char *dot, *t; in setthetime() local 167 for (t = p, dot = NULL; *t; ++t) { in setthetime() 170 if (*t == '.' && dot == NULL) { in setthetime() 171 dot = t; in setthetime() 177 if (dot != NULL) { /* .SS */ in setthetime() 178 *dot++ = '\0'; in setthetime() 179 if (strlen(dot) != 2) in setthetime() 181 lt->tm_sec = ATOI2(dot); in setthetime()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | LinkerScript.cpp | 184 if (val < dot && inSec) in setDot() 190 expandOutputSection(val - dot); in setDot() 192 dot = val; in setDot() 963 const uint64_t savedDot = dot; in assignOffsets() 969 dot = 0; in assignOffsets() 974 state->tbssAddr = dot; in assignOffsets() 976 dot = state->tbssAddr; in assignOffsets() 979 dot = state->memRegion->curPos; in assignOffsets() 987 if (state->memRegion && state->memRegion->curPos < dot) in assignOffsets() 988 expandMemoryRegion(state->memRegion, dot - state->memRegion->curPos, in assignOffsets() [all …]
|
| /openbsd-src/usr.sbin/tcpdrop/ |
| H A D | tcpdrop.c | 76 char *dot; in main() local 82 dot = strrchr(addr1, '.'); in main() 83 if (dot > port1) in main() 84 port1 = dot; in main() 94 dot = strrchr(addr2, '.'); in main() 95 if (dot > port2) in main() 96 port2 = dot; in main()
|
| /openbsd-src/bin/pax/ |
| H A D | sel_subs.c | 350 int dot = 0; in trng_add() local 372 dot = 0; in trng_add() 379 if ((*stpt == '.') && (!dot)) { in trng_add() 380 ++dot; in trng_add() 557 const char *dot, *t; in str_sec() local 565 for (t = p, dot = NULL; *t; ++t) { in str_sec() 568 if (*t == '.' && dot == NULL) { in str_sec() 569 dot = t; in str_sec() 578 if (dot != NULL) { /* .SS */ in str_sec() 579 if (strlen(++dot) != 2) in str_sec() [all …]
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | get_args.c | 156 { char *dot = strchr(optarg, '.'); in get_args() local 157 if (dot) *dot = '\0'; in get_args() 161 if (dot) { in get_args() 162 afs_retrans = atoi(dot+1); in get_args() 163 *dot = '.'; in get_args()
|
| /openbsd-src/games/caesar/ |
| H A D | caesar.c | 73 double dot, winnerdot; in main() local 115 dot = 0; in main() 117 dot += obs[i] * stdf[(i + try) % 26]; in main() 118 if (dot > winnerdot) { in main() 121 winnerdot = dot; in main()
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldexp.c | 211 bfd_vma dot, in fold_unary() argument 218 allocation_done, dot, dotp); in fold_unary() 225 result = new_rel_from_section (align_n (dot, result.value), in fold_unary() 261 result.value = align_n (dot, result.value); in fold_unary() 297 bfd_vma dot, in fold_binary() argument 303 allocation_done, dot, dotp); in fold_binary() 310 allocation_done, dot, dotp); in fold_binary() 399 result.value = align_n (dot, maxpage); in fold_binary() 402 result.value += dot & (maxpage - 1); in fold_binary() 411 result.value += (dot + other.value - 1) in fold_binary() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coff-w65.c | 125 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 = (dst_address local 323 gap -= dot + 1; 343 bfd_vma dot = (dst_address local 349 if ((gap & 0xf0000) != (dot & 0xf0000)) 359 gap -= dot + 2;
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coff-w65.c | 125 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; 342 bfd_vma dot = link_order->offset local 348 if ((gap & 0xf0000) != (dot & 0xf0000)) 357 gap -= dot + 2;
|
| H A D | coff-z8k.c | 224 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() 251 bfd_vma dot = (link_order->offset in extra_case() local 254 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the in extra_case() 281 bfd_vma dot = (link_order->offset in extra_case() local 284 int gap = dst - dot - 2; in extra_case() 309 bfd_vma dot = (link_order->offset in extra_case() local 312 int gap = dst - dot - 2; in extra_case()
|
| /openbsd-src/sys/arch/hppa/stand/libsa/ |
| H A D | cmd_hppa.c | 316 char *dot; local 328 dot = strchr(arg, '.'); 329 if (dot != NULL) 330 *dot++ = '\0'; 352 arg = dot; 353 dot = strchr(arg, '.'); 358 if (dot == arg + 1) 368 if (dot != NULL) 369 *dot++ = '\0'; 372 arg = dot; [all …]
|
| /openbsd-src/usr.bin/touch/ |
| H A D | touch.c | 165 char *dot, *p; in stime_arg1() local 171 for (p = arg, dot = NULL; *p != '\0'; p++) { in stime_arg1() 172 if (*p == '.' && dot == NULL) in stime_arg1() 173 dot = p; in stime_arg1() 177 if (dot == NULL) in stime_arg1() 180 *dot++ = '\0'; in stime_arg1() 181 if (strlen(dot) != 2) in stime_arg1() 183 lt->tm_sec = ATOI2(dot); in stime_arg1()
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | dl_os2.c | 83 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()
|
| /openbsd-src/regress/usr.bin/mandoc/roff/string/ |
| H A D | name.out_ascii | 14 dot.: value of dot. 15 dot\.: value of dot.
|