Searched refs:pbuf (Results 26 - 50 of 102) sorted by relevance

12345

/macosx-10.10.1/apache-793/httpd/modules/dav/fs/
H A Dlock.c94 dav_buffer *pbuf);
746 dav_buffer *pbuf)
754 dav_buffer_init(p, pbuf, dirpath);
756 if (pbuf->buf[pbuf->cur_len - 1] == '/')
757 pbuf->buf[--pbuf->cur_len] = '\0';
759 dav_buffer_place(p, pbuf, "/" DAV_FS_STATE_DIR "/" DAV_FS_LOCK_NULL_FILE);
762 pbuf->cur_len = 0;
764 if (apr_file_open(&file, pbuf
745 dav_fs_load_locknull_list(apr_pool_t *p, const char *dirpath, dav_buffer *pbuf) argument
809 dav_fs_save_locknull_list(apr_pool_t *p, const char *dirpath, dav_buffer *pbuf) argument
865 dav_fs_remove_locknull_member(apr_pool_t *p, const char *filename, dav_buffer *pbuf) argument
912 dav_fs_get_locknull_members( const dav_resource *resource, dav_buffer *pbuf) argument
[all...]
H A Drepos.h50 dav_buffer *pbuf);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/sample/
H A Dserver.c391 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
436 sizeof(hbuf), pbuf, sizeof(pbuf), niflags);
440 strcpy(pbuf, "unknown");
442 snprintf(localaddr, sizeof(localaddr), "%s;%s", hbuf, pbuf);
455 sizeof(hbuf), pbuf, sizeof(pbuf), niflags);
459 strcpy(pbuf, "unknown");
461 snprintf(remoteaddr, sizeof(remoteaddr), "%s;%s", hbuf, pbuf);
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Dp5_crpt2.c152 const unsigned char *pbuf; local
165 pbuf = param->value.sequence->data;
167 if(!(pbe2 = d2i_PBE2PARAM(NULL, &pbuf, plen))) {
211 pbuf = pbe2->keyfunc->parameter->value.sequence->data;
213 if(!(kdf = d2i_PBKDF2PARAM(NULL, &pbuf, plen)) ) {
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dgetpwnam.c210 char pbuf[BUFSIZE]; local
212 err = getpwnam_r( &username_list[index], pwd_ptr, pbuf, BUFSIZE, &tmp_ptr);
H A Dgetpwuid.c206 char pbuf[BUFSIZE]; local
208 err = getpwuid_r( uid, pwd_ptr, pbuf, BUFSIZE, &tmp_ptr );
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/Common/
H A Dpfkey_dump.c483 char pbuf[NI_MAXSERV]; local
490 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
493 port = atoi(pbuf);
512 char pbuf[NI_MAXSERV]; local
562 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
565 sport = atoi(pbuf);
590 0, pbuf, sizeof(pbuf), NI_NUMERICSER
[all...]
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_copy.c76 char pbuf[PATH_MAX];
80 assert(getcwd(pbuf, PATH_MAX) != NULL);
81 pcwdlen = strlen(pbuf);
82 cygwin_conv_to_full_win32_path(pbuf, wbuf);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dfiles.c297 char *pbuf, *qbuf; local
299 pbuf = ztrdup(unmeta(p));
303 if(lstat(pbuf, &st) || S_ISDIR(st.st_mode)) {
305 zsfree(pbuf);
313 zsfree(pbuf);
322 zsfree(pbuf);
336 zsfree(pbuf);
344 if(movefn(pbuf, qbuf)) {
346 zsfree(pbuf);
349 zsfree(pbuf);
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dservice.c109 char pbuf[256];
217 READ_STRING(fp,cbp.pbuf);
219 cbp.prot.bv_val = tmpint32 ? cbp.pbuf : NULL;,
234 READ_STRING(fp,cbp.pbuf);
236 cbp.prot.bv_val = tmpint32 ? cbp.pbuf : NULL;,
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Draddrinfo.c324 port_str(VALUE port, char *pbuf, size_t len, int *flags_ptr) argument
330 snprintf(pbuf, len, "%ld", FIX2LONG(port));
334 return pbuf;
345 strcpy(pbuf, serv);
346 return pbuf;
356 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
360 portp = port_str(port, pbuf, sizeof(pbuf), &additional_flags);
396 char hbuf[1024], pbuf[1024]; local
404 sprintf(pbuf, "unknow
699 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
1243 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
1582 char hbuf[1024], pbuf[1024]; local
[all...]
H A Dsocket.c1216 char hbuf[1024], pbuf[1024]; local
1284 strcpy(pbuf, "0");
1288 snprintf(pbuf, sizeof(pbuf), "%ld", NUM2LONG(port));
1289 pptr = pbuf;
1292 strncpy(pbuf, StringValuePtr(port), sizeof(pbuf));
1293 pbuf[sizeof(pbuf) - 1] = '\0';
1294 pptr = pbuf;
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dsetkey.c790 char buf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
841 pbuf, sizeof(pbuf), NI_NUMERICHOST|NI_NUMERICSERV);
842 if (strcmp(pbuf, "0") != 0)
843 printf("%s[%s]", buf, pbuf);
857 pbuf, sizeof(pbuf), NI_NUMERICHOST|NI_NUMERICSERV);
858 if (strcmp(pbuf, "0") != 0)
859 printf("%s[%s]", buf, pbuf);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_agg.c357 vchar_t *pbuf = NULL; local
384 pbuf = isakmp_parse(msg);
385 if (pbuf == NULL) {
390 pa = ALIGNED_CAST(struct isakmp_parse_t *)pbuf->v;
697 if (pbuf)
698 vfree(pbuf);
910 vchar_t *pbuf = NULL; local
922 pbuf = isakmp_parse(msg);
923 if (pbuf == NULL) {
928 pa = ALIGNED_CAST(struct isakmp_parse_t *)pbuf
1482 vchar_t *pbuf = NULL; local
[all...]
/macosx-10.10.1/screen-22/screen/
H A Dinput.c151 char *pbuf; local
167 pbuf = *ppbuf;
172 ch = *pbuf++;
318 *ppbuf = pbuf;
324 (*inpdata->inpfinfunc)(pbuf - 1, 0, inpdata->priv);
334 *ppbuf = pbuf;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dmcache.c297 void *buf, **pbuf; local
329 pbuf = (void **)((intptr_t)cp - sizeof (void *));
330 *pbuf = buf;
850 void **pbuf; local
891 pbuf = (void **)((intptr_t)cp - sizeof (void *));
893 zfree(mcache_zone, *pbuf);
908 void *buf, *base, **pbuf; local
938 pbuf = (void **)((intptr_t)base - sizeof (void *));
939 *pbuf = buf;
986 void **pbuf; local
1033 void *base, **pbuf; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dsockaddr.c117 char pbuf[sizeof("65000")]; local
130 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(sockaddr->type.sin.sin_port));
133 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(sockaddr->type.sin6.sin6_port));
156 plen = strlen(pbuf);
157 INSIST(plen < sizeof(pbuf));
168 isc_buffer_putmem(target, (const unsigned char *)pbuf, plen);
/macosx-10.10.1/ntp-92/lib/isc/
H A Dsockaddr.c117 char pbuf[sizeof("65000")]; local
130 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(sockaddr->type.sin.sin_port));
133 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(sockaddr->type.sin6.sin6_port));
156 plen = strlen(pbuf);
157 INSIST(plen < sizeof(pbuf));
168 isc_buffer_putmem(target, (const unsigned char *)pbuf, plen);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Dckutilities.c270 void getpassword(const char *prompt, char *pbuf) argument
289 for (p=pbuf; (c = getc(fi))!='\n' && c!=EOF;) {
290 if (p < &pbuf[PHRASELEN-1])
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dcmscipher.c847 unsigned char *pbuf;
880 pbuf = cc->pending_buf;
890 pbuf[pcount++] = *input++;
919 pbuf, pcount);
968 PORT_Memcpy (pbuf, input + ifraglen, pcount);
1065 unsigned char *pbuf;
1094 pbuf = cc->pending_buf;
1104 pbuf[pcount++] = *input++;
1122 pbuf, pcount);
1171 PORT_Memcpy (pbuf, inpu
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Dckutilities.c270 void getpassword(const char *prompt, char *pbuf) argument
289 for (p=pbuf; (c = getc(fi))!='\n' && c!=EOF;) {
290 if (p < &pbuf[PHRASELEN-1])
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmscipher.c847 unsigned char *pbuf;
880 pbuf = cc->pending_buf;
890 pbuf[pcount++] = *input++;
919 pbuf, pcount);
968 PORT_Memcpy (pbuf, input + ifraglen, pcount);
1065 unsigned char *pbuf;
1094 pbuf = cc->pending_buf;
1104 pbuf[pcount++] = *input++;
1122 pbuf, pcount);
1171 PORT_Memcpy (pbuf, inpu
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmscipher.c943 unsigned char *pbuf;
976 pbuf = cc->pending_buf;
986 pbuf[pcount++] = *input++;
1015 pbuf, pcount);
1064 PORT_Memcpy (pbuf, input + ifraglen, pcount);
1161 unsigned char *pbuf;
1190 pbuf = cc->pending_buf;
1200 pbuf[pcount++] = *input++;
1218 pbuf, pcount);
1267 PORT_Memcpy (pbuf, inpu
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmscipher.c943 unsigned char *pbuf;
976 pbuf = cc->pending_buf;
986 pbuf[pcount++] = *input++;
1015 pbuf, pcount);
1064 PORT_Memcpy (pbuf, input + ifraglen, pcount);
1161 unsigned char *pbuf;
1190 pbuf = cc->pending_buf;
1200 pbuf[pcount++] = *input++;
1218 pbuf, pcount);
1267 PORT_Memcpy (pbuf, inpu
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmscipher.c943 unsigned char *pbuf;
976 pbuf = cc->pending_buf;
986 pbuf[pcount++] = *input++;
1015 pbuf, pcount);
1064 PORT_Memcpy (pbuf, input + ifraglen, pcount);
1161 unsigned char *pbuf;
1190 pbuf = cc->pending_buf;
1200 pbuf[pcount++] = *input++;
1218 pbuf, pcount);
1267 PORT_Memcpy (pbuf, inpu
[all...]

Completed in 618 milliseconds

12345