Searched refs:cp (Results 226 - 250 of 1406) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/e2p/
H A Duuid.c27 __u8 *cp; local
30 for (i=0, cp = uu; i < 16; i++)
31 if (*cp++)
/external/libpcap/tests/
H A Dvalgrindtest.c108 register char *cp; local
118 cp = malloc((u_int)buf.st_size + 1);
119 if (cp == NULL)
122 cc = read(fd, cp, (u_int)buf.st_size);
131 if (cp[i] == '#')
132 while (i < cc && cp[i] != '\n')
133 cp[i++] = ' ';
135 cp[cc] = '\0';
136 return (cp);
214 char *cp, *devic local
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h117 * @param cp the coding parameters.
124 opj_cp_t *cp,
142 @param cp Coding parameters
150 opj_cp_t *cp,
160 @param cp Coding parameters
166 opj_cp_t * cp,
/external/ppp/pppd/
H A Dchap-md5.c46 chap_md5_generate_challenge(unsigned char *cp) argument
52 *cp++ = clen;
53 random_bytes(cp, clen);
/external/qemu/qobject/
H A Dqjson.c139 int cp; local
147 cp = mod_utf8_codepoint(ptr, 6, &end);
148 switch (cp) {
171 if (cp < 0) {
172 cp = 0xFFFD; /* replacement character */
174 if (cp > 0xFFFF) {
177 0xD800 + ((cp - 0x10000) >> 10),
178 0xDC00 + ((cp - 0x10000) & 0x3FF));
179 } else if (cp < 0x20 || cp >
[all...]
/external/ipsec-tools/src/racoon/
H A Dgenlist.c140 char *cp;
163 for (cp = genlist_next (cf->l2, &gpb); cp; cp = genlist_next (0, &gpb))
164 printf("%s\n", cp);
/external/iputils/
H A Dtftpd.c225 register char *cp; local
230 filename = cp = tp->th_stuff;
232 while (cp < buf + size) {
233 if (*cp == '\0')
235 cp++;
237 if (*cp != '\0') {
242 mode = ++cp;
246 for (cp = mode; *cp; cp
286 char *cp; local
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DAnnotationsAttribute.java87 * ConstPool cp = cf.getConstPool();
89 * = new AnnotationsAttribute(cp, AnnotationsAttribute.visibleTag);
90 * Annotation a = new Annotation("Author", cp);
91 * a.addMemberValue("name", new StringMemberValue("Chiba", cp));
117 * @param cp constant pool
124 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { argument
125 super(cp, attrname, info);
134 * @param cp constant pool
139 public AnnotationsAttribute(ConstPool cp, String attrname) { argument
140 this(cp, attrnam
146 AnnotationsAttribute(ConstPool cp, int n, DataInputStream in) argument
421 Renamer(byte[] info, ConstPool cp, Map map) argument
576 Parser(byte[] info, ConstPool cp) argument
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ComboBox.h55 virtual void OnCreate(PWL_CREATEPARAM & cp);
62 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
91 void CreateEdit(const PWL_CREATEPARAM & cp);
92 void CreateButton(const PWL_CREATEPARAM & cp);
93 void CreateListBox(const PWL_CREATEPARAM & cp);
/external/tcpdump/
H A Dprint-icmp.c336 char *cp; local
455 cp = buf + strlen(buf);
459 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
460 cp = buf + strlen(buf);
463 (void)snprintf(cp, sizeof(buf) - (cp - buf), "%u",
466 (void)snprintf(cp, sizeof(buf) - (cp - buf), "%u:%02u",
469 (void)snprintf(cp, sizeo
[all...]
H A Dprint-chdlc.c146 chdlc_slarp_print(const u_char *cp, u_int length) argument
155 slarp = (const struct cisco_slarp *)cp;
182 cp += SLARP_MIN_LEN;
183 if (!TTEST2(*cp, 4))
185 sec = EXTRACT_32BITS(cp) / 1000;
195 print_unknown_data(cp+4,"\n\t",length-4);
202 print_unknown_data(cp+4,"\n\t",length-4);
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c185 UINT cp; member in struct:_Locale_ctype
191 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_numeric
199 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_time
215 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_collate
220 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_monetary
237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf);
241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size);
327 ltype->cp = atoi(cp_name);
341 if ((UINT)NativeCP != ltype->cp) {
888 char cp[MAX_CP_LEN + 1]; local
1539 __GetLCIDFromName(const char* lname, LCID* lcid, char* cp, _Locale_lcid_t *hint) argument
1611 __GetLocaleName(LCID lcid, const char* cp, char* buf) argument
1652 char cp[MAX_CP_LEN + 1]; local
1659 __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size) argument
1688 char cp[6]; local
1703 char cp[6]; local
1710 int cp = __intGetACP(lcid); local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duniset_closure.cpp216 for (UChar32 cp=start; cp<=end; ++cp) {
217 ucase_addCaseClosure(csp, cp, &sa);
222 for (UChar32 cp=start; cp<=end; ++cp) {
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
229 result = ucase_toFullUpper(csp, cp, NUL
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c52 /* basic(cp) tests whether cp is a basic code point: */
53 #define basic(cp) ((punycode_uint)(cp) < 0x80)
55 /* delim(cp) tests whether cp is a delimiter: */
56 #define delim(cp) ((cp) == delimiter)
59 /* decode_digit(cp) returns the numeric value of a basic code */
61 /* base-1, or base if cp i
63 decode_digit(punycode_uint cp) argument
[all...]
/external/e2fsprogs/lib/et/
H A Derror_message.c123 char *cp; local
134 cp = strerror(offset);
135 if (cp)
136 return(cp);
179 for (cp = buffer; *cp; cp++)
182 *cp++ = '0' + offset / 100;
187 *cp++ = '0' + offset / 10;
190 *cp
[all...]
/external/icu/icu4c/source/common/
H A Duniset_closure.cpp216 for (UChar32 cp=start; cp<=end; ++cp) {
217 ucase_addCaseClosure(csp, cp, &sa);
222 for (UChar32 cp=start; cp<=end; ++cp) {
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
229 result = ucase_toFullUpper(csp, cp, NUL
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c52 /* basic(cp) tests whether cp is a basic code point: */
53 #define basic(cp) ((punycode_uint)(cp) < 0x80)
55 /* delim(cp) tests whether cp is a delimiter: */
56 #define delim(cp) ((cp) == delimiter)
59 /* decode_digit(cp) returns the numeric value of a basic code */
61 /* base-1, or base if cp i
63 decode_digit(punycode_uint cp) argument
[all...]
/external/javassist/src/main/javassist/
H A DLoader.java48 * ClassPool cp = ClassPool.getDefault();
49 * Loader cl = new Loader(cp);
50 * cl.addTranslator(cp, myTrans);
84 * ClassPool cp = ClassPool.getDefault();
85 * Loader cl = new Loader(cp);
86 * CtClass ct = cp.get("test.Rectangle");
87 * ct.setSuperclass(cp.get("test.Point"));
165 * @param cp the source of class files.
167 public Loader(ClassPool cp) { argument
168 init(cp);
178 Loader(ClassLoader parent, ClassPool cp) argument
183 init(ClassPool cp) argument
220 setClassPool(ClassPool cp) argument
233 addTranslator(ClassPool cp, Translator t) argument
[all...]
/external/e2fsprogs/lib/uuid/
H A Dtst_uuid.c77 unsigned char *cp; local
86 for (i=0, cp = (unsigned char *) &buf; i < 16; i++) {
87 printf("%02x", *cp++);
102 for (i=0, cp = (unsigned char *) &buf; i < 16; i++) {
103 printf("%02x", *cp++);
125 for (i=0, cp = (unsigned char *) &buf; i < 16; i++) {
126 printf("%02x", *cp++);
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c38 static int setdevname_pppoatm(const char *cp, const char **argv, int doit);
58 * 0 if we can't parse "cp" as a valid name of a device
59 * 1 if "cp" is a reasonable thing to name a device
68 int (*old_setdevname_hook)(const char* cp) = NULL;
69 static int setdevname_pppoatm(const char *cp, const char **argv, int doit) argument
75 //info("PPPoATM setdevname_pppoatm: '%s'", cp);
77 if (text2atm(cp, (struct sockaddr *) &addr, sizeof(addr),
80 info("atm does not recognize: %s", cp);
86 strlcpy(devnam, cp, sizeof devnam);
96 info("PPPoATM setdevname_pppoatm - SUCCESS:%s", cp);
[all...]
/external/stlport/test/unit/
H A Dmultiset_test.cpp82 pair<mset::const_iterator, mset::const_iterator> cp; local
84 cp = s.equal_range(5);
85 CPPUNIT_ASSERT(*(cp.first) == 6);
86 CPPUNIT_ASSERT(*(cp.second) == 6);
95 cp = crs.equal_range(5);
96 CPPUNIT_ASSERT(*(cp.first) == 6);
97 CPPUNIT_ASSERT(*(cp.second) == 6);
/external/qemu/android/
H A Dcharpipe.c234 CharPipeState* cp = _s_charpipes; local
235 CharPipeState* cp_end = cp + MAX_CHAR_PIPES;
237 for ( ; cp < cp_end; cp++ ) {
238 if ( cp->a->peer == NULL && cp->b->peer == NULL )
242 if (cp == cp_end) { /* can't allocate one */
248 charpipehalf_init( cp->a, cp->b );
249 charpipehalf_init( cp
445 CharPipeState* cp = _s_charpipes; local
[all...]
/external/srec/srec/EventLog/src/
H A Driff.c108 unsigned char *cp = (unsigned char *) & converted; local
110 *cp ^= *(cp + 3);
111 *(cp + 3) ^= *cp;
112 *cp ^= *(cp + 3);
113 *(cp + 1) ^= *(cp + 2);
114 *(cp
123 unsigned char *cp = (unsigned char *) & converted; local
136 char *cp, *end, tmp; local
151 char *cp, *end; local
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ argument
64 *cp = ucnv_detectUnicodeSignature(start, numRead, signatureLength, error);
72 if(*cp==NULL){
78 *conv = ucnv_open(*cp,error);
97 static UBool ucbuf_isCPKnown(const char* cp){ argument
98 if(ucnv_compareNames("UTF-8",cp)==0){
101 if(ucnv_compareNames("UTF-16BE",cp)==0){
104 if(ucnv_compareNames("UTF-16LE",cp)==0){
107 if(ucnv_compareNames("UTF-16",cp)==0){
110 if(ucnv_compareNames("UTF-32",cp)
132 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error) argument
449 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dutil.c155 const char *cp = s; local
157 while (count-- && *cp)
158 cp++;
159 return cp - s;
665 char buf[80], *cp, *t; local
673 cp = buf;
674 if (!isspace(*cp)) {
675 while (*cp && !isspace(*cp))
676 cp
704 char buf[1024], *cp, *t; local
[all...]

Completed in 3885 milliseconds

1234567891011>>