Searched refs:sc (Results 126 - 150 of 326) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dstring.c203 char sc, dc; local
208 for (s = string; (sc = *s) != '\0'; s++)
210 if (sc == dc) {
/macosx-10.10/ntp-92/lib/isc/
H A Dstring.c202 char sc, dc; local
207 for (s = string; (sc = *s) != '\0'; s++)
209 if (sc == dc) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djcarith.c28 INT32 sc; /* counter for stacked 0xFF values which might overflow */ member in struct:__anon13060
158 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */
159 e->sc = 0;
169 if (e->sc) {
176 } while (--e->sc);
278 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */
279 e->sc = 0;
285 ++e->sc; /* stack 0xFF byte (which might overflow later) */
296 if (e->sc) {
303 } while (--e->sc);
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dapplication.tcl346 widget::scrolledwindow .sc -borderwidth 1 -relief sunken
351 .sc setwidget .c
356 #.p add .sl .sc
360 pack .sc -fill both -expand 1 -padx 4 -pady 4 -side right
/macosx-10.10/xnu-2782.1.97/osfmk/device/
H A Dsubrs.c576 char c, sc; local
583 if ((sc = *s++) == '\0' || slen-- < 1)
585 } while (sc != c);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsasl.c1169 const struct berval *sc,
1204 int sc; local
1205 sc = sasl_checkpass( sconn,
1208 rtn = ( sc != SASL_OK ) ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK;
1589 int sc = LDAP_SUCCESS; local
1645 sc = sasl_server_new( "ldap", sasl_host, global_realm,
1654 if( sc != SASL_OK ) {
1656 sc, 0, 0 );
1663 if( sc == SASL_OK ) {
1664 sc
1168 chk_sasl( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
1698 int sc; local
1750 int sc; local
1826 int sc; local
[all...]
H A Dbackover.c605 overlay_callback_after_backover( Operation *op, slap_callback *sc, int append ) argument
611 sc->sc_next = (*scp)->sc_next;
612 (*scp)->sc_next = sc;
618 *scp = sc;
704 slap_callback cb = {NULL, over_back_response, NULL, NULL}, **sc; local
724 for ( sc = &op->o_callback; *sc; sc = &(*sc)->sc_next ) {
725 if ( *sc
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-addr.c829 SCDynamicStoreRef sc = SCDynamicStoreCreate(kCFAllocatorDefault, local
832 CFStringRef local = sc ? SCDynamicStoreCopyLocalHostName(sc) : NULL;
848 if (sc)
849 CFRelease(sc);
/macosx-10.10/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_tcq.c220 VERIFY(pr->sc == MBUF_SC_UNSPEC || MBUF_VALID_SC(pr->sc));
223 if (pr->sc != MBUF_SC_UNSPEC) {
224 i = MBUF_SCIDX(pr->sc);
597 tcq_dequeue_tc(struct tcq_if *tif, mbuf_svc_class_t sc, cqdq_op_t op) argument
599 return (tcq_dequeue_cl(tif, NULL, sc, op));
604 mbuf_svc_class_t sc, cqdq_op_t op)
612 cl = tcq_clh_to_clp(tif, MBUF_SCIDX(sc));
879 VERIFY(sr->sc == MBUF_SC_UNSPEC || MBUF_VALID_SC(sr->sc));
603 tcq_dequeue_cl(struct tcq_if *tif, struct tcq_class *cl, mbuf_svc_class_t sc, cqdq_op_t op) argument
951 tcq_dequeue_tc_ifclassq(struct ifclassq *ifq, mbuf_svc_class_t sc, cqdq_op_t op) argument
[all...]
H A Dpktsched_hfsc.c1093 struct service_curve *sc, struct internal_sc *isc, const char *which)
1100 which, sc->m1, (sc->fl & HFSCF_M1_PCT) ? "%" : " bps", isc->sm1,
1101 which, sc->d,
1102 which, sc->m2, (sc->fl & HFSCF_M2_PCT) ? "%" : " bps", isc->sm2,
1110 struct service_curve *sc; local
1117 sc = &cl->cl_rsc0;
1119 if ((cl->cl_flags & HFCF_RSC) && sc2isc(cl, sc, isc, eff_rate)) {
1124 sc, is
1092 hfsc_print_sc(struct hfsc_if *hif, u_int32_t qid, u_int64_t eff_rate, struct service_curve *sc, struct internal_sc *isc, const char *which) argument
1732 sc2isc(struct hfsc_class *cl, struct service_curve *sc, struct internal_sc *isc, u_int64_t eff_rate) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-funcs.el583 (sc (math-sin-cos-raw xx)))
585 (setq sc (cons (math-neg (cdr sc)) (car sc))))
588 (math-sub (math-mul (cdr sc) a1)
589 (math-mul (car sc) (math-mul z a2))))))
626 (sc (math-sin-cos-raw xx)))
628 (setq sc (cons (math-neg (cdr sc)) (car sc)))
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c1839 int sc; local
1854 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
1858 if (sc == rlogin) {
1864 if (sc == '.' || c == termEofChar) {
1869 if (sc == termSuspChar) {
1874 if (sc == escape) {
1882 if (sc != rlogin) {
1886 c = sc = rlogin;
1889 if ((sc == '\n') || (sc
[all...]
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dtelnet.c1907 int sc;
1922 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
1926 if (sc == rlogin) {
1932 if (sc == '.' || c == termEofChar) {
1937 if (sc == termSuspChar) {
1942 if (sc == escape) {
1950 if (sc != rlogin) {
1954 c = sc = rlogin;
1957 if ((sc == '\n') || (sc
1902 int sc; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c478 slap_callback sc = { 0 }; local
518 op->o_callback = &sc;
519 sc.sc_response = rdnval_repair_cb;
520 sc.sc_private = &rcb;
528 sc.sc_response = slap_null_cb;
529 sc.sc_private = NULL;
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A Dp12import.c350 NSS_P12_SafeContents sc; local
351 memset(&sc, 0, sizeof(sc));
353 &sc), out);
355 unsigned numBags = nssArraySize((const void **)sc.bags);
358 NSS_P12_SafeBag *bag = sc.bags[dex];
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dconfig.c251 slap_callback *sc; local
272 sc = op->o_callback;
276 op->o_callback = sc;
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_util.c45 SSLSrvConfigRec *sc; local
53 sc = mySrvConfig(s);
54 if (sc->enabled == TRUE)
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Duscript.h280 * Is code point c used in script sc?
281 * That is, does code point c have the Script property value sc,
282 * or do code point c's Script_Extensions include script code sc?
290 * @param sc script code
291 * @return TRUE if Script(c)==sc or sc is in Script_Extensions(c)
295 uscript_hasScript(UChar32 c, UScriptCode sc);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/
H A Dkerberos.c36 const struct berval *sc,
35 chk_kerberos( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Duscript.h280 * Is code point c used in script sc?
281 * That is, does code point c have the Script property value sc,
282 * or do code point c's Script_Extensions include script code sc?
290 * @param sc script code
291 * @return TRUE if Script(c)==sc or sc is in Script_Extensions(c)
295 uscript_hasScript(UChar32 c, UScriptCode sc);
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Duscript.h280 * Is code point c used in script sc?
281 * That is, does code point c have the Script property value sc,
282 * or do code point c's Script_Extensions include script code sc?
290 * @param sc script code
291 * @return TRUE if Script(c)==sc or sc is in Script_Extensions(c)
295 uscript_hasScript(UChar32 c, UScriptCode sc);
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Duscript.h280 * Is code point c used in script sc?
281 * That is, does code point c have the Script property value sc,
282 * or do code point c's Script_Extensions include script code sc?
290 * @param sc script code
291 * @return TRUE if Script(c)==sc or sc is in Script_Extensions(c)
295 uscript_hasScript(UChar32 c, UScriptCode sc);
/macosx-10.10/awk-20/src/
H A Dlex.c167 int sc = 0; /* 1 => return a } right now */ variable
178 if (sc) {
179 sc = 0;
328 sc = 1;
/macosx-10.10/ruby-106/ruby/
H A Dsprintf.c760 char sc = 0; local
844 sc = '-';
848 sc = '+';
852 sc = ' ';
889 sc = '-';
893 sc = '+';
897 sc = ' ';
975 if (sc) PUSH(&sc, 1);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.cpp114 smart = evas_smart_class_new(&api.sc);
369 evas_object_smart_clipped_smart_set(&api.sc);
372 api.sc.add = handleEvasObjectAdd;
373 api.sc.del = handleEvasObjectDelete;
374 api.sc.move = handleEvasObjectMove;
375 api.sc.resize = handleEvasObjectResize;
376 api.sc.show = handleEvasObjectShow;
377 api.sc.hide = handleEvasObjectHide;
378 api.sc.color_set = handleEvasObjectColorSet;
379 api.sc
[all...]

Completed in 200 milliseconds

1234567891011>>