Searched refs:cp (Results 276 - 300 of 2364) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Dsetup.sh28 cd ../ns4 && cp -f named1.conf named.conf
29 cd ../ns5 && cp -f trusted.conf.bad trusted.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/upforwd/
H A Dsetup.sh20 cp -f ns1/example1.db ns1/example.db
22 cp -f ns3/nomaster.db ns3/nomaster1.db
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dwordexp.c68 register char *cp=(char*)string; local
86 if(*cp=='#')
88 while(c = *cp++)
97 if(c= *cp)
98 cp++;
104 else if(c=='`' || (c=='$' && *cp=='('))
112 stakputs(cp-1);
167 if(!(cp = (char*)malloc(sizeof(char*)+c)))
172 ((struct list*)cp)->next = (struct list*)(*av);
173 *av++ = (char*)cp;
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_chat.c152 char *cp; local
168 && (*(cp = STR(state->buffer)) == '4' || *cp == '5'))
174 for (cp = STR(state->buffer), end = cp + strlen(STR(state->buffer));;) {
176 if (cp[0] == '5') {
177 cp[0] = '4';
178 if (cp[4] == '5')
179 cp[4] = '4';
183 if ((next = strstr(cp, "\
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddir_forest.c67 const char *cp; local
94 for (cp = path, n = 0; n < depth; n++) {
95 if ((ch = *cp) == 0) {
100 cp++;
H A Dmac_expand.c129 char *cp; local
155 for (cp = vstring_str(buf); /* void */ ; cp++) {
156 if ((ch = *cp) == 0) {
161 *cp++ = 0;
183 mac_parse(cp, mac_expand_callback, (char *) mc);
187 mac_parse(cp, mac_expand_callback, (char *) mc);
201 cp = vstring_str(mc->result) + len;
202 while (*(cp += strspn(cp, m
272 char *cp; local
[all...]
H A Dvbuf.c187 char *cp; local
196 for (cp = buf, count = len; count > 0; cp += n, count -= n) {
200 memcpy(cp, bp->ptr, n);
213 const char *cp; local
222 for (cp = buf, count = len; count > 0; cp += n, count -= n) {
226 memcpy(bp->ptr, cp, n);
/macosx-10.9.5/python_modules-35/xattr/
H A DMakefile13 cp -f rtool.py $(DSTROOT)/usr/bin/$(NAME)
15 cp -f $(DIR)/LICENSE.txt $(OSL)/$(NAME)-$(VERSION).txt
16 cp -f $(NAME).partial $(OSV)/$(NAME)-$(VERSION).partial
18 cp -f $(NAME).1 $(DSTROOT)/usr/share/man/man1
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Drelative.test28 cp "$deepdir/text" "$todir/$deepstr/ThisShouldGo"
29 cp "$deepdir/text" "$todir/$deepstr/dir/ThisShouldGoToo"
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dcharsets.h10 uint TY_(GetEncodingIdFromCodePage)(uint cp);
14 ctmbstr TY_(GetEncodingNameFromCodePage)(uint cp);
/macosx-10.9.5/vim-53/xcodescripts/
H A Dinstall-opensource-plist.sh10 cp "$SRCROOT"/local/vim.plist "$OSV"/vim.plist
11 cp "$SRCROOT"/runtime/doc/uganda.txt "$OSL"/vim.txt
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkswapconf.c161 char *cp, partition; local
165 cp = name;
166 if (cp == 0) {
170 while (*cp && !isdigit(*cp))
171 cp++;
172 unit = *cp ? atoi(cp) : defunit;
178 if (*cp) {
179 *cp
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddecmpfs.h104 void decmpfs_cnode_init(decmpfs_cnode *cp);
105 void decmpfs_cnode_destroy(decmpfs_cnode *cp);
107 int decmpfs_hides_rsrc(vfs_context_t ctx, decmpfs_cnode *cp);
108 int decmpfs_hides_xattr(vfs_context_t ctx, decmpfs_cnode *cp, const char *xattr);
110 boolean_t decmpfs_trylock_compressed_data(decmpfs_cnode *cp, int exclusive);
111 void decmpfs_lock_compressed_data(decmpfs_cnode *cp, int exclusive);
112 void decmpfs_unlock_compressed_data(decmpfs_cnode *cp, int exclusive);
114 uint32_t decmpfs_cnode_get_vnode_state(decmpfs_cnode *cp);
115 void decmpfs_cnode_set_vnode_state(decmpfs_cnode *cp, uint32_t state, int skiplock);
116 uint64_t decmpfs_cnode_get_vnode_cached_size(decmpfs_cnode *cp);
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dhostfile.c163 char *cp; local
166 for (cp = *cpp; *cp == ' ' || *cp == '\t'; cp++)
169 if (key_read(ret, &cp) != 1)
173 for (; *cp == ' ' || *cp == '\t'; cp++)
177 *cpp = cp;
202 char marker[32], *sp, *cp = *cpp; local
249 char *cp, *cp2, *hashed_host; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DUnicodeReader.cpp35 const char *cp = ""; local
53 cp = "UTF-16BE";
57 cp = "UTF-32LE";
60 cp = "UTF-16LE";
64 cp = "UTF-8";
67 cp = "SCSU";
71 cp = "UTF-32BE";
102 UnicodeString myText(byteBuffer, fileSize, cp);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/acl/
H A Dsetup.sh21 cp -f ns2/named1.conf ns2/named.conf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/masterformat/
H A Dsetup.sh19 cp ns1/example.db ns2/
/macosx-10.9.5/dcerpc-58/BuildConfig/
H A Dcopy-generated-framework-headers48 cp -X * "$HEADERS/dce"
/macosx-10.9.5/libresolv-54/
H A Dns_date.c59 ns_datetosecs(const char *cp, int *errp) { argument
66 if (strlen(cp) != 14) {
73 time.tm_year = datepart(cp + 0, 4, 1990, 9999, errp) - 1900;
74 time.tm_mon = datepart(cp + 4, 2, 01, 12, errp) - 1;
75 time.tm_mday = datepart(cp + 6, 2, 01, 31, errp);
76 time.tm_hour = datepart(cp + 8, 2, 00, 23, errp);
77 time.tm_min = datepart(cp + 10, 2, 00, 59, errp);
78 time.tm_sec = datepart(cp + 12, 2, 00, 59, errp);
/macosx-10.9.5/python_modules-35/2.5/bonjour-py/
H A DMakefile10 cp -f $(DIR)/COPYING.txt $(OSL)/$(NAME)-$(VERSION).txt
11 cp -f $(NAME).partial $(OSV)/$(NAME)-$(VERSION).partial
/macosx-10.9.5/python_modules-35/bonjour-py/
H A DMakefile10 cp -f $(DIR)/COPYING.txt $(OSL)/$(NAME)-$(VERSION).txt
11 cp -f $(NAME).partial $(OSV)/$(NAME)-$(VERSION).partial
/macosx-10.9.5/python_modules-35/macholib/
H A DMakefile11 cp -f MIT.license $(OSL)/$(NAME)-$(VERSION).txt
12 cp -f $(NAME).partial $(OSV)/$(NAME)-$(VERSION).partial
/macosx-10.9.5/python_modules-35/numpy/
H A DMakefile10 cp -f $(DIR)/LICENSE.txt $(OSL)/$(NAME)-$(VERSION).txt
11 cp -f $(NAME).partial $(OSV)/$(NAME)-$(VERSION).partial
/macosx-10.9.5/sudo-72/src/
H A Dlinux_audit.c65 char *command, *cp, **av; local
74 command = cp = emalloc(size);
76 n = strlcpy(cp, *av, size - (cp - command));
77 if (n >= size - (cp - command))
79 cp += n;
80 *cp++ = ' ';
82 *--cp = '\0';
/macosx-10.9.5/text_cmds-87/expand/
H A Dexpand.c171 getstops(char *cp) argument
178 while (*cp >= '0' && *cp <= '9')
179 i = i * 10 + *cp++ - '0';
187 if (*cp == 0)
189 if (*cp != ',' && !isblank((unsigned char)*cp))
191 cp++;

Completed in 276 milliseconds

<<11121314151617181920>>