| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | zparser.y | 146 trail: NL 150 ttl_directive: DOLLAR_TTL sp str trail 160 origin_directive: DOLLAR_ORIGIN sp abs_dname trail 171 | DOLLAR_ORIGIN sp rel_dname trail 663 | T_APL trail /* RFC 3123 */ 729 rdata_a: dotted_str trail 735 rdata_domain_name: dname trail 742 rdata_soa: dname sp dname sp str sp str sp str sp str sp str trail 755 rdata_wks: dotted_str sp str sp concatenated_str_seq trail 762 rdata_hinfo: str sp str trail [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | runone.sh | 32 trail= 34 trail=$(expr $full : ".*\.in\(.\)") 36 trail=$(expr $full : ".*\.err\(.\)") 43 case $trail in 55 *) echo "unrecognized trail '$trail' in '$full'" >&2; exit 1;; 59 base=$(basename $full .err$trail) 65 base=$(basename $full .in$trail)
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsrev.c | 535 register struct hshentry * next, * trail; local 576 trail = 0; 580 ) trail = next; 584 if (!trail) { 589 while (next!=trail) { 612 trail = next; 617 (cmpnumfld(revno,trail->num,field+1) !=0)){ 622 if (date && cmpdate(date,trail->date)<0) { 624 trail->num, 625 date2str(trail->date, datebuf) [all …]
|
| H A D | co.c | 582 { register struct rcslock * next, * trail; local 589 trail = &dummy; 601 trail=next; 606 trail->nextlock=next->nextlock;
|
| H A D | ci.c | 1136 register struct rcslock *next, **trail; local 1140 for (trail = &Locks; (next = *trail); trail = &next->nextlock) 1144 *trail = next->nextlock;
|
| H A D | rcs.c | 1088 register struct rcslock *next, **trail; local 1092 for (trail = &Locks; (next = *trail); trail = &next->nextlock) 1104 *trail = next->nextlock;
|
| H A D | rcsedit.c | 1704 register struct rcslock *next, **trail, **found; local 1707 for (trail = &Locks; (next = *trail); trail = &next->nextlock) 1713 found = trail;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | mkdeps.c | 114 munge (const char *str, const char *trail = NULL, ...) 120 if (trail) 121 va_start (args, trail); 172 str = trail; 176 if (trail) 330 bool quote = true, const char *trail = NULL) 333 name = munge (name, trail, NULL); 358 const char *trail = NULL) 361 col = make_write_name (vec[ix], fp, col, colmax, ix >= quote_lwm, trail);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rbtree.cc | 111 struct rbt_string_node *trail = t->rbt_nil; in rbt_insert() local 115 trail = curr; in rbt_insert() 126 fresh->par = trail; in rbt_insert() 128 if (trail == t->rbt_nil) in rbt_insert() 130 else if (strcmp (fresh->str, trail->str) < 0) in rbt_insert() 131 trail->left = fresh; in rbt_insert() 133 trail->right = fresh; in rbt_insert()
|
| /netbsd-src/lib/libc/time/ |
| H A D | strftime.c | 846 int trail; 849 trail = a % DIVISOR + b % DIVISOR; 850 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; 851 trail %= DIVISOR; 852 if (trail < 0 && lead > 0) { 853 trail += DIVISOR; 855 } else if (lead < 0 && trail > 0) { 856 trail -= DIVISOR; 860 if (lead == 0 && trail < 0) 865 pt = _conv(((trail < 793 int trail; _yconv() local [all...] |
| H A D | zdump.c | 1223 int trail; 1240 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; 1242 trail / DIVISOR; 1243 trail %= DIVISOR; 1244 if (trail < 0 && lead > 0) { 1245 trail += DIVISOR; 1247 } else if (lead < 0 && trail > 0) { 1248 trail -= DIVISOR; 1252 printf("%d", trail); 1253 else printf("%d%d", lead, ((trail < 1233 int trail; global() local [all...] |
| /netbsd-src/games/worms/ |
| H A D | worms.c | 203 int CO, LI, last, bottom, ch, number, trail; in main() local 223 trail = ' '; in main() 247 if (trail == ' ') in main() 248 trail = '.'; in main() 250 trail = ' '; in main() 356 if (trail == ' ') in main() 357 trail = '.'; in main() 359 trail = ' '; in main() 518 mvaddch(y1, x1, trail); in main()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | mkdeps.cc | 123 munge (const char *str, const char *trail = nullptr) in munge() argument 129 for (; str; str = trail, trail = nullptr) in munge() 351 bool quote = true, const char *trail = NULL) in make_write_name() argument 354 name = munge (name, trail); in make_write_name() 379 const char *trail = NULL) in make_write_vec() argument 382 col = make_write_name (vec[ix], fp, col, colmax, ix >= quote_lwm, trail); in make_write_vec()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/samples/ |
| H A D | runone.sh | 14 trail=$(expr $file : ".*6$") 16 if [ $trail -eq 0 ]; then
|
| /netbsd-src/libexec/makewhatis/ |
| H A D | makewhatis.c | 747 char *trail; in manpreprocess() local 750 if ((trail = findwhitespace(sect)) != NULL) in manpreprocess() 751 *trail++ = '\0'; in manpreprocess() 758 if (trail == NULL) { in manpreprocess() 763 length = strlen(trail); in manpreprocess() 764 (void) memmove(to, trail, length + 1); in manpreprocess()
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | if_cnwioctl.h | 99 struct cnwtrail trail[128]; member
|
| /netbsd-src/bin/pax/ |
| H A D | pax.h | 210 int (*trail) /* returns 0 if a valid trailer, -1 if not */ member
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2649.txt | 107 audit trail of signed operations. The LDAP control is (OID = 130 identity of the client, in order to produce the audit trail entry. 149 This allows a more timely creation of the audit trail by the server. 243 Some LDAP servers will desire that the audit trail be continuous, and
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | writer.c | 602 static const char trail[] = "\r\n-----END PGP SIGNATURE-----\r\n"; in sig_finaliser() local 635 return stacked_write(writer, trail, (unsigned)(sizeof(trail) - 1), errors); in sig_finaliser()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/ |
| H A D | qxl_dev.h | 446 } trail; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | codecvt.cc | 443 char16_t trail = 0xDC00 + (codepoint & 0x3FF); in write_utf16_code_point() local 445 to = adjust_byte_order(trail, mode); in write_utf16_code_point()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | codecvt.cc | 449 char16_t trail = 0xDC00 + (codepoint & 0x3FF); in write_utf16_code_point() local 451 to = adjust_byte_order(trail, mode); in write_utf16_code_point()
|
| /netbsd-src/games/hack/ |
| H A D | data | 55 seen among men it left in its wake a trail of destruction and
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | script.cc | 3116 const struct Parser_output_section_trailer* trail) in script_finish_output_section() argument 3119 closure->script_options()->script_sections()->finish_output_section(trail); in script_finish_output_section()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | script.cc | 3116 const struct Parser_output_section_trailer* trail) in script_finish_output_section() argument 3119 closure->script_options()->script_sections()->finish_output_section(trail); in script_finish_output_section()
|