Searched refs:rc1 (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/python_modules-40/
H A D2.7.inc8 numpy-1.8.0rc1 \
/macosx-10.10/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddeltatime.c16 int rc1, rc2; local
34 rc1 = sscanf(ts, "%ld", &secs);
37 if (rc1 == 1 && rc2 == 1) { /* parsed it ok */
/macosx-10.10/python_modules-40/Modules/numpy-1.8.0rc1/
H A DMakefile2 VERSION = 1.8.0rc1
10 # so this will be unnecessary for releases after 1.8.0rc1
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Derf.c237 rc1 = 1.28735722546372485255126993930e-005, variable
310 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+
387 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+
/macosx-10.10/OpenSSH-189/openssh/
H A Dbuildpkg.sh.in65 /etc/rc1.d \
277 echo "$TEST_DIR/etc/rc1.d/${SYSVINITSTOPT}${SYSVINIT_NAME} 0 1" >> space
323 [ "$RC1_D" = no ] || mkdir -p ${TEST_DIR}/etc/rc1.d
344 installf ${PKGNAME} \${PKG_INSTALL_ROOT}$TEST_DIR/etc/rc1.d/${SYSVINITSTOPT}${SYSVINIT_NAME}=../init.d/${SYSVINIT_NAME} s
351 installf ${PKGNAME} \${PKG_INSTALL_ROOT}$TEST_DIR/etc/rc1.d/${SYSVINITSTOPT}${SYSVINIT_NAME}=\${PKG_INSTALL_ROOT}$TEST_DIR/etc/init.d/${SYSVINIT_NAME} l
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec10 %define release rc1
/macosx-10.10/iodbc-42.5/iodbc/iodbc/
H A Dhstmt.c296 RETCODE rc1; local
330 CALL_DRIVER (hdbc, pstmt, rc1, hproc3,
333 if (rc1 != SQL_SUCCESS && rc1 != SQL_SUCCESS_WITH_INFO)
/macosx-10.10/security_ocspd-55124/server/
H A DocspdServer.cpp407 const char *rc1 = "/usr/bin/openssl crl -inform DER -noout -text -in \""; local
410 cmdLen = strlen(rc1)+strlen(crlFileName)+
415 strlcpy(command, rc1, tmpLen);
416 tmpLen -= strlen(rc1);
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_msfees.c547 int rc1; local
552 if ((rc1=ioctl(fd232, I_PUSH, STREAM_PP1)) < 0 &&
562 (rc1 >= 0) ? STREAM_PP1 : STREAM_PP2, eesdev);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapsearch.c807 int rc, rc1, i, first; local
1262 rc1 = dosearch( ld, base, scope, filtpattern, line,
1265 if ( rc1 != 0 ) {
1266 rc = rc1;
/macosx-10.10/vim-55/src/
H A Dgui_w32.c443 RECT rc1, rc2; local
487 GetMenuItemRect(s_hwnd, s_menuBar, 0, &rc1);
489 menu_height = rc1.bottom - rc1.top + 1;
493 menu_height = rc2.bottom - rc1.top + 1;
/macosx-10.10/ruby-106/ruby/
H A Dstring.c2287 int rc1, rc2; local
2294 rc1 = rb_enc_str_coderange(str1);
2296 if (rc1 == ENC_CODERANGE_7BIT) {

Completed in 111 milliseconds