Home
last modified time | relevance | path

Searched refs:s (Results 226 – 250 of 4940) sorted by relevance

12345678910>>...198

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dpoll_solaris.c216 *s='\0'; in poll_eventstostr()
220 if (events & POLLIN) s=mystpcpy(s, "POLLIN|"); in poll_eventstostr()
223 if (events & POLLPRI) s=mystpcpy(s, "POLLPRI|"); in poll_eventstostr()
224 if (events & POLLOUT) s=mystpcpy(s, "POLLOUT|"); in poll_eventstostr()
227 if (events & POLLERR) s=mystpcpy(s, "POLLERR|"); in poll_eventstostr()
228 if (events & POLLHUP) s=mystpcpy(s, "POLLHUP|"); in poll_eventstostr()
229 if (events & POLLNVAL) s=mystpcpy(s, "POLLNVAL|"); in poll_eventstostr()
232 s--; in poll_eventstostr()
234 *s='\0'; in poll_eventstostr()
249 char *s; in b_poll() local
[all …]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_path.c133 s = app->audp_sect[cnt - 1]; in audit_fixpath()
139 if ((c = s[is]) == '\0') { in audit_fixpath()
145 s[id++] = '\0'; in audit_fixpath()
157 s[id++] = c; in audit_fixpath()
172 if (c == '.' && (s[is+2] == '\0' || s[is+2] == '/')) { in audit_fixpath()
179 s_attr = s; in audit_fixpath()
181 id = s_attr - s; in audit_fixpath()
197 c = s[is++]; in audit_fixpath()
200 s[id++] = c; in audit_fixpath()
208 s[0] = '.'; in audit_fixpath()
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Drestrict.c3 void f00u(int *s) in f00u() argument
5 g = *s; in f00u()
6 h = *s; in f00u()
9 void f00r(int *restrict s) in f00r() argument
11 g = *s; in f00r()
12 h = *s; in f00r()
16 void f01u(int *a, int *b, int *s) in f01u() argument
18 *a = *s; in f01u()
19 *b = *s; in f01u()
24 *a = *s; in f01r()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dtok.c106 s = p->ptr.end; in tokread()
114 *s = p->chr; in tokread()
117 if (!*s) in tokread()
118 s++; in tokread()
126 while (*s == ' ' || *s == '\t') in tokread()
127 s++; in tokread()
128 if (!*s) in tokread()
130 p->ptr.end = s; in tokread()
139 r = s; in tokread()
166 if (s == --r) in tokread()
[all …]
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddir.c146 char *s; in makefilelist() local
196 s = path; in makefilelist()
210 if (*s < '0' || *s > '9') { in makefilelist()
245 getsrcfiles(s, s); in makefilelist()
294 char *s; in issrcfile() local
297 if ((s = strrchr(file, '.')) != NULL && *++s != '\0') { in issrcfile()
308 switch (*s) { in issrcfile()
320 if (*s == 'b' && s[1] == 'p' || /* breakpoint listing */ in issrcfile()
322 (s[1] == 'c' || s[1] == 'h') || /* Ingres */ in issrcfile()
323 *s == 'p' && s[1] == 'r' || /* SDL */ in issrcfile()
[all …]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_kstats.c36 #define KS_NAME(s) { KS_ ## s, #s } argument
324 hw_stp->s.InLColErrCount + in nge_m_stat()
326 hw_stp->s.InFovErrCount + in nge_m_stat()
327 hw_stp->s.InFCSErrCount + in nge_m_stat()
329 hw_stp->s.InLenErrCount; in nge_m_stat()
342 hw_stp->s.OutLOCCount + in nge_m_stat()
343 hw_stp->s.OutExDecCount + in nge_m_stat()
344 hw_stp->s.OutRetryCount; in nge_m_stat()
350 *val = hw_stp->s.OutColCount; in nge_m_stat()
402 *val = hw_stp->s.OutColCount; in nge_m_stat()
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dlibslp.po27 msgid "could not start thread: %s"
33 msgid "could not parse property: ``%s'' = ``%s''"
43 msgid "sendmsg failed: %s"
45 msgid "recvfrom failed: %s"
63 msgid "poll error: %s"
145 msgid "ami_init failed: %s"
147 msgid "ami_sign failed: %s"
151 msgid "Can not get certificate for %s: %s"
153 msgid "ami_verify failed: %s"
155 msgid "Can not get my DN: %s"
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c276 s = www; in cgotofn()
280 s = s->nst; in cgotofn()
287 s = smax; in cgotofn()
290 s = s->link; in cgotofn()
297 s->inp = c; in cgotofn()
300 s = smax; in cgotofn()
305 s = www; in cgotofn()
324 if (*s) in gch()
347 s = www; in cfail()
354 if ((s = s->link) != 0) { in cfail()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharray.c35 char *s in ldap_charray_add() argument
58 (*a)[n++] = s; in ldap_charray_add()
71 char **s in ldap_charray_merge() argument
76 if ( (s == NULL) || (s[0] == NULL) ) in ldap_charray_merge()
93 (*a)[n + i] = s[i]; in ldap_charray_merge()
121 char *s in ldap_charray_inlist() argument
130 if ( strcasecmp( s, a[i] ) == 0 ) { in ldap_charray_inlist()
185 char *s; in ldap_str2charray() local
189 for ( s = str; *s; s++ ) { in ldap_str2charray()
200 for ( s = strtok( str, brkstr ); s != NULL; s = strtok( NULL, in ldap_str2charray()
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_test.c151 char s[1000]; in ectest_curve_GFp() local
177 printf(" %s\n", s); in ectest_curve_GFp()
179 printf(" %s\n", s); in ectest_curve_GFp()
197 printf(" %s\n", s); in ectest_curve_GFp()
199 printf(" %s\n", s); in ectest_curve_GFp()
218 printf(" %s\n", s); in ectest_curve_GFp()
220 printf(" %s\n", s); in ectest_curve_GFp()
237 printf(" %s\n", s); in ectest_curve_GFp()
239 printf(" %s\n", s); in ectest_curve_GFp()
254 printf(" %s\n", s); in ectest_curve_GFp()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmpoff.c44 tmpoff(register char* s, size_t z, register const char* p, register int n, int d) in tmpoff() argument
46 register char* e = s + z; in tmpoff()
48 while (s < e && (*s = *p++)) in tmpoff()
49 s++; in tmpoff()
50 if (n != d && s < e) in tmpoff()
55 *s++ = '+'; in tmpoff()
58 *s++ = '-'; in tmpoff()
59 s += sfsprintf(s, e - s, "%02d%s%02d", n / 60, d == -24*60 ? ":" : "", n % 60); in tmpoff()
61 return s; in tmpoff()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dlibrtld.msg35 @ MSG_SYS_PROC "%s: /proc error: %s"
36 @ MSG_SYS_OPEN "%s: open failed: %s"
65 @ MSG_ELF_BEGIN "%s: elf_begin"
66 @ MSG_ELF_GETDATA "%s: elf_getdata"
67 @ MSG_ELF_GETEHDR "%s: elf_getehdr"
68 @ MSG_ELF_GETPHDR "%s: elf_getphdr"
69 @ MSG_ELF_GETSCN "%s: elf_getscn"
70 @ MSG_ELF_GETSHDR "%s: elf_getshdr"
73 @ MSG_ELF_NEWDATA "%s: elf_newdata"
76 @ MSG_ELF_NEWSCN "%s: elf_newscn"
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A D_sfputl.c38 reg uchar *s, *ps; local
48 s = ps = &(c[N_ARRAY-1]);
61 n = (ps-s)+1;
68 case 8 : *ps++ = *s++;
70 case 7 : *ps++ = *s++;
72 case 6 : *ps++ = *s++;
74 case 5 : *ps++ = *s++;
76 case 4 : *ps++ = *s++;
78 case 3 : *ps++ = *s++;
80 case 2 : *ps++ = *s++;
[all …]
H A D_sfputu.c38 reg uchar *s, *ps; local
51 *s = (uchar)SFUVALUE(v);
54 n = (ps-s)+1;
61 case 8 : *ps++ = *s++;
63 case 7 : *ps++ = *s++;
65 case 6 : *ps++ = *s++;
67 case 5 : *ps++ = *s++;
69 case 4 : *ps++ = *s++;
71 case 3 : *ps++ = *s++;
73 case 2 : *ps++ = *s++;
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtmx31 #define tmxsns(s,n) (((((Time_t)(s))*1000000000))+((Time_t)(n)))
47 #define tmxsns(s,n) (((Time_t)(s))+((((uint32_t)(n))/1000L)/1e6))
62 #define tmxsns(s,n) ((Time_t)(s))
76 #define tmxgetatime(s) tmxsns((s)->st_atime,ST_ATIME_NSEC_GET(s))
77 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
78 #define tmxgetmtime(s) tmxsns((s)->st_mtime,ST_MTIME_NSEC_GET(s))
80 #define tmxsetatime(s,t) ((s)->st_atime=tmxsec(t),ST_ATIME_NSEC_SET(s,tmxnsec(t)))
81 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
82 #define tmxsetmtime(s,t) ((s)->st_mtime=tmxsec(t),ST_MTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c69 register unsigned s; in salloc() local
73 s = size; in salloc()
76 s &= ~03; in salloc()
78 s++; in salloc()
79 s &= ~01; in salloc()
105 sp->s_nleft -= s; in salloc()
107 sp->s_nextFree += s; in salloc()
128 s = size; in srealloc()
131 s &= ~03; in srealloc()
133 s++; in srealloc()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duucpname.c41 char *s; local
53 s = NameBuf;
62 *s = '\0';
63 s = NameBuf;
64 s[MAXBASENAME] = '\0';
70 s = utsn.nodename;
75 s = MYNAME;
85 *s = '\0';
86 s = NameBuf;
96 if ((s = strchr(name, '.')) != NULL)
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y156 { $$ = tree_num($1.s, $1.file, $1.line); }
202 $$ = tree_name_repairdash($1, $3.s);
218 { $$ = tree_timeval($1.s, $2.s, $1.file, $1.line); }
220 { $$ = tree_quote($1.s, $1.file, $1.line); }
239 { $$ = tree_num($1.s, $1.file, $1.line); }
278 { $$ = tree_timeval($1.s, $2.s, $1.file, $1.line); }
333 { $$ = tree_num($1.s, $1.file, $1.line); }
341 { $$ = tree_quote($1.s, $1.file, $1.line); }
362 { $$ = tree_quote($1.s, $1.file, $1.line); }
403 $$ = tree_name_repairdash2($1.s, $3);
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.gsub473 (2)(8)(4)(5) s
279 (2)(r)(o)(o)(t)(t)(c)(s)(h)(:)(*)(:)(0)(:)(0)(:)(S)(u)(p)(e)(r)-U(s)(e)(r) (r)(u)nning (t)(c)(s)(h)…
281 (3)(s)(y)(s)(a)(d)(m)(:)(*)(:)(0)(:)(0)(:)(S)(y)(s)(t)(e)(m) V A(d)(m)ini(s)(t)r(a)(t)ion(:)/u(s)r/…
293 (9)(s)(y)(s)(:)(*)(:)(4)(:)(0)(:)(S)(y)(s)(t)(e)(m) Ac(t)ivi(t)(y) Own(e)r(:)/u(s)r/ad(m)(:)/bin/(s
309 …(s)(e)(t)(u)(p)(:)(*)(:)(9)(9)(2)(:)(9)(9)(8)(:)(S)(y)(s)(t)(e)(m) (S)(e)(t)(u)(p)(:)/var/(s)(y)(s
311 …(d)(e)(m)(o)(s)(:)(*)(:)(9)(9)(3)(:)(9)(9)(7)(:)(D)(e)(m)(o)(n)(s)(t)(r)(a)(t)(i)(o)(n) U(s)(e)(r)…
317s)(t)(:)(n)(f)(P)(4)(/)(W)(p)(v)(i)(o)(/)(R)(w)(:)(9)(9)(8)(:)(9)(9)(8)(:)(G)(u)(e)(s)(t) Acc(o)(u…
319 …(s)(:)(0)(n)(W)(R)(T)(Z)(s)(O)(M)(t)(.)(:)(9)(9)(9)(:)(9)(9)(8)(:)(4)(D)(g)(i)(f)(t)(s) Accou(n)(t…
331 …)(8)(d)(i)(s)(t)(:)(s)(o)(r)(r)(y)(:)(9)(9)(9)(9)(:)(4)(:)(f)(i)(l)(e) (d)(i)(s)(t)(r)(i)bu(t)(i)(…
341 (3)(s) y(s)adm * 0 0 Sy(s)tem V Admini(s)tration /u(s)r/admin /bin/(s)h
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathcat.c60 register char* s; in pathcat_20100601() local
63 s = path; in pathcat_20100601()
67 if (s >= e) in pathcat_20100601()
69 *s++ = *dirs++; in pathcat_20100601()
71 if (s != path) in pathcat_20100601()
73 if (s >= e) in pathcat_20100601()
75 *s++ = '/'; in pathcat_20100601()
80 if (++s >= e) in pathcat_20100601()
84 if (s >= e) in pathcat_20100601()
86 *s++ = '/'; in pathcat_20100601()
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dgetport.c14 struct servent *s; local
18 s = getservbyname(name, NULL);
19 if (s != NULL) {
20 *port = s->s_port;
31 s = getservbyname(name, "tcp");
32 if (s == NULL)
34 p1 = s->s_port;
35 s = getservbyname(name, "udp");
36 if (s == NULL || s->s_port != p1)
44 if (s != NULL) {
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetscn.c38 Elf_Scn * s; in elf_getscn() local
64 s = &elf->ed_hdscn[index]; in elf_getscn()
66 return (s); in elf_getscn()
70 s = &elf->ed_hdscn[tabsz - 1]; in elf_getscn()
72 s = elf->ed_hdscn; in elf_getscn()
74 for (prev_s = 0; s != 0; prev_s = s, s = s->s_next) { in elf_getscn()
78 SCNLOCK(s) in elf_getscn()
80 if (s->s_index == index) { in elf_getscn()
81 SCNUNLOCK(s) in elf_getscn()
83 return (s); in elf_getscn()
[all …]
/illumos-gate/usr/src/cmd/tbl/
H A Dte.c23 error(char *s) in error() argument
25 (void) fprintf(stderr, gettext("\n%s: line %d: %s\n"), ifile, iline, s); in error()
31 gets1(char *s, int len) in gets1() argument
38 while ((p = fgets(s,len,tabin))==0) in gets1()
44 while (*s) s++; in gets1()
45 s--; in gets1()
46 if (*s == '\n') { in gets1()
47 *s-- = '\0'; in gets1()
57 for(nbl=0; *s == '\\' && s>p; s--) in gets1()
61 s++; in gets1()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_set.c41 int g_set_init(g_set_elt *s) in g_set_init() argument
43 *s = NULL; in g_set_init()
49 int g_set_destroy(g_set_elt *s)
53 while (*s) {
54 next = (*s)->next;
55 FREE(*s, sizeof(struct _g_set));
56 *s = next;
72 first->next = *s; in g_set_entry_add()
74 *s = first; in g_set_entry_add()
83 for (p=s; *p; p = &((*p)->next)) { in g_set_entry_delete()
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A Dedge.c43 STP_edge_enter_state (STATE_MACH_T *s) in STP_edge_enter_state() argument
45 register PORT_T *port = s->owner.port; in STP_edge_enter_state()
47 switch (s->State) { in STP_edge_enter_state()
72 STP_edge_check_conditions (STATE_MACH_T *s) in STP_edge_check_conditions() argument
74 register PORT_T *port = s->owner.port; in STP_edge_check_conditions()
78 if (s->State == DISABLED) in STP_edge_check_conditions()
81 return STP_hop_2_state (s, DISABLED); in STP_edge_check_conditions()
84 switch (s->State) { in STP_edge_check_conditions()
93 return STP_hop_2_state (s, DELAYED); in STP_edge_check_conditions()
97 if (s->debug) in STP_edge_check_conditions()
[all …]

12345678910>>...198