Searched refs:pf (Results 1 - 25 of 113) sorted by relevance

12345

/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dfmtcheck.c83 #define RETURN(pf,f,r) do { \
84 *(pf) = (f); \
89 get_next_format_from_precision(const char **pf) argument
94 f = *pf;
98 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
112 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
140 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
144 RETURN(pf,f,FMTCHECK_LONG);
146 RETURN(pf,f,FMTCHECK_QUAD);
148 RETURN(pf,
241 get_next_format_from_width(const char **pf) argument
260 get_next_format(const char **pf, EFT eft) argument
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dmain.c79 static struct __cygwin_perfile pf[] = local
84 cygwin_internal (CW_PERFILE, pf);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/convperf/
H A Dconvperf.cpp124 UPerfFunction* pf = new ICUOpenAllConvertersFunction(TRUE, status); local
128 return pf;
133 UPerfFunction* pf = new ICUOpenAllConvertersFunction(FALSE, status); local
137 return pf;
142 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("utf-8",utf8_uniSource, LENGTHOF(utf8_uniSource), status); local
146 return pf;
151 UPerfFunction* pf = new ICUToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status); local
155 return pf;
161 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("utf-8",utf8_uniSource, LENGTHOF(utf8_uniSource), status); local
165 return pf;
170 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status); local
179 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("utf-8",utf8_uniSource, LENGTHOF(utf8_uniSource), status); local
188 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status); local
199 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-8859-1",latin1_uniSource, LENGTHOF(latin1_uniSource), status); local
208 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status); local
218 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-8859-1",latin1_uniSource, LENGTHOF(latin1_uniSource), status); local
227 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status); local
236 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-8859-1",latin1_uniSource, LENGTHOF(latin1_uniSource), status); local
245 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status); local
256 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-8859-8",latin8_uniSource, LENGTHOF(latin8_uniSource), status); local
265 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status); local
275 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-8859-8",latin8_uniSource, LENGTHOF(latin8_uniSource), status); local
284 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status); local
292 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-8859-8",latin8_uniSource, LENGTHOF(latin8_uniSource), status); local
301 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status); local
313 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("x-EBCDIC-Arabic",ebcdic_arabic_uniSource, LENGTHOF(ebcdic_arabic_uniSource), status); local
322 UPerfFunction* pf = new ICUToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status); local
332 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("x-EBCDIC-Arabic",ebcdic_arabic_uniSource, LENGTHOF(ebcdic_arabic_uniSource), status); local
341 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status); local
350 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("x-EBCDIC-Arabic",ebcdic_arabic_uniSource, LENGTHOF(ebcdic_arabic_uniSource), status); local
359 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status); local
370 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("sjis",sjis_uniSource, LENGTHOF(sjis_uniSource), status); local
379 UPerfFunction* pf = new ICUToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status); local
389 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("sjis",sjis_uniSource, LENGTHOF(sjis_uniSource), status); local
398 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status); local
407 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("sjis",sjis_uniSource, LENGTHOF(sjis_uniSource), status); local
416 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status); local
429 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("euc-jp",eucjp_uniSource, LENGTHOF(eucjp_uniSource), status); local
438 UPerfFunction* pf = new ICUToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status); local
448 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("euc-jp",eucjp_uniSource, LENGTHOF(eucjp_uniSource), status); local
457 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status); local
466 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("euc-jp",eucjp_uniSource, LENGTHOF(eucjp_uniSource), status); local
475 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status); local
488 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("gb2312",gb2312_uniSource, LENGTHOF(gb2312_uniSource), status); local
497 UPerfFunction* pf = new ICUToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status); local
507 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("gb2312",gb2312_uniSource, LENGTHOF(gb2312_uniSource), status); local
516 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status); local
525 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("gb2312",gb2312_uniSource, LENGTHOF(gb2312_uniSource), status); local
534 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status); local
546 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-2022-kr",iso2022kr_uniSource, LENGTHOF(iso2022kr_uniSource), status); local
555 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status); local
565 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-2022-kr",iso2022kr_uniSource, LENGTHOF(iso2022kr_uniSource), status); local
574 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status); local
583 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-2022-kr",iso2022kr_uniSource, LENGTHOF(iso2022kr_uniSource), status); local
592 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status); local
603 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-2022-jp",iso2022jp_uniSource, LENGTHOF(iso2022jp_uniSource), status); local
612 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status); local
622 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-2022-jp",iso2022jp_uniSource, LENGTHOF(iso2022jp_uniSource), status); local
631 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status); local
640 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-2022-jp",iso2022jp_uniSource, LENGTHOF(iso2022jp_uniSource), status); local
649 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status); local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmprofile.c35 #define PFHASH(pf) ((pf)->data.data.hash)
36 #define PFVM(pf) ((pf)->data.data.vm)
37 #define PFFILE(pf) ((pf)->data.data.fm.file)
38 #define PFLINE(pf) ((pf)->line)
39 #define PFNAME(pf) ((pf)
84 reg Pfobj_t *pf, *last; local
189 reg Pfobj_t *pf, *next, *last; local
220 reg Pfobj_t* pf; local
250 pfsort(Pfobj_t* pf) argument
361 reg Pfobj_t *pf, *list, *next, *last; local
514 reg Pfobj_t* pf; local
576 reg Pfobj_t* pf; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dinet_proto.c175 static void inet_proto_free(INET_PROTO_INFO *pf) argument
177 myfree((char *) pf->ai_family_list);
178 myfree((char *) pf->dns_atype_list);
179 myfree((char *) pf->sa_family_list);
180 myfree((char *) pf);
188 INET_PROTO_INFO *pf; local
232 pf = (INET_PROTO_INFO *) mymalloc(sizeof(*pf));
233 pf->ai_family = PF_INET6;
234 pf
305 INET_PROTO_INFO *pf; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfpool.c25 ** If pf is not nil, f is pooled with pf and f becomes current;
246 Sfio_t* sfpool(reg Sfio_t* f, reg Sfio_t* pf, reg int mode) argument
248 Sfio_t* sfpool(f,pf,mode)
250 reg Sfio_t* pf;
260 if(!f) /* return head of pool of pf regardless of lock states */
261 { if(!pf)
263 else if(!pf->pool || pf->pool == &_Sfpool)
264 return pf;
[all...]
H A Dsfexcept.c115 reg Sfio_t *pf; local
121 pf = (*_Sfstack)(f,NIL(Sfio_t*));
122 if((ev = sfclose(pf)) < 0) /* can't close, restack */
123 (*_Sfstack)(f,pf);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dhostip6.c174 int pf; local
184 pf = PF_INET;
187 pf = PF_INET6;
190 pf = PF_UNSPEC;
194 if((pf != PF_INET) && !Curl_ipv6works())
196 pf = PF_INET;
199 hints.ai_family = pf;
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dattribute.rb73 pf = super
74 if pf == ""
75 pf = @element.prefix if @element
77 pf
/macosx-10.9.5/network_cmds-433/kdumpd.tproj/
H A Dkdumpd.c337 register struct formats *pf; local
374 for (pf = formats; pf->f_mode; pf++)
375 if (strcmp(pf->f_mode, mode) == 0)
377 if (pf->f_mode == 0) {
381 ecode = (*pf->f_validate)(&filename, tp->th_opcode);
398 (*pf->f_recv)(pf);
476 recvfile(pf)
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-tasn-fre.c241 const ASN1_PRIMITIVE_FUNCS *pf; local
242 pf = it->funcs;
243 if (pf && pf->prim_free)
245 pf->prim_free(pval, it);
H A Dcs-tasn-new.c346 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
347 if (pf->prim_new)
348 return pf->prim_new(pval, it);
395 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
396 if (pf->prim_clear)
397 pf->prim_clear(pval, it);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/
H A DSampleCIView.rb36 @pf ||= NSOpenGLPixelFormat.alloc.initWithAttributes(attributes.pack('i*'))
107 pf = pixelFormat
108 pf = SampleCIView.defaultPixelFormat if pf.nil?
111 CGLGetCurrentContext(), pf.CGLPixelFormatObj, nil)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_debug.c228 #define pf(f) { \ macro
234 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
/macosx-10.9.5/diskdev_cmds-572.1.1/fuser.tproj/
H A Dfuser.pl58 push(@command, q(pf));
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DSampleCIView.py111 pf = self.pixelFormat()
112 if pf is None:
113 pf = type(self).defaultPixelFormat()
116 CGL.CGLGetCurrentContext(), pf.CGLPixelFormatObj(), None)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIMicroPaint/
H A DSampleCIView.py111 pf = self.pixelFormat()
112 if pf is None:
113 pf = type(self).defaultPixelFormat()
116 CGL.CGLGetCurrentContext(), pf.CGLPixelFormatObj(), None)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DSampleCIView.py111 pf = self.pixelFormat()
112 if pf is None:
113 pf = type(self).defaultPixelFormat()
116 CGL.CGLGetCurrentContext(), pf.CGLPixelFormatObj(), None)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIMicroPaint/
H A DSampleCIView.py111 pf = self.pixelFormat()
112 if pf is None:
113 pf = type(self).defaultPixelFormat()
116 CGL.CGLGetCurrentContext(), pf.CGLPixelFormatObj(), None)
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dsnprintf.c250 const char *pf; member in struct:DATA
672 flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0;
673 if (*p->pf == 'X')
708 PUT_CHAR(*p->pf, p);
742 flags = (*p->pf == 'x' || *p->pf
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dsock_test.c263 int pf; local
272 pf = PF_INET6;
274 pf = PF_INET;
315 if (pf == PF_INET6) {
322 RUNTIME_CHECK(isc_socket_create(socketmgr, pf, isc_sockettype_tcp,
346 if (0 && pf == PF_INET6)
/macosx-10.9.5/crontabs-51/files/daily/
H A D310.accounting44 cp -pf acct acct.0 || rc=3
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_line.h311 void dwarf_init_line_table_prefix(struct Line_Table_Prefix_s *pf);
312 void dwarf_free_line_table_prefix(struct Line_Table_Prefix_s *pf);
/macosx-10.9.5/remote_cmds-41.90.1/tftpd.tproj/
H A Dtftpd.c627 struct formats *pf; local
654 for (pf = formats; pf->f_mode; pf++)
655 if (strcmp(pf->f_mode, mode) == 0)
657 if (pf->f_mode == 0) {
683 ecode = (*pf->f_validate)(&filename, tp->th_opcode);
717 (*pf->f_recv)(pf, etftp, alen);
719 (*pf
895 xmitfile(struct formats *pf, int etftp, int acklength) argument
1002 recvfile(struct formats *pf, int etftp, int acklength) argument
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Dtftpd.c296 static void sendtftp(struct testcase *test, struct formats *pf);
298 static void recvtftp(struct testcase *test, struct formats *pf);
963 struct formats *pf; local
1012 for (pf = formata; pf->f_mode; pf++)
1013 if (strcmp(pf->f_mode, mode) == 0)
1015 if (!pf->f_mode) {
1035 recvtftp(test, pf);
1037 sendtftp(test, pf);
1147 sendtftp(struct testcase *test, struct formats *pf) argument
1216 recvtftp(struct testcase *test, struct formats *pf) argument
[all...]

Completed in 330 milliseconds

12345