HomeSort by relevance Sort by last modified time
    Searched defs:pbuf (Results 26 - 45 of 45) sorted by null

12

  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 205 char *pbuf, *dir = NULL, *gid_str = NULL; local
211 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
212 if (pbuf == NULL)
214 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
215 dir = pbuf + 4;
222 dir = pbuf;
227 os_free(pbuf);
233 os_free(pbuf);
249 os_free(pbuf);
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 1168 static char pbuf[10]; local
1171 (void)snprintf(pbuf, sizeof pbuf, "%c", ch);
1173 (void)snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1174 return(pbuf);
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 488 char pbuf[NI_MAXSERV]; local
540 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
543 sport = atoi(pbuf);
561 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
564 dport = atoi(pbuf);
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 129 vchar_t *pbuf = NULL;
281 if (!(pbuf = isakmp_parse(msg))) {
287 for (pa = (struct isakmp_parse_t *)pbuf->v; pa->type; pa++) {
322 if (pbuf != NULL)
323 vfree(pbuf);
338 vchar_t *pbuf;
455 vchar_t *pbuf;
128 vchar_t *pbuf = NULL; local
337 vchar_t *pbuf; local
454 vchar_t *pbuf; local
    [all...]
ipsec_doi.c 1329 vchar_t *pbuf = NULL; local
1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen);
1333 if (pbuf == NULL)
1336 for (pa = (struct isakmp_parse_t *)pbuf->v;
1343 vfree(pbuf);
1356 vfree(pbuf);
1376 vfree(pbuf);
1380 vfree(pbuf);
1381 pbuf = NULL;
1465 vchar_t *pbuf = NULL; local
    [all...]
  /external/iputils/
tracepath6.c 385 char pbuf[NI_MAXSERV]; local
434 sprintf(pbuf, "%u", base_port);
443 gai = getaddrinfo(argv[0], pbuf, &hints, &ai0);
  /external/srec/srec/crec/
word_lattice.c 153 char *pbuf = buf; local
154 *pbuf = 0;
162 ASSERT(pbuf + strlen(p) + 1 < buf + buflen);
163 pbuf += sprintf(pbuf, "%s ", p);
168 if (pbuf > buf && *(pbuf - 1) == ' ') *(pbuf - 1) = 0;
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 1003 static char pbuf[10]; local
1006 (void)_snprintf(pbuf, sizeof pbuf, "%c", ch);
1008 (void)_snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1009 return(pbuf);
  /hardware/libhardware_legacy/wifi/
wifi.c 326 char *pbuf; local
334 pbuf = malloc(sb.st_size + PROPERTY_VALUE_MAX);
335 if (!pbuf)
340 free(pbuf);
343 nread = TEMP_FAILURE_RETRY(read(srcfd, pbuf, sb.st_size));
347 free(pbuf);
368 if ((sptr = strstr(pbuf, "ctrl_interface="))) {
370 if ((!strstr(pbuf, "ctrl_interface=DIR=")) &&
371 (!strstr(pbuf, "ctrl_interface=/"))) {
378 while (((ilen + (iptr - pbuf)) < nread) && (iptr[ilen] != '\n')
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /external/chromium_org/third_party/openssl/openssl/apps/
ca.c 2868 char buf[25],*pbuf, *p; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1249 char *pbuf; local
1250 EXPECT_POISONED(pbuf);
1251 int res = asprintf(&pbuf, "%d", 1234567); // NOLINT
1253 EXPECT_NOT_POISONED(pbuf);
1254 assert(pbuf[0] == '1');
1255 assert(pbuf[1] == '2');
1256 assert(pbuf[2] == '3');
1257 assert(pbuf[6] == '7');
1258 assert(pbuf[7] == 0);
1259 free(pbuf);
    [all...]
  /external/kernel-headers/original/asm-mips/sgi/
hpc3.h 20 u32 pbuf; /* physical address of data buffer */ member in struct:hpc_dma_desc
  /external/openssl/apps/
ca.c 2868 char buf[25],*pbuf, *p; local
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc

Completed in 1838 milliseconds

12