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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c1760 #ifndef WRONG
1761 #define WRONG (-1) macro
1762 #endif /* !defined WRONG */
1856 return WRONG;
1859 return WRONG;
1861 return WRONG;
1864 return WRONG;
1870 return WRONG;
1873 return WRONG;
1881 return WRONG;
[all...]

Completed in 195 milliseconds