HomeSort by relevance Sort by last modified time
    Searched refs:cp (Results 876 - 900 of 1535) sorted by null

<<31323334353637383940>>

  /external/openssh/
auth2-jpake.c 275 char *cp; local
313 cp = strchr(authctxt->pw->pw_passwd + 3, '$');
314 if (cp != NULL) {
315 salt_len = (cp - authctxt->pw->pw_passwd) + 1;
sftp-server.c 1279 u_char *cp; local
1284 cp = buffer_ptr(&iqueue);
1285 msg_len = get_u32(cp);
1405 char *cp, buf[4*4096]; local
1441 mask = strtol(optarg, &cp, 8);
1442 if (mask < 0 || mask > 0777 || *cp != '\0' ||
1443 cp == optarg || (mask == 0 && errno != 0))
1455 if ((cp = getenv("SSH_CONNECTION")) != NULL) {
1456 client_addr = xstrdup(cp);
1457 if ((cp = strchr(client_addr, ' ')) == NULL)
    [all...]
  /external/openssh/openbsd-compat/
openbsd-compat.h 123 int inet_aton(const char *cp, struct in_addr *addr);
  /external/proguard/build/
makefile 85 cp $(subst $(CLASSES),$(SRC),$@) $@
  /external/tcpdump/
tcpdump-stdinc.h 81 extern int inet_aton (const char *cp, struct in_addr *addr);
  /external/zlib/src/nintendods/
Makefile 91 @cp ../../*.h include
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 351 run_it=`cp -f ./new-nvs.bin $path_to_install`
404 run_it=`cp -f ./new-nvs.bin $path_to_install`
448 run_it=`cp -f ./new-nvs.bin $path_to_install`
501 run_it=`cp -f ./new-nvs.bin $path_to_install`
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 85 cp $(subst $(CLASSES),$(SRC),$@) $@
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 107 UINT8 num_protect; /* peer SEP number of CP elements */
121 BOOLEAN cp_active; /* current CP configuration */
142 tBTA_AV_CO_CP cp; member in struct:__anon602
164 ** Returns TRUE if the current streaming has CP, FALSE otherwise
170 return bta_av_co_cb.cp.active;
188 return bta_av_co_cb.cp.flag;
214 bta_av_co_cb.cp.flag = cp_flag;
466 bta_av_co_cb.cp.active = TRUE;
473 bta_av_co_cb.cp.active = FALSE;
548 /* If CP is supported *
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.cpp 413 DrawPath* cp = this->recordDrawPath(); local
414 cp->fPath.reset(path);
416 cp->fFill = fill;
418 cp->fDstCopy = *dstCopy;
526 const DrawPath& cp = fDrawPaths[currDrawPath]; local
527 fDstGpu->executeDrawPath(cp.fPath.get(), cp.fFill,
528 NULL != cp.fDstCopy.texture() ? &cp.fDstCopy : NULL);
  /external/fsck_msdos/
dir.c 173 char *cp, *np; local
176 cp = namebuf + sizeof namebuf - 1;
177 *cp = '\0';
181 if ((cp -= nl) <= namebuf + 1)
183 memcpy(cp, np, nl);
184 *--cp = '/';
187 *--cp = '?';
189 cp++;
190 return cp;
  /external/libppp/src/
ccp.c 349 u_char *cp, buff[100]; local
353 cp = buff;
381 if (cp + (*o)->val.hdr.len > buff + sizeof buff) {
385 memcpy(cp, &(*o)->val, (*o)->val.hdr.len);
386 cp += (*o)->val.hdr.len;
395 fsm_Output(fp, CODE_CONFIGREQ, fp->reqid, buff, cp - buff, MB_CCPOUT);
566 CcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type,
578 while (end >= cp + sizeof(opt->hdr)) {
579 if ((opt = fsm_readopt(&cp)) == NULL)
chap.c 491 char *cp; local
497 cp = chap->challenge.local;
502 *cp++ = 16;
504 *cp++ = (random() % 10) + '0';
510 *cp++ = 8; /* MS does 8 byte callenges :-/ */
512 *cp++ = 16; /* MS-CHAP-V2 does 16 bytes challenges */
515 *cp++ = random() % (CHAPCHALLENGELEN-16) + 16;
517 *cp++ = random() & 0xff;
519 memcpy(cp, authp->physical->dl->bundle->cfg.auth.name, len);
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 413 DrawPath* cp = this->recordDrawPath(); local
414 cp->fPath.reset(path);
416 cp->fFill = fill;
418 cp->fDstCopy = *dstCopy;
526 const DrawPath& cp = fDrawPaths[currDrawPath]; local
527 fDstGpu->executeDrawPath(cp.fPath.get(), cp.fFill,
528 NULL != cp.fDstCopy.texture() ? &cp.fDstCopy : NULL);
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 440 UChar32 cp; local
442 for (int32_t i = 0; i < a.length(); i += UTF_CHAR_LENGTH(cp)) {
443 cp = a.char32At(i);
444 int8_t t = u_charType(cp);
1318 int cp=sourceString.charAt(0); local
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 441 UChar32 cp; local
443 for (int32_t i = 0; i < a.length(); i += U16_LENGTH(cp)) {
444 cp = a.char32At(i);
445 int8_t t = u_charType(cp);
1319 int cp=sourceString.charAt(0); local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 781 LOperand* context = UseFixed(instr->context(), cp);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 789 LOperand* context = UseFixed(instr->context(), cp);
    [all...]
  /abi/cpp/src/
dynamic_cast.cc 48 const char *cp = reinterpret_cast<const char*>(p) + off; local
49 return reinterpret_cast<const void*>(cp);
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 67 cp -f $JAR dist/
  /external/ceres-solver/internal/ceres/
cxsparse.cc 148 symbolic_factorization->cp = (int*) cs_malloc(A->n+1, sizeof(int));
149 symbolic_factorization->lnz = cs_cumsum(symbolic_factorization->cp,
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
Makefile 238 @$(GSUTIL) cp -q -a public-read $$($(1)_UPLOADS) $$($(1)_CONTINUOUS_DIR)
262 @$(GSUTIL) cp -q -p $$($(1)_CONTINUOUS_UPLOADS) $$($(1)_PUBLISH_DIR)
  /external/chromium_org/third_party/icu/source/config/
mh-os400 67 INSTALL-S = cp -fph

Completed in 780 milliseconds

<<31323334353637383940>>