Searched refs:WRONG (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/usr.sbin/ctm/ctm/
H A Dctm_pass3.c49 GETFIELD(p,' '); if(strcmp("CTM_BEGIN",p)) WRONG
50 GETFIELD(p,' '); if(strcmp(Version,p)) WRONG
51 GETFIELD(p,' '); if(strcmp(Name,p)) WRONG
52 GETFIELD(p,' '); if(strcmp(Nbr,p)) WRONG
53 GETFIELD(p,' '); if(strcmp(TimeStamp,p)) WRONG
54 GETFIELD(p,'\n'); if(strcmp(Prefix,p)) WRONG
68 TimeStamp); WRONG}
75 if (setenv("TZ", "UTC", 1) < 0) WRONG
87 if (tm.tm_mday < 1 || tm.tm_mday > 31) WRONG;
121 if (p[0] != 'C' || p[1] != 'T' || p[2] != 'M') WRONG
[all...]
H A Dctm_passb.c43 GETFIELD(p,' '); if(strcmp("CTM_BEGIN",p)) WRONG
44 GETFIELD(p,' '); if(strcmp(Version,p)) WRONG
45 GETFIELD(p,' '); if(strcmp(Name,p)) WRONG
46 GETFIELD(p,' '); if(strcmp(Nbr,p)) WRONG
47 GETFIELD(p,' '); if(strcmp(TimeStamp,p)) WRONG
48 GETFIELD(p,'\n'); if(strcmp(Prefix,p)) WRONG
62 if (p[0] != 'C' || p[1] != 'T' || p[2] != 'M') WRONG
70 WRONG
91 default: WRONG
122 WRONG;
[all...]
H A Dctm_pass2.c40 GETFIELD(p,' '); if(strcmp("CTM_BEGIN",p)) WRONG
41 GETFIELD(p,' '); if(strcmp(Version,p)) WRONG
42 GETFIELD(p,' '); if(strcmp(Name,p)) WRONG
44 GETFIELD(p,' '); if(strcmp(Nbr,p)) WRONG
46 GETFIELD(p,' '); if(strcmp(TimeStamp,p)) WRONG
47 GETFIELD(p,'\n'); if(strcmp(Prefix,p)) WRONG
64 if (p[0] != 'C' || p[1] != 'T' || p[2] != 'M') WRONG
72 WRONG
149 if(!name) WRONG
181 WRONG
[all...]
H A Dctm.h143 #define WRONG {Assert(); return Exit_Mess;} macro
H A Dctm_pass1.c206 if(cnt < 0) WRONG
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dmktime.c109 #ifndef WRONG
110 #define WRONG (-1) macro
111 #endif /* !defined WRONG */
240 return WRONG;
251 return WRONG;
280 return WRONG;
307 return WRONG;
/freebsd-10.1-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1778 #ifndef WRONG
1779 #define WRONG (-1) macro
1780 #endif /* !defined WRONG */
1881 return WRONG;
1884 return WRONG;
1886 return WRONG;
1889 return WRONG;
1895 return WRONG;
1898 return WRONG;
1906 return WRONG;
[all...]

Completed in 103 milliseconds