Searched refs:pc (Results 1 - 25 of 627) sorted by relevance

1234567891011>>

/macosx-10.9.5/Libc-997.90.3/stdio/
H A Dxprintf_comp.c34 free_printf_comp(printf_comp_t pc) argument
36 if(!pc) return;
37 XL_RELEASE(pc->loc);
39 arrayfree(pc->pa);
40 free(pc->pa);
41 arrayfree(pc->aa);
42 free(pc->aa);
43 arrayfree(pc->ua);
44 free(pc->ua);
46 free(pc
58 printf_comp_t restrict pc; local
[all...]
H A Dxprintf_exec.c34 printf_comp_t __restrict pc, ...)
39 if (!pc) {
44 va_start(ap, pc);
45 iret = _vasprintf(pc, NULL, ret, NULL, NULL, ap);
51 dxprintf_exec(int fd, printf_comp_t __restrict pc, ...) argument
56 if (!pc) {
61 va_start(ap, pc);
62 ret = _vdprintf(pc, NULL, fd, NULL, NULL, ap);
69 printf_comp_t __restrict pc, ...)
74 if (!pc) {
33 asxprintf_exec(char ** __restrict ret, printf_comp_t __restrict pc, ...) argument
68 fxprintf_exec(FILE * __restrict stream, printf_comp_t __restrict pc, ...) argument
86 sxprintf_exec(char * __restrict str, size_t size, printf_comp_t __restrict pc, ...) argument
104 xprintf_exec(printf_comp_t __restrict pc, ...) argument
121 vasxprintf_exec(char ** __restrict ret, printf_comp_t __restrict pc, va_list ap) argument
133 vdxprintf_exec(int fd, printf_comp_t __restrict pc, va_list ap) argument
145 vfxprintf_exec(FILE * __restrict stream, printf_comp_t __restrict pc, va_list ap) argument
157 vsxprintf_exec(char * __restrict str, size_t size, printf_comp_t __restrict pc, va_list ap) argument
169 vxprintf_exec(printf_comp_t __restrict pc, va_list ap) argument
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS/t/
H A D06_pc_pretty.t12 my $pc = new JSON::XS;
15 $js = $pc->encode($obj);
19 $pc->pretty (1);
20 $js = $pc->encode($obj);
31 $pc->pretty(0);
32 $js = $pc->encode($obj);
37 $pc->pretty(1);
38 $js = $pc->encode($obj);
52 $pc->pretty(0);
53 $js = $pc
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/t/
H A D06_pc_pretty.t12 my $pc = new JSON::XS;
15 $js = $pc->encode($obj);
19 $pc->pretty (1);
20 $js = $pc->encode($obj);
31 $pc->pretty(0);
32 $js = $pc->encode($obj);
37 $pc->pretty(1);
38 $js = $pc->encode($obj);
52 $pc->pretty(0);
53 $js = $pc
[all...]
/macosx-10.9.5/CPANInternal-140/JSON/t/
H A D06_pc_pretty.t15 my $pc = new JSON;
18 $js = $pc->encode($obj);
22 $pc->pretty (1);
23 $js = $pc->encode($obj);
34 $pc->pretty(0);
35 $js = $pc->encode($obj);
40 $pc->pretty(1);
41 $js = $pc->encode($obj);
55 $pc->pretty(0);
56 $js = $pc
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/t/
H A D06_pc_pretty.t15 my $pc = new JSON;
18 $js = $pc->encode($obj);
22 $pc->pretty (1);
23 $js = $pc->encode($obj);
34 $pc->pretty(0);
35 $js = $pc->encode($obj);
40 $pc->pretty(1);
41 $js = $pc->encode($obj);
55 $pc->pretty(0);
56 $js = $pc
[all...]
/macosx-10.9.5/procmail-14/procmail/src/
H A Dmanconf.c115 static void pc(name,value)const char*const name;const int value; function
234 pc("LMTPOPT",LMTPOPT);
272 pc("SERV_ADDRsep",SERV_ADDRsep);
277 pc("MCDIRSEP",*MCDIRSEP);
278 pc("chCURDIR",chCURDIR);
279 pc("HELPOPT1",HELPOPT1);
280 pc("HELPOPT2",HELPOPT2);
281 pc("VERSIONOPT",VERSIONOPT);
282 pc("PRESERVOPT",PRESERVOPT);
283 pc("TEMPFAILOP
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
H A DMakefile.am76 libiodbc.pc.in
79 pkgconfig_DATA = libiodbc.pc
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetdate.y207 %parse-param { parser_control *pc }
208 %lex-param { parser_control *pc }
247 pc->seconds = $2;
248 pc->timespec_seen = true;
259 { pc->times_seen++; }
261 { pc->local_zones_seen++; }
263 { pc->zones_seen++; }
265 { pc->dates_seen++; }
267 { pc->days_seen++; }
269 { pc
[all...]
H A Dgetdate.c863 yyerror (pc, YY_("syntax error: cannot back up")); \
920 # define YYLEX yylex (&yylval, pc)
943 Type, Value, pc); \
957 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *pc) argument
960 yy_symbol_value_print (yyoutput, yytype, yyvaluep, pc)
964 parser_control *pc;
969 YYUSE (pc);
991 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *pc) argument
994 yy_symbol_print (yyoutput, yytype, yyvaluep, pc)
998 parser_control *pc;
1046 yy_reduce_print(YYSTYPE *yyvsp, int yyrule, parser_control *pc) argument
1325 yydestruct(const char *yymsg, int yytype, YYSTYPE *yyvaluep, parser_control *pc) argument
2595 lookup_zone(parser_control const *pc, char const *name) argument
2644 lookup_word(parser_control const *pc, char *word) argument
2715 yylex(YYSTYPE *lvalp, parser_control *pc) argument
2941 parser_control pc; local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd-cache.c90 _ppd_cache_t *pc; /* PWG mapping data */ local
168 if ((pc = calloc(1, sizeof(_ppd_cache_t))) == NULL)
175 pc->max_copies = 9999;
201 if (!pc->filters)
202 pc->filters = cupsArrayNew3(NULL, NULL, NULL, 0,
206 cupsArrayAdd(pc->filters, value);
210 if (!pc->prefilters)
211 pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0,
215 cupsArrayAdd(pc->prefilters, value);
219 pc
650 _ppd_cache_t *pc; /* PWG mapping data */ local
1456 _ppdCacheDestroy(_ppd_cache_t *pc) argument
1549 _ppdCacheGetBin( _ppd_cache_t *pc, const char *output_bin) argument
1582 _ppdCacheGetFinishingOptions( _ppd_cache_t *pc, ipp_t *job, ipp_finishings_t value, int num_options, cups_option_t **options) argument
1650 _ppdCacheGetFinishingValues( _ppd_cache_t *pc, int num_options, cups_option_t *options, int max_values, int *values) argument
1703 _ppdCacheGetInputSlot( _ppd_cache_t *pc, ipp_t *job, const char *keyword) argument
1768 _ppdCacheGetMediaType( _ppd_cache_t *pc, ipp_t *job, const char *keyword) argument
1822 _ppdCacheGetOutputBin( _ppd_cache_t *pc, const char *output_bin) argument
1855 _ppdCacheGetPageSize( _ppd_cache_t *pc, ipp_t *job, const char *keyword, int *exact) argument
2094 _ppdCacheGetSize( _ppd_cache_t *pc, const char *page_size) argument
2208 _ppdCacheGetSource( _ppd_cache_t *pc, const char *input_slot) argument
2237 _ppdCacheGetType( _ppd_cache_t *pc, const char *media_type) argument
2265 _ppdCacheWriteFile( _ppd_cache_t *pc, const char *filename, ipp_t *attrs) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntExceptions.cpp45 Instruction* pc = exec->currentVPC(); local
46 exec->setCurrentVPC(codeBlock->adjustPCIfAtCallSite(pc));
49 void interpreterThrowInCaller(ExecState* exec, ReturnAddressPtr pc) argument
59 exec->codeBlock()->bytecodeOffset(exec, pc));
68 static void doThrow(ExecState* exec, Instruction* pc) argument
73 genericThrow(vm, exec, vm->exception, pc - exec->codeBlock()->instructions().begin());
76 Instruction* returnToThrow(ExecState* exec, Instruction* pc) argument
82 doThrow(exec, pc);
86 void* callToThrow(ExecState* exec, Instruction* pc) argument
92 doThrow(exec, pc);
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dbpf_filter.c206 * Execute the filter program starting at pc on the packet p
211 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) argument
219 if (pc == 0)
225 --pc;
227 ++pc;
228 switch (pc->code) {
237 return (u_int)pc->k;
243 k = pc->k;
267 k = pc->k;
284 k = pc
[all...]
/macosx-10.9.5/libpcap-42/libpcap/bpf/net/
H A Dbpf_filter.c204 * Execute the filter program starting at pc on the packet p
211 bpf_filter(pc, p, wirelen, buflen)
212 register const struct bpf_insn *pc;
232 if (pc == 0)
239 --pc;
241 ++pc;
242 switch (pc->code) {
251 return (u_int)pc->k;
257 k = pc->k;
274 k = pc
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dbpf_filter.c204 * Execute the filter program starting at pc on the packet p
211 bpf_filter(pc, p, wirelen, buflen)
212 register const struct bpf_insn *pc;
232 if (pc == 0)
239 --pc;
241 ++pc;
242 switch (pc->code) {
251 return (u_int)pc->k;
257 k = pc->k;
274 k = pc
[all...]
/macosx-10.9.5/BootCache-106/
H A Dcontrol.c52 static int add_file(struct BC_playlist *pc, const char *fname, const int batch, const bool shared, const bool low_priority);
53 static int add_directory(struct BC_playlist *pc, const char *fname, const int batch, const bool shared);
54 static int add_fseventsd_files(struct BC_playlist *pc, const int batch, const bool shared);
55 static int add_playlist_for_preheated_user(struct BC_playlist *pc, bool isCompositeDisk);
56 static int add_logical_playlist(const char *playlist, struct BC_playlist *pc, int batch, int shared);
197 static int add_logical_playlist(const char *playlist, struct BC_playlist *pc, int batch, int shared) argument
220 if ((error = add_directory(pc, filename, batch, shared))
224 add_file(pc, filename, batch, shared, false);
362 struct BC_playlist *pc; local
373 pc
478 add_playlist_for_preheated_user(struct BC_playlist *pc, bool isCompositeDisk) argument
710 add_file(struct BC_playlist *pc, const char *fname, const int batch, const bool shared, const bool low_priority) argument
779 add_directory(struct BC_playlist *pc, const char *dname, const int batch, const bool shared) argument
813 add_fseventsd_files(struct BC_playlist *pc, const int batch, const bool shared) argument
888 struct BC_playlist *pc; local
946 struct BC_playlist *pc; local
1106 struct BC_playlist *pc = NULL, *npc = NULL; local
1193 struct BC_playlist *pc; local
1287 struct BC_playlist *pc; local
1440 struct BC_playlist *pc; local
1470 struct BC_playlist *pc; local
1634 struct BC_playlist *pc; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallReturnOffsetToBytecodeOffset.h51 inline unsigned getCallReturnOffset(CallReturnOffsetToBytecodeOffset* pc) argument
53 return pc->callReturnOffset;
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dtest-punycode.c66 if (len != strlen(e->pc)) {
69 (unsigned int)len, (unsigned int)strlen(e->pc));
70 printf("buf %s != pc: %s\n", buf, e->pc);
74 if (strncasecmp(buf, e->pc, len) != 0) {
77 i, e->description, (unsigned int)len, buf, e->pc);
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmt-dis.c71 bfd_vma pc ATTRIBUTE_UNUSED,
79 print_normal (cd, dis_info, value, attrs, pc, length);
87 bfd_vma pc ATTRIBUTE_UNUSED,
90 print_address (cd, dis_info, value + pc, attrs, pc, length);
119 bfd_vma pc,
127 print_dollarhex (cd, info, fields->f_a23, 0, pc, length);
130 print_dollarhex (cd, info, fields->f_ball, 0, pc, length);
133 print_dollarhex (cd, info, fields->f_ball2, 0, pc, length);
136 print_dollarhex (cd, info, fields->f_bankaddr, 0, pc, lengt
113 mt_cgen_print_operand(CGEN_CPU_DESC cd, int opindex, void * xinfo, CGEN_FIELDS *fields, void const *attrs ATTRIBUTE_UNUSED, bfd_vma pc, int length) argument
391 print_insn_normal(CGEN_CPU_DESC cd, void *dis_info, const CGEN_INSN *insn, CGEN_FIELDS *fields, bfd_vma pc, int length) argument
428 read_insn(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, bfd_vma pc, disassemble_info *info, bfd_byte *buf, int buflen, CGEN_EXTRACT_INFO *ex_info, unsigned long *insn_value) argument
459 print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info, bfd_byte *buf, unsigned int buflen) argument
568 default_print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) argument
608 print_insn_mt(bfd_vma pc, disassemble_info *info) argument
[all...]
H A Dm32c-dis.c82 bfd_vma pc ATTRIBUTE_UNUSED,
94 bfd_vma pc ATTRIBUTE_UNUSED,
105 bfd_vma pc ATTRIBUTE_UNUSED,
116 bfd_vma pc ATTRIBUTE_UNUSED,
129 bfd_vma pc ATTRIBUTE_UNUSED,
140 bfd_vma pc ATTRIBUTE_UNUSED,
156 bfd_vma pc ATTRIBUTE_UNUSED,
169 bfd_vma pc ATTRIBUTE_UNUSED,
182 bfd_vma pc ATTRIBUTE_UNUSED,
204 bfd_vma pc ATTRIBUTE_UNUSE
297 m32c_cgen_print_operand(CGEN_CPU_DESC cd, int opindex, void * xinfo, CGEN_FIELDS *fields, void const *attrs ATTRIBUTE_UNUSED, bfd_vma pc, int length) argument
986 print_insn_normal(CGEN_CPU_DESC cd, void *dis_info, const CGEN_INSN *insn, CGEN_FIELDS *fields, bfd_vma pc, int length) argument
1023 read_insn(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, bfd_vma pc, disassemble_info *info, bfd_byte *buf, int buflen, CGEN_EXTRACT_INFO *ex_info, unsigned long *insn_value) argument
1054 print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info, bfd_byte *buf, unsigned int buflen) argument
1163 default_print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) argument
1203 print_insn_m32c(bfd_vma pc, disassemble_info *info) argument
[all...]
H A Diq2000-dis.c87 bfd_vma pc,
95 print_normal (cd, info, fields->f_index, 0, pc, length);
101 print_address (cd, info, fields->f_imm, 0, pc, length);
104 print_normal (cd, info, fields->f_rt, 0, pc, length);
107 print_normal (cd, info, fields->f_bytecount, 0, pc, length);
110 print_normal (cd, info, fields->f_cam_y, 0, pc, length);
113 print_normal (cd, info, fields->f_cam_z, 0, pc, length);
116 print_normal (cd, info, fields->f_cm_3func, 0, pc, length);
119 print_normal (cd, info, fields->f_cm_3z, 0, pc, length);
122 print_normal (cd, info, fields->f_cm_4func, 0, pc, lengt
81 iq2000_cgen_print_operand(CGEN_CPU_DESC cd, int opindex, void * xinfo, CGEN_FIELDS *fields, void const *attrs ATTRIBUTE_UNUSED, bfd_vma pc, int length) argument
290 print_insn_normal(CGEN_CPU_DESC cd, void *dis_info, const CGEN_INSN *insn, CGEN_FIELDS *fields, bfd_vma pc, int length) argument
327 read_insn(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, bfd_vma pc, disassemble_info *info, bfd_byte *buf, int buflen, CGEN_EXTRACT_INFO *ex_info, unsigned long *insn_value) argument
358 print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info, bfd_byte *buf, unsigned int buflen) argument
467 default_print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) argument
507 print_insn_iq2000(bfd_vma pc, disassemble_info *info) argument
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Ddnsproxy.c77 mDNSlocal void FreeDNSProxyClient(DNSProxyClient *pc) argument
79 if (pc->optRR)
80 mDNSPlatformMemFree(pc->optRR);
81 mDNSPlatformMemFree(pc);
84 mDNSlocal mDNSBool ParseEDNS0(DNSProxyClient *pc, const mDNSu8 *ptr, int length, const mDNSu8 *limit) argument
109 pc->rcvBufSize = rrclass;
110 pc->DNSSECOK = ptr[6] & 0x80;
117 DNSProxyClient *pc = (DNSProxyClient *)q->QuestionContext; local
121 h->flags = pc->requestFlags;
122 if (pc
169 SetResponseFlags(DNSProxyClient *pc, const mDNSOpaque16 responseFlags) argument
186 AddResourceRecords(mDNS *const m, DNSProxyClient *pc, mDNSu8 **prevptr, mStatus *error) argument
377 DNSProxyClient *pc = question->QuestionContext; local
534 DNSProxyClient *pc; local
578 DNSProxyClient *pc; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Dstrmatch.c176 register int pc; local
191 switch (pc = mbgetchar(p))
199 if (pc == '(' || *p == '(')
205 subp = p + (pc != '(');
212 if (pc == '*' || pc == '?' || pc == '+' && oldp == r)
222 if (pc == '*' || pc == '+')
229 pc
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nspathcontrol.py5 def pathControl_shouldDragPathComponentCell_withPasteboard_(self, pc, c, pb): return 1
6 def pathControl_validateDrop_(self, pc, dr): return 1
7 def pathControl_acceptDrop_(self, pc, dr): return 1
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nspathcontrol.py5 def pathControl_shouldDragPathComponentCell_withPasteboard_(self, pc, c, pb): return 1
6 def pathControl_validateDrop_(self, pc, dr): return 1
7 def pathControl_acceptDrop_(self, pc, dr): return 1

Completed in 8700 milliseconds

1234567891011>>