Searched refs:lt (Results 1 - 25 of 205) sorted by relevance

123456789

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Code/Shell/
H A Dfunc_slow.sh7 while [ $i -lt 300 ]
17 while [ $i -lt 200 ]
28 while [ $i -lt 100 ]
/freebsd-9.3-release/contrib/sendmail/src/
H A Darpadate.c63 register struct tm *lt; local
126 lt = localtime(&t);
128 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
131 if (lt->tm_year < gmt.tm_year)
133 else if (lt->tm_year > gmt.tm_year)
135 else if (lt->tm_yday < gmt.tm_yday)
137 else if (lt->tm_yday > gmt.tm_yday)
151 tz = lt->tm_name;
154 tz = lt
[all...]
/freebsd-9.3-release/bin/date/
H A Ddate.c87 struct tm lt; local
171 lt = *localtime(&tval);
172 badv = vary_apply(v, &lt);
188 (void)strftime(buf, sizeof(buf), format, &lt);
201 struct tm *lt; local
206 lt = localtime(&tval);
207 lt->tm_isdst = -1; /* divine correct DST */
210 t = strptime(p, fmt, lt);
234 lt->tm_sec = ATOI2(dot);
235 if (lt
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/
H A Dautogen.sh10 if [[ $ac_maj -lt 2 ]]; then
13 elif [[ $ac_maj -eq 2 && $ac_min -lt 57 ]]; then
23 if [[ $am_maj -lt 1 ]]; then
26 elif [[ $am_maj -eq 1 && $am_min -lt 6 ]]; then
29 elif [[ $am_maj -eq 1 && $am_min -eq 6 && $am_sub -lt 3 ]]; then
39 if [[ $lt_maj -lt 1 ]]; then
42 elif [[ $lt_maj -eq 1 && $lt_min -lt 4 ]]; then
45 elif [[ $lt_maj -eq 1 && $lt_min -eq 4 && $lt_sub -lt 2 ]]; then
/freebsd-9.3-release/etc/periodic/daily/
H A D999.local30 [ $rc -lt 2 ] && rc=2
34 [ $rc -lt 2 ] && rc=2;;
/freebsd-9.3-release/etc/periodic/monthly/
H A D999.local27 [ $rc -lt 2 ] && rc=2
31 [ $rc -lt 2 ] && rc=2;;
/freebsd-9.3-release/etc/periodic/weekly/
H A D999.local27 [ $rc -lt 2 ] && rc=2
31 [ $rc -lt 2 ] && rc=2;;
/freebsd-9.3-release/usr.bin/chpass/
H A Dutil.c84 static struct tm *lt; local
94 if (!lt) {
97 lt = localtime(&tval);
128 lt->tm_year = year - 1900;
129 lt->tm_mon = month - 1;
130 lt->tm_mday = day;
131 lt->tm_hour = 0;
132 lt->tm_min = 0;
133 lt->tm_sec = 0;
134 lt
[all...]
/freebsd-9.3-release/lib/libutil/
H A Dlogin_ok.c95 struct login_time *lt = NULL; local
103 lt = *ltptr;
104 else if ((lt = realloc(*ltptr, j * sizeof(struct login_time))) != NULL) {
106 *ltptr = lt;
108 if (lt != NULL) {
112 lt[i] = parse_lt(tl[i]);
113 lt[i].lt_dow = LTM_NONE;
116 return lt;
230 struct login_time *lt; local
232 lt
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dcommon.cpp27 const line_type &lt)
29 assert(lt.type == line_type::dashed);
30 line_type slt = lt;
32 double dash_angle = lt.dash_width/rad;
55 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt);
62 const line_type &lt)
64 assert(lt.type == line_type::dotted);
65 double gap_angle = lt.dash_width/rad;
78 dot(cent + position(cos(ang), sin(ang))*rad, lt);
85 const distance &dim, const line_type &lt)
26 dashed_circle(const position &cent, double rad, const line_type &lt) argument
61 dotted_circle(const position &cent, double rad, const line_type &lt) argument
83 ellipse_arc(const position &cent, const position &z0, const position &z1, const distance &dim, const line_type &lt) argument
124 dashed_ellipse(const position &cent, const distance &dim, const line_type &lt) argument
183 dotted_ellipse(const position &cent, const distance &dim, const line_type &lt) argument
250 dashed_arc(const position &start, const position &cent, const position &end, const line_type &lt) argument
281 dotted_arc(const position &start, const position &cent, const position &end, const line_type &lt) argument
308 solid_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt) argument
321 rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt, double fill) argument
344 dashed_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
404 dash_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double dash_width, double gap_width, double *offsetp) argument
443 dash_line(const position &start, const position &end, const line_type &lt, double dash_width, double gap_width, double *offsetp) argument
482 dotted_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
541 dot_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double gap_width, double *offsetp) argument
567 dot_line(const position &start, const position &end, const line_type &lt, double gap_width, double *offsetp) argument
591 solid_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
[all...]
H A Dtex.cpp60 double end_angle, const line_type &lt);
180 const line_type &lt)
182 set_pen_size(lt.thickness);
187 switch(lt.type) {
195 printf("dt %.3f", lt.dash_width/scale);
198 printf("da %.3f", lt.dash_width/scale);
205 const line_type &lt, double fill)
212 line(v[n-1], v, n, lt);
216 const line_type &lt)
218 if (lt
179 line(const position &start, const position *v, int n, const line_type &lt) argument
204 polygon(const position *v, int n, const line_type &lt, double fill) argument
215 spline(const position &start, const position *v, int n, const line_type &lt) argument
240 solid_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt) argument
256 arc(const position &start, const position &cent, const position &end, const line_type &lt) argument
285 circle(const position &cent, double rad, const line_type &lt, double fill) argument
312 ellipse(const position &cent, const distance &dim, const line_type &lt, double fill) argument
360 dot(const position &pos, const line_type &lt) argument
[all...]
H A Dtroff.cpp66 const position &end, const line_type &lt)
68 switch (lt.type) {
70 line_thickness(lt.thickness);
76 dashed_arc(start, cent, end, lt);
79 dotted_arc(start, cent, end, lt);
85 const line_type &lt)
88 line_thickness(lt.thickness);
90 switch (lt.type) {
98 int ndots = int(dist/lt.dash_width + .5);
100 dot(pos, lt);
65 arc(const position &start, const position &cent, const position &end, const line_type &lt) argument
84 line(const position &start, const position *v, int n, const line_type &lt) argument
135 spline(const position &start, const position *v, int n, const line_type &lt) argument
142 polygon(const position *v, int n, const line_type &lt, double fill) argument
160 circle(const position &cent, double rad, const line_type &lt, double fill) argument
186 ellipse(const position &cent, const distance &dim, const line_type &lt, double fill) argument
542 dot(const position &cent, const line_type &lt) argument
[all...]
H A Dcommon.h25 const line_type &lt, double dash_width, double gap_width,
28 double start_angle, double end_angle, const line_type &lt,
31 const line_type &lt, double gap_width, double *offsetp);
33 double start_angle, double end_angle, const line_type &lt,
49 double end_angle, const line_type &lt);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-types.c25 LONGLONG_T volatile lt; local
64 lt = LLONG_MIN - 1;
65 SM_TEST(lt > ll);
76 lt = ll + 1;
77 SM_TEST(lt < ll);
/freebsd-9.3-release/sbin/shutdown/
H A Dshutdown.c415 struct tm *lt; local
450 lt = localtime(&now); /* current time val */
454 this_year = lt->tm_year;
455 lt->tm_year = ATOI2(timearg);
461 if (lt->tm_year < (this_year % 100) - 1)
462 lt->tm_year += 100;
464 lt->tm_year += (this_year - (this_year % 100));
467 lt->tm_mon = ATOI2(timearg);
468 if (--lt->tm_mon < 0 || lt
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh48 while [ "$i" -lt "$numkids" ]; do
60 while [ "$i" -lt "$numkids" ]; do
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.violentdeath.ksh45 while [ "$i" -lt 10 ]; do
/freebsd-9.3-release/tools/regression/pjdfstest/tests/rmdir/
H A D00.t25 test_check $time -lt $mtime
27 test_check $time -lt $ctime
/freebsd-9.3-release/tools/regression/pjdfstest/tests/mknod/
H A D11.t66 test_check $time -lt $atime
68 test_check $time -lt $mtime
70 test_check $time -lt $ctime
72 test_check $time -lt $mtime
74 test_check $time -lt $ctime
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Ddn11.c56 int lt, nw; local
85 nw = write(dn, num, lt = strlen(num));
86 exit(nw != lt);
106 while ((nw = wait(&lt)) != child && nw != -1)
110 if (lt != 0) {
/freebsd-9.3-release/tools/regression/pjdfstest/tests/unlink/
H A D00.t56 test_check $ctime1 -lt $ctime2
65 test_check $ctime1 -lt $ctime2
74 test_check $ctime1 -lt $ctime2
83 test_check $ctime1 -lt $ctime2
92 test_check $ctime1 -lt $ctime2
142 test_check $time -lt $mtime
144 test_check $time -lt $ctime
153 test_check $time -lt $mtime
155 test_check $time -lt $ctime
164 test_check $time -lt
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh70 while [[ "$lower" -lt "$upper" ]]; do
89 if [[ "$lower" -lt "$expected" ]]; then
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_gcore.sh39 if [ "$#" -lt "3" ]
/freebsd-9.3-release/sys/tools/fdt/
H A Dembed_dtb.sh39 if [ $sz -lt $dtbsize ]
/freebsd-9.3-release/tools/
H A Dinstall.sh58 if [ -z "$dirmode" ] && [ "$#" -lt 2 ]; then

Completed in 226 milliseconds

123456789