Home
last modified time | relevance | path

Searched refs:cc (Results 101 – 125 of 444) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c467 int cc; in main() local
687 if (cc < 0 || cc != packetlen) { in advertise()
778 cc -= hlen; in pr_pack()
856 cc, in pr_pack()
947 cc, in pr_pack()
1132 int cc; in sendbcast() local
1158 int cc; in sendbcastif() local
1192 return (cc); in sendbcastif()
1201 int cc; in sendmcast() local
1228 int cc; in sendmcastif() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c418 wchar_t c, cc; in amatch() local
449 if (cc == ']') { in amatch()
454 if (cc == '-') { in amatch()
464 if (scc == (lc1 = cc)) in amatch()
467 if (cc == 0) in amatch()
528 int c, cc; local
537 while (cc = *p++) {
538 if (cc == ']') {
543 if (cc == '-') {
547 if (scc == (lc = cc))
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincosbig.c69 double * restrict cc, int stridecc, int thresh) in __vlibm_vsincos_big() argument
71 for (; n--; x += stridex, ss += stridess, cc += stridecc) in __vlibm_vsincos_big()
155 *cc = c; in __vlibm_vsincos_big()
160 *cc = -s; in __vlibm_vsincos_big()
165 *cc = -c; in __vlibm_vsincos_big()
170 *cc = s; in __vlibm_vsincos_big()
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_X_cplx_div.c87 } aa, bb, cc, dd, ss; in _X_cplx_div() local
109 cc.e = c; in _X_cplx_div()
111 ec = cc.i[2] & 0x7fff; in _X_cplx_div()
125 c = i? i : (((cc.i[2] << 16) < 0)? -0.0f : 0.0f); in _X_cplx_div()
138 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) { in _X_cplx_div()
/illumos-gate/usr/src/boot/libsa/
H A Drpc.c113 ssize_t cc, rsize; in rpc_call() local
167 cc = sendrecv(d, in rpc_call()
173 printf("callrpc: cc=%zd\n", cc); in rpc_call()
175 if (cc == -1) in rpc_call()
178 if (cc <= sizeof(*reply)) { in rpc_call()
207 rsize = cc - sizeof(*reply); in rpc_call()
388 ssize_t cc; in rpc_getport() local
414 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, in rpc_getport()
416 if (cc < sizeof(*res)) { in rpc_getport()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c109 int cc; in set_edit_chars() local
141 cc = write(sockt, buf, sizeof (buf)); in set_edit_chars()
143 if (cc != sizeof (buf)) { in set_edit_chars()
147 cc = read(sockt, buf, sizeof (buf)); in set_edit_chars()
149 if (cc != sizeof (buf)) { in set_edit_chars()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dp.503 END { for (cc in pop)
4 print cc ":" pop[cc] | "sort -t: +0 -1 +2nr" }
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c455 int c, cc; local
468 while (cc = *p++) {
469 if (cc == ']') {
474 if (cc == '-') {
478 if (scc == (lc = cc))
481 if (cc == 0) {
542 int c, cc; local
551 while (cc = *p++) {
552 if (cc == ']') {
557 if (cc == '-') {
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE17 12-02-29 cc.darwin.i386*: handle default cc vs kernel bittedness
30 12-01-20 cc.darwin,cc.mvs.390: tmp=/tmp/cc.${USER:-$LOGNAME}.$$.err
53 11-01-25 cc.hp.ia64: bundled cc is a pile of shaving cream
225 cc.linux.ia64-icc: add for intel cc
396 cc.hp.pa64: sync with cc.hp.pa
413 cc.darwin.ppc: change $cc => $CC for old ksh + libast conf bug
463 package.sh: generate $INSTALLROOT/bin/cc wrapper for CC != cc
679 cc.mvs.390: recode for /bin/sh
696 01-02-14 cc.sgi.mips3,cc.sgi.mips4: handle -mips2 -mips3 -mips4 for cross cc
723 cc.ibm.risc,ldd.ibm.risc: add
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwin_wch.c48 win_wch(WINDOW *w, cchar_t *cc) in win_wch() argument
50 *cc = w->_line[w->_cury][w->_curx]; in win_wch()
51 cc->_f = 1; in win_wch()
H A Dwaddch.c51 cchar_t cc; in waddch() local
53 (void) __m_chtype_cc(ch, &cc); in waddch()
54 code = wadd_wch(w, &cc); in waddch()
H A Dwinsch.c51 cchar_t cc; in winsch() local
53 (void) __m_chtype_cc(ch, &cc); in winsch()
54 code = wins_wch(w, &cc); in winsch()
H A Dpechoch.c53 cchar_t cc; in pechochar() local
55 (void) __m_chtype_cc(ch, &cc); in pechochar()
56 code = pecho_wchar(w, &cc); in pechochar()
H A Dkey_name.c53 cchar_t cc; in key_name() local
58 (void) __m_wc_cc(wc, &cc); in key_name()
60 ws = (wchar_t *) wunctrl(&cc); in key_name()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deftread.c81 int cc; in eftread_fopen() local
150 if ((cc = fread(dbuf, 1, hdr.dictlen, fp)) != hdr.dictlen) in eftread_fopen()
169 while ((cc = fread(buf, 1, BUFLEN, fp)) > 0) { in eftread_fopen()
172 for (ptr = buf; ptr < &buf[cc]; ptr++) { in eftread_fopen()
176 if (cc != fwrite(buf, 1, cc, tfp) || ferror(tfp)) in eftread_fopen()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-convert-non-c.ksh65 cat <<EOF >file2.cc
79 $ctf_cxx -c -o file2.o file2.cc
81 $ctf_cxx -c -o file2.o file2.cc
85 $ctf_cc $DEBUGFLAGS -c -o file2.o file2.cc
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dpechoch.c48 cchar_t cc; variable
54 (void) __m_chtype_cc(ch, &cc);
55 code = pecho_wchar(w, &cc);
H A Dwinsch.c50 cchar_t cc; local
56 (void) __m_chtype_cc(ch, &cc);
57 code = wins_wch(w, &cc);
H A Dwaddch.c50 cchar_t cc; local
56 (void) __m_chtype_cc(ch, &cc);
57 code = wadd_wch(w, &cc);
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 Dtermattr.c49 cchar_t cc; in termattrs() local
55 cc = __m_screen->_newscr->_bg; in termattrs()
56 cc._at = term_attrs(); in termattrs()
57 ch = __m_cc_chtype(&cc) & A_ATTRIBUTES & ~A_COLOR; in termattrs()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dbtowc.c41 char cc; in btowc_l() local
51 cc = (char)c; in btowc_l()
52 if (mbrtowc_l(&wc, &cc, 1, &mbs, loc) > 1) in btowc_l()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfwd_tgt.c41 …xt, char *rhost, krb5_principal client, krb5_principal server, krb5_ccache cc, int forwardable, kr… in krb5_fwd_tgt_creds() argument
67 if (cc == 0) { in krb5_fwd_tgt_creds()
68 if ((retval = krb5int_cc_default(context, &cc))) in krb5_fwd_tgt_creds()
91 retval = krb5_get_credentials (context, 0, cc, &in, &out); in krb5_fwd_tgt_creds()
117 retval = krb5_cc_retrieve_cred (context, cc, KRB5_TC_SUPPORTED_KTYPES, in krb5_fwd_tgt_creds()
217 (void) krb5_cc_close(context, cc); in krb5_fwd_tgt_creds()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dmath.sh37 eval `iffe $iffeflags -c "$cc" - typ long.double 2>&$stderr`
41 eval `iffe $iffeflags -F ast_standards.h -c "$cc" - tst use_ast_standards -lm 'note{' 'math.h needs…
45 eval `iffe $iffeflags -c "$cc" - tst use_ieeefp -lm 'note{' 'ieeefp.h plays nice' '}end' 'link{' '#…
101 eval `iffe $iffeflags -c "$cc" - lib $libs $iffehdrs $iffelibs 2>&$stderr`
115 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
116 eval `iffe $iffeflags -c "$cc" - num $nums $iffehdrs $iffelibs 2>&$stderr`
229 …eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($t…
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c294 if ((cc < sizeof (struct ip)) || (cc < hlen + ICMP_MINLEN)) { in check_reply()
302 cc -= hlen; in check_reply()
314 cc_left = cc - ICMP_MINLEN; in check_reply()
326 cc, pr_name((char *)&from->sin_addr, in check_reply()
450 Printf("%d bytes from %s: ", cc, in check_reply()
512 cc, pr_name((char *)&from->sin_addr, in check_reply()
668 Printf("%d bytes from %s: ", cc, in check_reply()
671 Printf("%d bytes from %s: ", cc, in check_reply()
980 Printf("%d bytes from %s: ", cc, in check_reply()
983 Printf("%d bytes from %s: ", cc, in check_reply()
[all …]

12345678910>>...18