Home
last modified time | relevance | path

Searched refs:at (Results 26 – 50 of 2745) sorted by relevance

12345678910>>...110

/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dlsd1.p3 F: flatring pointing left put N at 5 double 3,4 with .V1 at B.V2
5 R: ring pointing right with .V4 at B.V6
7 W: ring pointing right with .V2 at R.V6 put N at 1 double 3,4
/illumos-gate/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_wave.out6 Cable Attenuation at 2.5 GHz: 66 dB
7 Cable Attenuation at 5.0 GHz: 67 dB
8 Cable Attenuation at 7.0 GHz: 68 dB
9 Cable Attenuation at 12.9 GHz: 69 dB
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dtouch.c46 touch(const char* path, time_t at, time_t mt, int flags) in touch() argument
53 if (at == (time_t)(-1) && !(flags & PATH_TOUCH_VERBATIM)) in touch()
55 else if (!at && !(flags & PATH_TOUCH_VERBATIM)) in touch()
59 av.tv_sec = at; in touch()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetcchar.c51 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, in setcchar() argument
58 cc->_at = at; in setcchar()
64 cc->_at = at; in setcchar()
69 i = __m_wcs_cc(wcs, at, co, cc); in setcchar()
H A Dgetwin.c55 attr_t at; in get_cc() local
58 if (fscanf(fp, "%d,%d,%hx,%hd,", &y, &x, &at, &co) < 4) in get_cc()
64 if (wattr_set(w, at, co, (void *) 0) == ERR) in get_cc()
133 attr_t at; in put_cc() local
135 at = w->_line[y][x]._at; in put_cc()
146 if (w->_line[y][i]._at != at || w->_line[y][i]._co != co) in put_cc()
154 (void) fprintf(fp, "%d,%d,%#x,%d,%s\n", y, x, at, co, mbs); in put_cc()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties14 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
188 template_missing_id = Missing attribute id at line {0}
190 template_attr_syntax = Syntax error in attribute defintion at line {0}
193 template_vers_mssing = Missing version number attribute at line {0}
194 template_lang_err = Syntax error in language definition at line {0}
196 template_dup_def = Duplicate attribute definition at line {0}
201 template_invalid_attr_flag = Invalid attribute flag at line {0}
202 template_dup_attr_flag = Duplicate attribute flag at line {0}
203 template_invalid_tok = Invalid token at line {0}
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c165 at = non_numeric; in i_match_onehost()
193 *a_type = at; in i_match_onehost()
395 addr_type_t at = 0; in i_match_hostorip() local
454 at = 0; in i_match_hostorip()
458 if (at != numeric) { in i_match_hostorip()
492 at = 0; in i_match_hostorip()
496 if (at != numeric) { in i_match_hostorip()
584 at = numeric; in i_match_hostorip()
594 at = numeric; in i_match_hostorip()
620 at = numeric; in i_match_hostorip()
[all …]
/illumos-gate/usr/src/cmd/cron/
H A DMakefile55 PROG2 = at atq atrm crontab
57 XPG4PROG = at crontab
65 POFILES1= at.po crontab.po funcs.po batch.po
86 ATOBJS= at.o att1.o att2.o
106 at := POBJS = $(ATOBJS) $(COMMONOBJS) macro
107 at.xpg4 := POBJS = $(XPG4ATOBJS) $(XPG4COMMONOBJS)
129 $(ROOTBIN)/at := FILEMODE = 04755
130 $(ROOTXPG4BIN)/at := FILEMODE = 04755
138 at := LDLIBS += -lbsm -lproject -lsecdb macro
139 at.xpg4 := LDLIBS += -lbsm -lproject -lsecdb
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetwin.c52 attr_t at; local
55 if (fscanf(fp, "%d,%d,%hx,%hd,", &y, &x, &at, &co) < 4)
61 if (wattr_set(w, at, co, (void *) 0) == ERR)
140 attr_t at; local
142 at = w->_line[y][x]._at;
153 if (w->_line[y][i]._at != at || w->_line[y][i]._co != co)
161 (void) fprintf(fp, "%d,%d,%#x,%d,%s\n", y, x, at, co, mbs);
H A Dsetcchar.c45 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts) in setcchar() argument
50 __m_trace("setcchar(%p, %p, %x, %d, %p)", cc, wcs, at, co, opts); in setcchar()
53 i = __m_wcs_cc(wcs, at, co, cc); in setcchar()
H A Dgetcchar.c45 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) in getcchar() argument
50 __m_trace("getcchar(%p, %p, %p, %p, %p)", c, wcs, at, co, opts); in getcchar()
56 *at = c->_at; in getcchar()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c134 char *at; local
241 at = colon;
284 at = strchr(colon, '@');
285 if (at == NULL)
303 *at = '\0';
327 if (at != NULL)
329 *at++ = '@';
330 if (*at == '[')
371 name, at);
379 name, at);
[all …]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.S106 clruw %g5, %g1 ! 32 1's at low end
129 sllx %o5, %g2, %o5 ! mask: 16/32/48/64 0's at low end
161 srlx %g5, %o1, %o5 ! mask: 16/32/48 0's at high end
251 sllx %l4, %l2, %l4 ! mask: 16, 32, 48, 64 0's at lsb
279 andncc %i1, 31, %i4 ! at least 64 bytes for main loop?
284 ! preload for main loop - 9 clocks assuming D$ hits at 1 per
296 ! main loop. Read 64 bytes at a time - 18 clocks per iteration
388 ! while at least 1 dword, do dwords. Max 7 iterations.
392 tst %i1 ! delay: any at all left?
409 ! while at least 1 hword, do hwords. Max 3 iterations.
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
205 argument, the information forthe symbol at that index is\n\
219 called with the symndx argument, the value of the symbol at that\n\
221 field of the symbol at the specified index is set to the given\n\
236 If both arguments are present, the st_info field of the symbol at\n\
250 If both arguments are present, the name field of the symbol at\n\
311 the symndx argument, the size of the symbol at that index is\n\
313 the symbol at the specified index is set to the given value.\n"
326 called with the symndx argument, the value of the symbol at that\n\
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dstring2key.c79 char *at; in mit_des_string_to_key_int() local
82 at = strchr(afssalt.data, '@'); in mit_des_string_to_key_int()
83 if (at) { in mit_des_string_to_key_int()
84 *at = 0; in mit_des_string_to_key_int()
85 afssalt.length = at - afssalt.data; in mit_des_string_to_key_int()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmailcompat.c154 register char *p, *start, *at, *bang; local
187 if ((at = strchr(start, '@')) == NULL) /* leftmost '@' */
188 at = p; /* if none, use end of addr */
189 saveat = *at;
190 *at = '\0';
198 *at = saveat;
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/tbls/
H A DREADME8 # You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
14 # file and include the License file at src/OPENSOLARIS.LICENSE.
26 First created at: 3/4/1999
27 Last updated at: 9/13/2004
29 Files in this directory created by using utilities at ../utils/.
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg232 \tElf Header located at: 0x10000\n\
261 \tProgram Header located at: 0x10034\n\
269 \tProgram Header located at: 0x10034\n\
274 \tProgram Header located at: 0x10054\n\
297 \tElf_Dyn located at: 0xff33a478\n\
302 \tElf_Dyn located at: 0xff33a478\n\
304 \tElf_Dyn located at: 0xff33a480\n\
306 \tElf_Dyn located at: 0xff33a488\n\
308 \tElf_Dyn located at: 0xff33a490\n\
484 \tRt_map located at: 0xff3b0214\n\
[all …]
/illumos-gate/usr/src/cmd/sa/
H A DREADME9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
45 counters n times at every t-second interval on data file.
55 cause data collection program to be activated at every hour
57 Moreover, It writes data on data file 3 times at every 20
58 minutes interval from 8:00 to 17:00 and once at other times.
77 causes the invocation of sar command at 18:05. It generates
/illumos-gate/usr/src/cmd/cdrw/
H A Ddae.c59 int at; in open_audio_for_extraction() local
67 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) { in open_audio_for_extraction()
74 at = audio_type; in open_audio_for_extraction()
76 if (at == AUDIO_TYPE_SUN) in open_audio_for_extraction()
78 if (at == AUDIO_TYPE_WAV) in open_audio_for_extraction()
80 if (at == AUDIO_TYPE_CDA) in open_audio_for_extraction()
82 if (at == AUDIO_TYPE_AUR) in open_audio_for_extraction()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate012.cfg8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy
38 # Executing inherit -r at the middle level and bottom levels after
39 # running it at the top level is somewhat redundant as the top level value
H A Dstate023.cfg8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
37 # Executing 'zfs inherit' at the middle level results in it inheriting
40 # Executing 'zfs inherit' at the bottom level results in it inheriting
H A Dstate024.cfg8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
39 # at the top level is somewhat redundant but is done for completeness.
H A Dstate014.cfg8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy
38 # Note : executing inherit -r at the middle level and bottom levels after
39 # running it at the top level is somewhat redundant as the top level value
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dparamdup.ok1 $AWK: duplicate argument b at source line 3 in function foo source file paramdup.awk
4 $AWK: syntax error at source line 3 in function foo source file paramdup.awk
5 $AWK: bailing out at source line 3 in function foo

12345678910>>...110