Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 2233) sorted by relevance

12345678910>>...90

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.split811 split botch at 10 3 2
12 different element at 1 9853
16 split botch at 11 3 2
21 split botch at 12 3 2
26 split botch at 13 3 2
31 split botch at 14 3 2
36 split botch at 15 3 2
41 split botch at 16 3 2
46 split botch at 17 3 2
51 split botch at 18 3 2
[all …]
H A Dt.delete21 delete2 miscount 20 vs 2 at 6
2 delete2 miscount 20 vs 2 at 7
3 delete2 miscount 20 vs 2 at 8
4 delete2 miscount 20 vs 2 at 9
5 delete2 miscount 20 vs 2 at 10
6 delete2 miscount 20 vs 2 at 11
7 delete2 miscount 20 vs 2 at 12
8 delete2 miscount 20 vs 2 at 13
9 delete2 miscount 20 vs 2 at 14
10 delete2 miscount 20 vs 2 at 15
[all …]
/illumos-gate/usr/src/cmd/cron/
H A Datt1.y72 if (at.tm_min >= 60 || at.tm_hour >= 24)
74 if (at.tm_mon >= 12 || at.tm_mday > mday[at.tm_mon])
78 if (at.tm_year < 70 || at.tm_year >= 139)
92 at.tm_min = $3;
97 at.tm_min = $2;
124 if (at.tm_hour < 1 || at.tm_hour > 12)
130 if (at.tm_hour < 1 || at.tm_hour > 12)
143 if (at.tm_hour == 24 && at.tm_min != 0)
156 || ((at.tm_hour==tp->tm_hour)&&(at.tm_min<tp->tm_min)))
160 at.tm_mon = $1;
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtermattr.c67 attr_t at; in term_attrs() local
93 at |= WA_DIM; in term_attrs()
125 at |= WA_LOW; in term_attrs()
131 at |= WA_TOP; in term_attrs()
144 at |= WA_BLINK; in term_attrs()
147 at |= WA_BOLD; in term_attrs()
150 at |= WA_INVIS; in term_attrs()
153 at |= WA_DIM; in term_attrs()
171 at |= WA_LEFT; in term_attrs()
174 at |= WA_LOW; in term_attrs()
[all …]
H A Dattr_on.c43 (attr_on)(attr_t at, void *opts)
46 __m_trace("attr_on(%x, %p)", at, opts);
49 stdscr->_fg._at |= at;
55 (attr_off)(attr_t at, void *opts)
58 __m_trace("attr_off(%x, %p)", at, opts);
61 stdscr->_fg._at &= ~at;
67 (attr_set)(attr_t at, short co, void *opts)
74 stdscr->_fg._at = at;
92 (attr_get)(attr_t *at, short *co, void *opts)
98 if (at != (attr_t *) 0)
[all …]
H A Dattron.c43 attron(int at) in attron() argument
48 __m_trace("attron(%lx)", at); in attron()
51 (void) __m_chtype_cc((chtype) at, &cc); in attron()
58 attroff(int at) in attroff() argument
63 __m_trace("attroff(%lx)", (long) at); in attroff()
66 (void) __m_chtype_cc((chtype) at, &cc); in attroff()
73 attrset(int at) in attrset() argument
78 __m_trace("attrset(%lx)", (long) at); in attrset()
81 (void) __m_chtype_cc((chtype) at, &cc); in attrset()
103 (PAIR_NUMBER)(chtype at)
[all …]
H A Dwattr_on.c45 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on() argument
48 __m_trace("wattr_on(%p, %x, %p)", w, at, opts); in wattr_on()
51 w->_fg._at |= at; in wattr_on()
59 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off() argument
62 __m_trace("wattr_off(%p, %x, %p)", w, at, opts); in wattr_off()
65 w->_fg._at &= ~at; in wattr_off()
73 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set() argument
80 w->_fg._at = at; in wattr_set()
88 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get() argument
94 if (at != (attr_t *) 0) in wattr_get()
[all …]
H A Dwattron.c43 wattron(WINDOW *w, int at) in wattron() argument
48 __m_trace("wattron(%p, %ld)", w, at); in wattron()
51 (void) __m_chtype_cc((chtype) at, &cc); in wattron()
58 wattroff(WINDOW *w, int at) in wattroff() argument
63 __m_trace("wattroff(%p, %ld)", w, at); in wattroff()
66 (void) __m_chtype_cc((chtype) at, &cc); in wattroff()
73 wattrset(WINDOW *w, int at) in wattrset() argument
78 __m_trace("wattrset(%p, %ld)", w, at); in wattrset()
81 (void) __m_chtype_cc((chtype) at, &cc); in wattrset()
H A Dchgat.c45 (chgat)(int n, attr_t at, short co, const void *opts)
50 __m_trace("chgat(%d, %x, %d, %p)", n, at, co, opts);
53 code = wchgat(stdscr, n, at, co, opts);
59 (mvchgat)(int y, int x, int n, attr_t at, short co, const void *opts)
64 __m_trace("mvchgat(%d, %d, %d, %x, %d, %p)", y, x, n, at, co, opts);
68 code = wchgat(stdscr, n, at, co, opts);
75 WINDOW *w, int y, int x, int n, attr_t at, short co, const void *opts)
82 w, y, x, n, at, co, opts
87 code = wchgat(w, n, at, co, opts);
H A Dslk.c59 slk_attron(const chtype at) in slk_attron() argument
64 __m_trace("slk_attron(%lx)", at); in slk_attron()
68 code = wattron(__m_screen->_slk._w, at); in slk_attron()
74 slk_attroff(const chtype at) in slk_attroff() argument
79 __m_trace("slk_attroff(%lx)", at); in slk_attroff()
83 code = wattroff(__m_screen->_slk._w, at); in slk_attroff()
89 slk_attrset(const chtype at) in slk_attrset() argument
94 __m_trace("slk_attrset(%lx)", at); in slk_attrset()
98 code = wattrset(__m_screen->_slk._w, at); in slk_attrset()
104 slk_attr_off(const attr_t at, void *opts) in slk_attr_off() argument
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtermattr.c65 attr_t at = 0; in term_attrs() local
87 at |= WA_DIM; in term_attrs()
119 at |= WA_LOW; in term_attrs()
125 at |= WA_TOP; in term_attrs()
138 at |= WA_BLINK; in term_attrs()
141 at |= WA_BOLD; in term_attrs()
147 at |= WA_DIM; in term_attrs()
165 at |= WA_LEFT; in term_attrs()
168 at |= WA_LOW; in term_attrs()
174 at |= WA_TOP; in term_attrs()
[all …]
H A Dattron.c48 attron(int at) in attron() argument
50 return (wattron(stdscr, at)); in attron()
54 attroff(int at) in attroff() argument
56 return (wattroff(stdscr, at)); in attroff()
60 attrset(int at) in attrset() argument
62 return (wattrset(stdscr, at)); in attrset()
80 PAIR_NUMBER(int at) in PAIR_NUMBER() argument
84 pair = (int)(((unsigned int)at & A_COLOR) >> __COLOR_SHIFT); in PAIR_NUMBER()
H A Dwattr_on.c51 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on() argument
53 w->_fg._at |= at; in wattr_on()
62 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off() argument
64 w->_fg._at &= ~at; in wattr_off()
73 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set() argument
76 w->_fg._at = w->_bg._at | at; in wattr_set()
85 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get() argument
87 if (at != NULL) in wattr_get()
88 *at = w->_fg._at; in wattr_get()
H A Dattr_on.c50 attr_on(attr_t at, void *opts) in attr_on() argument
52 (void) wattr_on(stdscr, at, opts); in attr_on()
60 attr_off(attr_t at, void *opts) in attr_off() argument
62 (void) wattr_off(stdscr, at, opts); in attr_off()
70 attr_set(attr_t at, short co, void *opts) in attr_set() argument
72 (void) wattr_set(stdscr, at, co, opts); in attr_set()
90 attr_get(attr_t *at, short *co, void *opts) in attr_get() argument
92 (void) wattr_get(stdscr, at, co, opts); in attr_get()
H A Dwattron.c48 wattron(WINDOW *w, int at) in wattron() argument
52 (void) __m_chtype_cc((chtype) at, &cc); in wattron()
60 wattroff(WINDOW *w, int at) in wattroff() argument
64 (void) __m_chtype_cc((chtype) at, &cc); in wattroff()
73 wattrset(WINDOW *w, int at) in wattrset() argument
77 (void) __m_chtype_cc((chtype) at, &cc); in wattrset()
H A Dchgat.c50 chgat(int n, attr_t at, short co, const void *opts) in chgat() argument
54 code = wchgat(stdscr, n, at, co, opts); in chgat()
62 mvchgat(int y, int x, int n, attr_t at, short co, const void *opts) in mvchgat() argument
67 code = wchgat(stdscr, n, at, co, opts); in mvchgat()
75 mvwchgat(WINDOW *w, int y, int x, int n, attr_t at, in mvwchgat() argument
81 code = wchgat(w, n, at, co, opts); in mvwchgat()
H A Dslk.c70 slk_attron(const chtype at) in slk_attron() argument
75 code = wattron(__m_screen->_slk._w, (int) at); in slk_attron()
81 slk_attroff(const chtype at) in slk_attroff() argument
86 code = wattroff(__m_screen->_slk._w, (int) at); in slk_attroff()
92 slk_attrset(const chtype at) in slk_attrset() argument
97 code = wattrset(__m_screen->_slk._w, (int) at); in slk_attrset()
103 slk_attr_off(const attr_t at, void *opts) in slk_attr_off() argument
108 code = wattr_off(__m_screen->_slk._w, at, opts); in slk_attr_off()
114 slk_attr_on(const attr_t at, void *opts) in slk_attr_on() argument
119 code = wattr_on(__m_screen->_slk._w, at, opts); in slk_attr_on()
[all …]
/illumos-gate/usr/src/uts/intel/io/amdnbtemp/
H A Damdnbtemp.c108 amdnbtemp_t *at = arg; in amdnbtemp_read() local
111 at->at_raw = pci_config_get32(at->at_cfgspace, AMDNBTEMP_TEMPREG); in amdnbtemp_read()
117 at->at_temp = AMDNBTEMP_TEMPREG_CURTMP(at->at_raw); in amdnbtemp_read()
118 if (at->at_tjsel && in amdnbtemp_read()
157 ASSERT0(at->at_state); in amdnbtemp_cleanup()
196 amdnbtemp_t *at; in amdnbtemp_attach() local
217 if (at == NULL) { in amdnbtemp_attach()
223 at->at_dip = dip; in amdnbtemp_attach()
259 at->at_dev); in amdnbtemp_attach()
298 amdnbtemp_t *at; in amdnbtemp_detach() local
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dres.ok31 circle rad 0.15 at 0,0
32 ] with .V5.sw at Last.end
34 # R2: aromatic flatring5 pointing down put N at 1 with .V3 at R1.V2
54 circle rad 0.12 at 0,0
55 ] with .V3 at R1.V2
60 # R3: ring put N at 3 with .V5 at R2.V5
80 ] with .V5 at R2.V5
82 # R4: ring put N at 1 with .V1 at R3.V3
102 ] with .V1 at R3.V3
130 ] with .V1 at R4.V3
[all …]
H A Dlsd1.ok25 circle rad 0.15 at 0,0
26 ] with .V4.w at Last.e
28 # F: flatring pointing left put N at 5 double 3,4 with .V1 at B.V2
46 V5: ellipse invis ht 0.16 wid 0.12 at V5
47 N:atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) at V5
49 ] with .V1 at B.V2
54 # R: ring pointing right with .V4 at B.V6
72 ] with .V4 at B.V6
78 # W: ring pointing right with .V2 at R.V6 put N at 1 double 3,4
90 V1: ellipse invis ht 0.16 wid 0.12 at V1
[all …]
H A Dres.p5 R2: aromatic flatring5 pointing down put N at 1 with .V3 at R1.V2
7 R3: ring put N at 3 with .V5 at R2.V5
8 R4: ring put N at 1 with .V1 at R3.V3
11 R5: ring with .V1 at R4.V3
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sortpos.d.out1 Sorted at position 0:
103 Sorted at position 1:
205 Sorted at position 2:
307 Sorted at position 3:
409 Sorted at position 4:
511 Sorted at position 5:
613 Sorted at position 6:
715 Sorted at position 7:
817 Sorted at position 8:
919 Sorted at position 9:
/illumos-gate/usr/src/cmd/cdrw/
H A Dwrite_audio.c42 int at; in open_audio() local
51 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) { in open_audio()
58 at = audio_type; in open_audio()
60 if (at == AUDIO_TYPE_SUN) in open_audio()
62 if (at == AUDIO_TYPE_WAV) in open_audio()
64 if (at == AUDIO_TYPE_CDA) in open_audio()
66 if (at == AUDIO_TYPE_AUR) in open_audio()
/illumos-gate/usr/src/cmd/tip/
H A Detc.remote12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers:
14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers:
16 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#2400:tc=dialers:
18 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#9600:tc=dialers:
20 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#19200:tc=dialers:
22 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#300:tc=dialers:
24 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#1200:tc=dialers:
35 at ACU type
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxtouch.c41 tmxtouch(const char* path, Time_t at, Time_t mt, Time_t ct, int flags) in tmxtouch() argument
50 if (at == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
52 else if (!at && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
56 av.tv_sec = tmxsec(at); in tmxtouch()
57 av.tv_nsec = tmxnsec(at); in tmxtouch()

12345678910>>...90