Searched refs:fp (Results 1 - 11 of 11) sorted by relevance

/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Dsearchtools.js93 var fp = re.exec(w);
95 if (re.test(fp[1])) {
101 var fp = re2.exec(w);
102 stem = fp[1];
123 var fp = re.exec(w);
124 stem = fp[1];
133 var fp = re.exec(w);
134 stem = fp[1];
135 suffix = fp[2];
144 var fp
[all...]
/solaris-userland-s11u3/components/stdcxx/Solaris/
H A Dinstall.sh113 ${CP} -fp libstdcxx4.so.4.2.1 ${LIBDIR}/
166 ${CP} -fp "${COMPONENTDIR}/${HEADER_FILE}.sed" \
171 ${CP} -fp ${COMPONENTDIR}/Solaris/rwconfig_std.h ${INCDIR}/stdcxx4/rw/config/
182 ${CP} -fp include/tr1/cstdint include/ansi/
186 ${CP} -fp ${COMPONENTDIR}/Solaris/libstdcxx4.pc ${PKGCONFIGDIR}/
205 ${CP} -fp ${file} ${DOCDIR}/${file}
455 ${CP} -fp ${file} ${NLSDIR}/${file}
468 ${CP} -fp libstdcxx4.pc.sed ${PKGCONFIGDIR}/libstdcxx4.pc
474 ${CP} -fp ${COMPONENTDIR}/Solaris/libstdcxx4.3lib ${MAN3LIBDIR}/libstdcxx4.3lib
H A Dfix_nls_symlinks.sh35 cp -fp ../Solaris/readlink.sh build/nls/
H A Dconfigure230 cp -fp ./include/tr1/${file} ./include/ansi/
278 cp -fp ../Solaris/atomic-cxx.d build/lib/.depend/
307 cp -fp ../../Solaris/${HEADER_FILE} .
312 cp -fp "${TOPLEVELDIR}/../Solaris/rwconfig_std.h" .
H A Drun_tests.sh102 cp -fp rwstderr.cat rwstderr
/solaris-userland-s11u3/components/zlib/capabilities/sun4v/sparcv7/
H A Dlongest_match_t4.s173 ! g2 o1 sp l1 l2 l4 l5 l6 i0 i1 i2 i3 i4 fp gsr
211 ! g2 o1 sp l1 l2 l5 l6 i0 i1 i2 i3 i4 fp gsr
254 ! g2 o1 sp l1 l2 l4 l5 l6 l7 i0 i1 i2 i3 i4 fp gsr
266 ! g2 o1 sp l1 l2 l4 l5 l6 l7 i0 i1 i2 i3 i4 fp gsr
289 ! g2 g3 o1 sp l1 l2 l4 l5 l6 l7 i0 i1 i2 i3 i4 fp gsr
343 ! g2 g3 o1 sp l1 l2 l4 l5 l6 l7 i0 i1 i2 i3 i4 fp gsr
354 ! g2 g3 o1 sp l1 l2 l4 l5 l6 l7 i0 i1 i2 i3 i4 fp gsr
365 ! g2 g3 o1 sp l1 l2 l4 l5 l6 l7 i0 i1 i2 i3 i4 fp gsr
376 ! g2 g3 o1 sp l1 l2 l4 l5 l6 l7 i0 i1 i2 i3 i4 fp gsr
395 ! g2 g3 g4 o1 sp l1 l2 l4 l5 l6 l7 i0 i1 i2 i3 i4 fp gs
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c333 void *fp = kstat_data_lookup(ksp, name); local
335 if (fp == NULL)
338 return (fp);
/solaris-userland-s11u3/tools/
H A Duserland-incorporator98 with open(static_file, 'r') as fp:
99 for line in fp:
/solaris-userland-s11u3/components/mpfr/
H A DMakefile112 $(CP) -fp $(PROTOUSRINCLUDEDIR)/mpfr/mpfr.h.sed \
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py656 with open(ref_filename, "w") as fp:
657 fp.write("0")
666 with open(ref_filename, "r+") as fp:
667 ref_count = fp.readline()
688 fp.seek(0)
689 fp.write(ref_count)
1363 def _string_in_file(self, fp, string):
1366 :param fp: Open file pointer to read
1373 fp.seek(0)
1374 for line in fp
[all...]
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py1405 fp = os.path.join(sc_dir, 'evs-network-%d.xml' % netid)
1406 sysconfig.create_sc_profile(fp, tree)
1467 fp = os.path.join(sc_dir, 'config-root.xml')
1487 sysconfig.create_sc_profile(fp, tree)
1490 fp = os.path.join(sc_dir, 'config-root-ssh-keys.xml')
1492 sysconfig.create_sc_profile(fp, tree)
1495 fp = os.path.join(sc_dir, 'hostname.xml')
1496 sysconfig.create_sc_profile(fp, sysconfig.create_hostname(name))

Completed in 94 milliseconds