Searched refs:cp (Results 26 - 50 of 822) sorted by relevance

1234567891011>>

/external/openssh/openbsd-compat/
H A Dpwcache.c57 struct ncache *cp; local
59 cp = c_uid + (uid & MASK);
60 if (cp->uid != uid || cp->name == NULL) {
72 cp->uid = uid;
73 if (cp->name != NULL)
74 free(cp->name);
75 cp->name = strdup(pw ? pw->pw_name : nbuf);
77 return (cp->name);
92 struct ncache *cp; local
[all...]
H A Dinet_aton.c70 inet_addr(const char *cp)
74 if (inet_aton(cp, &val))
81 * Check whether "cp" is a valid ascii representation
88 inet_aton(const char *cp, struct in_addr *addr) argument
96 c = *cp;
107 c = *++cp;
109 base = 16, c = *++cp;
116 c = *++cp;
120 c = *++cp;
134 c = *++cp;
[all...]
/external/tcpdump/
H A Dprint-krb.c132 krb4_print_hdr(const u_char *cp) argument
134 cp += 2;
136 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
143 return (cp);
153 krb4_print(const u_char *cp) argument
159 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
162 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? EXTRACT_LE_16BITS(cp)
[all...]
H A Dprint-ip6.c56 register const u_char *cp; local
110 cp = (const u_char *)ip6;
113 while (cp < snapend && advance > 0) {
114 cp += advance;
117 if (cp == (const u_char *)(ip6 + 1) &&
126 advance = hbhopt_print(cp);
127 nh = *cp;
130 advance = dstopt_print(cp);
131 nh = *cp;
134 advance = frag6_print(cp, (cons
[all...]
H A Dprint-sl.c162 print_sl_change(const char *str, register const u_char *cp) argument
166 if ((i = *cp++) == 0) {
167 i = EXTRACT_16BITS(cp);
168 cp += 2;
171 return (cp);
175 print_sl_winchange(register const u_char *cp) argument
179 if ((i = *cp++) == 0) {
180 i = EXTRACT_16BITS(cp);
181 cp += 2;
187 return (cp);
194 register const u_char *cp = chdr; local
[all...]
H A Dprint-ip.c61 ip_printroute(register const u_char *cp, u_int length) argument
72 ptr = cp[2] - 1;
74 printf(" [bad ptr %u]", cp[2]);
77 printf(" %s", ipaddr_string(&cp[len]));
95 const u_char *cp; local
98 cp = (const u_char *)(ip + 1);
101 for (; length > 0; cp += len, length -= len) {
104 TCHECK(*cp);
105 tt = *cp;
111 TCHECK(cp[
133 ip_printts(register const u_char *cp, u_int length) argument
198 ip_optprint(register const u_char *cp, u_int length) argument
368 const u_char *cp; member in struct:ip_print_demux_state
[all...]
/external/valgrind/main/coregrind/m_ume/
H A Dscript.c86 Char* cp; local
109 for (cp = interp; cp < end && !VG_(isspace)(*cp); cp++)
112 eol = (*cp == '\n');
114 *cp++ = '\0';
116 if (!eol && cp < end) {
118 while (cp < end && VG_(isspace)(*cp)
[all...]
/external/clang/test/Sema/
H A Dformat-strings-non-iso.c7 char *cp; local
14 scanf("%ms", &cp); // expected-warning{{'m' length modifier is not supported by ISO C}}
/external/iproute2/doc/
H A Ddo-psnup14 echo "cp $1 $2"
15 cp $1 $2
/external/javassist/src/main/javassist/bytecode/
H A DLocalVariableTypeAttribute.java36 public LocalVariableTypeAttribute(ConstPool cp) { argument
37 super(cp, tag, new byte[2]);
41 LocalVariableTypeAttribute(ConstPool cp, int n, DataInputStream in) argument
44 super(cp, n, in);
47 private LocalVariableTypeAttribute(ConstPool cp, byte[] dest) { argument
48 super(cp, tag, dest);
59 LocalVariableAttribute makeThisAttr(ConstPool cp, byte[] dest) { argument
60 return new LocalVariableTypeAttribute(cp, dest);
H A DDeprecatedAttribute.java31 DeprecatedAttribute(ConstPool cp, int n, DataInputStream in) argument
34 super(cp, n, in);
40 * @param cp a constant pool table.
42 public DeprecatedAttribute(ConstPool cp) { argument
43 super(cp, tag, new byte[0]);
H A DSyntheticAttribute.java31 SyntheticAttribute(ConstPool cp, int n, DataInputStream in) argument
34 super(cp, n, in);
40 * @param cp a constant pool table.
42 public SyntheticAttribute(ConstPool cp) { argument
43 super(cp, tag, new byte[0]);
H A DEnclosingMethodAttribute.java31 EnclosingMethodAttribute(ConstPool cp, int n, DataInputStream in) argument
34 super(cp, n, in);
40 * @param cp a constant pool table.
45 public EnclosingMethodAttribute(ConstPool cp, String className, argument
47 super(cp, tag);
48 int ci = cp.addClassInfo(className);
49 int ni = cp.addNameAndTypeInfo(methodName, methodDesc);
62 * @param cp a constant pool table.
65 public EnclosingMethodAttribute(ConstPool cp, String className) { argument
66 super(cp, ta
[all...]
/external/tcpdump/missing/
H A Dinet_aton.c56 inet_aton(const char *cp, struct in_addr *addr) argument
58 addr->s_addr = inet_addr(cp);
/external/v8/test/mjsunit/
H A Dthis-in-callbacks.js34 function cp(x, y) { function
39 [1, 2].sort(cp);
/external/compiler-rt/BlocksRuntime/tests/
H A Dcast.c26 char *cp; local
30 cp = (char *)aBlock;
33 aBlock = (void (^)(void))cp;
/external/libpng/contrib/pngminim/preader/
H A Dgather.sh0 cp ../../gregbook/rpng2-x.c ../../gregbook/readpng2.[ch] .
2 cp ../../gregbook/COPYING ../../gregbook/LICENSE .
3 cp ../../../*.h .
4 cp ../../../*.c .
8 cp ../../../../zlib/*.h .
9 cp ../../../../zlib/*.c .
/external/javassist/src/main/javassist/bytecode/annotation/
H A DClassMemberValue.java39 public ClassMemberValue(int index, ConstPool cp) { argument
40 super('c', cp);
49 public ClassMemberValue(String className, ConstPool cp) { argument
50 super('c', cp);
58 public ClassMemberValue(ConstPool cp) { argument
59 super('c', cp);
63 Object getValue(ClassLoader cl, ClassPool cp, Method m) argument
98 String v = cp.getUtf8Info(valueIndex);
109 valueIndex = cp.addUtf8Info(setTo);
123 writer.classInfoIndex(cp
[all...]
H A DEnumMemberValue.java43 public EnumMemberValue(int type, int value, ConstPool cp) { argument
44 super('e', cp);
53 public EnumMemberValue(ConstPool cp) { argument
54 super('e', cp);
58 Object getValue(ClassLoader cl, ClassPool cp, Method m) argument
82 return Descriptor.toClassName(cp.getUtf8Info(typeIndex));
91 typeIndex = cp.addUtf8Info(Descriptor.of(typename));
98 return cp.getUtf8Info(valueIndex);
105 valueIndex = cp.addUtf8Info(name);
116 writer.enumConstValue(cp
[all...]
/external/e2fsprogs/resize/
H A Dtest_extent.c22 char *cp, *cmd, *arg1, *arg2; local
43 cp = strchr(buf, '\n');
44 if (cp)
45 *cp = '\0';
53 cp = strchr(buf, ' ');
54 if (cp) {
55 *cp++ = '\0';
56 arg1 = cp;
59 cp = strchr(cp, ' ');
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformNew.java34 public void initialize(ConstPool cp, CodeAttribute attr) { argument
51 ConstPool cp) throws CannotCompileException
57 if (cp.getClassInfo(index).equals(classname)) {
81 int typedesc = cp.isConstructor(classname, index);
83 int methodref = computeMethodref(typedesc, cp);
93 private int computeMethodref(int typedesc, ConstPool cp) { argument
94 int classIndex = cp.addClassInfo(trapClass);
95 int mnameIndex = cp.addUtf8Info(trapMethod);
96 typedesc = cp.addUtf8Info(
98 cp
50 transform(CtClass clazz, int pos, CodeIterator iterator, ConstPool cp) argument
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCollectionCertStoreParametersTest.java57 CertStoreParameters cp = new CollectionCertStoreParameters();
59 cp instanceof CollectionCertStoreParameters);
68 CollectionCertStoreParameters cp = new CollectionCertStoreParameters();
69 Collection c = cp.getCollection();
120 CollectionCertStoreParameters cp =
123 assertTrue("isRefUsed_1", certificates == cp.getCollection());
125 assertTrue("isEmpty", cp.getCollection().isEmpty());
130 assertTrue("isRefUsed_2", certificates.equals(cp.getCollection()));
200 CollectionCertStoreParameters cp =
202 String s = cp
[all...]
/external/dropbear/
H A Dcompat.c235 register char **sp, *cp; local
264 cp = strings;
266 while (fgets(cp, flen - (cp - strings), fp) != NULL) {
267 while (*cp != '#' && *cp != '/' && *cp != '\0')
268 cp++;
269 if (*cp == '#' || *cp
[all...]
H A Dscpmisc.c97 char *cp; local
100 cp = xmalloc(len);
101 strncpy(cp, str, len);
102 return cp;
116 colon(char *cp) argument
120 if (*cp == ':') /* Leading colon is part of file name. */
122 if (*cp == '[')
125 for (; *cp; ++cp) {
126 if (*cp
143 char *cp; local
170 char *cp; local
[all...]
/external/icu4c/tools/genrb/
H A Dgenrb.h44 const char* cp,

Completed in 1125 milliseconds

1234567891011>>