Searched refs:cp (Results 1 - 25 of 50) sorted by relevance

12

/solaris-userland/components/openvswitch/files/lib/
H A Droute-table-solaris.c70 char *cp = m_rtmsg.m_space; local
99 (void) memcpy(cp, &sin, l);
100 cp += l;
103 (void) memcpy(cp, &sdl, l);
104 cp += l;
106 rtm->rtm_msglen = l = cp - (char *)&m_rtmsg;
120 cp = (void *)&m_rtmsg.m_space;
123 const struct sockaddr *sa = (const void *)cp;
138 RT_ADVANCE(cp, sa);
/solaris-userland/components/net-snmp-57/sun/agent/mibs/
H A DMakefile33 cp ./$(MIBFILES) $(ROOT)/etc/net-snmp/snmp/mibs
/solaris-userland/components/open-fabrics/libmlx4/
H A DMakefile47 cp mlx4.driver.i386 $(@D)/mlx4.driver; \
49 cp mlx4.driver.sparc $(@D)/mlx4.driver; \
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DMakefile59 cp $(PROG) $(ROOT)/$(CFGLIB64); \
61 cp $(PROG) $(ROOT)/$(CFGLIB); \
63 cp $(PROG) $(ROOT)/$(CFGLIB64); \
H A DsunProcesses.c132 int cp; local
135 cp = uid % (NUID);
137 cp = uid & ((NUID) - 1);
139 if (uid >= 0 && nc[cp].uid == uid && nc[cp].name[0])
140 return (nc[cp].name);
144 nc[cp].uid = uid;
145 strncpy(nc[cp].name, pw->pw_name, USRNM_SZ);
147 return (nc[cp].name);
/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DMakefile68 cp $(PROG) $(ROOT)/$(CFGLIB64); \
70 cp $(PROG) $(ROOT)/$(CFGLIB); \
72 cp $(PROG) $(ROOT)/$(CFGLIB64); \
76 #cp $(PROG) /usr/local/lib
/solaris-userland/components/desktop/os-welcome/files/
H A Dos-icons-copy.sh21 /bin/cp "$APPDIR/$dtfile" "$DESKTOP_DIR"
32 /bin/cp "$APPDIR/$ADDMORESOFTWARE" "$DESKTOP_DIR"
/solaris-userland/components/proftpd/
H A Dmod_solaris_priv.c81 char *cp = cmd->argv[i]; local
82 cp++;
88 if (strcasecmp(cp, "PRIV_USE_FILE_CHOWN") == 0) {
92 } else if (strcasecmp(cp, "PRIV_FILE_CHOWN_SELF") == 0) {
96 } else if (strcasecmp(cp, "PRIV_DAC_READ") == 0) {
100 } else if (strcasecmp(cp, "PRIV_DAC_WRITE") == 0) {
104 } else if (strcasecmp(cp, "PRIV_DAC_SEARCH") == 0) {
108 } else if (strcasecmp(cp, "PRIV_FILE_OWNER") == 0) {
114 cp, "'", NULL));
/solaris-userland/components/stdcxx/Solaris/
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" .
/solaris-userland/components/open-fabrics/libibverbs/
H A DMakefile58 cp ofa_solaris.h $(@D)/include/infiniband ; \
59 cp solaris_compatibility.c $(@D)/src ; \
/solaris-userland/components/apache24/Solaris/
H A Dcustomization.sh37 cp ${CONFDIR}/original/httpd.conf ${CONFDIR}/httpd.conf
/solaris-userland/components/open-fabrics/libsdp/
H A DMakefile54 cp manpages/$(MAN3FILES) manpages/$(MAN5FILES) $(@D)/man ; \
/solaris-userland/components/open-fabrics/rds-tools/
H A DMakefile42 cp rds-vendor.c $(@D)/
/solaris-userland/components/shim/
H A DMakefile46 COMPONENT_PREP_ACTION +=(cp elf_x86_64_efi_sol2.lds $(SOURCE_DIR))
/solaris-userland/components/gnuplot/
H A Drundemo93 trap "find $GNUPLOT_DEMO_TMPDIR -type f -a -exec cp -p {} . \; ; rm -rf $GNUPLOT_DEMO_TMPDIR; exit 1" INT TERM
130 find $GNUPLOT_DEMO_TMPDIR -type f -exec cp -p {} . \;
H A Druntcldemo91 trap "find $GNUPLOT_DEMO_TMPDIR -type f -a -exec cp -p {} . \; ; rm -rf $GNUPLOT_DEMO_TMPDIR; exit 1" INT TERM
122 find $GNUPLOT_DEMO_TMPDIR -type f -exec cp -p {} . \;
/solaris-userland/components/bash/
H A DMakefile175 cp -Rp "en@boldquot" en ; \
176 cp -Rp "en@boldquot" en_CA ; \
177 cp -Rp "en@boldquot" en_GB )
/solaris-userland/components/quilt/
H A DMakefile57 CONFIGURE_OPTIONS += --with-cp=$(GNUBIN)/cp
/solaris-userland/components/libxml2/
H A DMakefile58 COMPONENT_PREP_ACTION += (cd $(@D) ; cp ../mapfile libxml2.syms ; autoreconf -if)
74 (cd $(@D) ; cp -rp python python3.4 ; \
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DMakefile58 /usr/bin/cp health_monitor.conf $(ROOT)/etc/net-snmp/snmp ; \
/solaris-userland/components/sbsigntool/
H A DMakefile53 (cp test-x86_64_sol2.lds $(SOURCE_DIR)/tests/.)
/solaris-userland/components/sendmail/files/
H A Dsendmail_include.sh92 cp "${name}.cf" "${cf_path}.tmp" &&
/solaris-userland/components/bzip2/
H A DMakefile59 cp ../../oldapi.c . )
/solaris-userland/components/gamin/
H A DMakefile85 cp _gamin.so 64 \

Completed in 1416 milliseconds

12