Searched refs:atmp (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/ntp/libntp/ |
| D | mktime.c | 150 register struct tm * atmp, in tmcomp() argument 158 if ((result = (atmp->tm_year - btmp->tm_year)) == 0 && in tmcomp() 159 (result = (atmp->tm_mon - btmp->tm_mon)) == 0) in tmcomp() 160 result = (atmp->tm_mday - btmp->tm_mday); in tmcomp() 167 if(atmp->tm_isdst == 1 && !btmp->tm_isdst) in tmcomp() 169 else if(btmp->tm_isdst == 1 && !atmp->tm_isdst) in tmcomp() 170 atmp = mkdst(atmp); in tmcomp() 174 if ((result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp() 175 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp() 176 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
|
| /freebsd-9-stable/crypto/openssl/crypto/asn1/ |
| D | asn1_gen.c | 611 ASN1_TYPE *atmp = NULL; in asn1_str2type() local 620 if (!(atmp = ASN1_TYPE_new())) { in asn1_str2type() 645 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type() 657 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str))) { in asn1_str2type() 668 if (!(atmp->value.object = OBJ_txt2obj(str, 0))) { in asn1_str2type() 680 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type() 684 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type() 688 atmp->value.asn1_string->type = utype; in asn1_str2type() 689 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type() 714 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type() [all …]
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | asn1pars.c | 295 ASN1_TYPE *atmp; in MAIN() local 305 atmp = at; in MAIN() 308 ASN1_TYPE_free(atmp); in MAIN()
|
| /freebsd-9-stable/contrib/tzcode/stdtime/ |
| D | localtime.c | 210 static int tmcomp(const struct tm * atmp, 1841 tmcomp(atmp, btmp) in tmcomp() argument 1842 const struct tm * const atmp; in tmcomp() 1847 if ((result = (atmp->tm_year - btmp->tm_year)) == 0 && 1848 (result = (atmp->tm_mon - btmp->tm_mon)) == 0 && 1849 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && 1850 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && 1851 (result = (atmp->tm_min - btmp->tm_min)) == 0) 1852 result = atmp->tm_sec - btmp->tm_sec;
|
| /freebsd-9-stable/contrib/nvi/common/ |
| D | options.c | 1016 OABBREV atmp, *ap; local 1021 atmp.name = name; 1022 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1,
|
| /freebsd-9-stable/contrib/ipfilter/etc/ |
| D | services | 2262 atmp 5150/tcp # Ascend Tunnel Management Protocol 2263 atmp 5150/udp # Ascend Tunnel Management Protocol
|
| /freebsd-9-stable/contrib/ipfilter/perl/ |
| D | Services | 1816 5150 atmp AscendTunnelManagementProtocol
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 1132 * doc/c-i860.texi: Mention that .dual, .enddual, and .atmp 1140 (s_atmp): Likewise for .atmp.
|
| /freebsd-9-stable/contrib/binutils/gas/po/ |
| D | gas.pot | 5517 msgid "Directive .atmp available only with -mintel-syntax option"
|