Searched refs:ph (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/OpenPAM-20/openpam/lib/
H A Dpam_start.c57 struct pam_handle *ph; local
61 if ((ph = calloc(1, sizeof *ph)) == NULL)
63 if ((r = pam_set_item(ph, PAM_SERVICE, service)) != PAM_SUCCESS)
65 if ((r = pam_set_item(ph, PAM_USER, user)) != PAM_SUCCESS)
67 if ((r = pam_set_item(ph, PAM_CONV, pam_conv)) != PAM_SUCCESS)
70 r = openpam_configure(ph, service);
74 *pamh = ph;
79 pam_end(ph, r);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/
H A DtestFull.tcl74 set ph [getCanvasPhoto .t.c]
75 writePhotoFile $ph $fname "$fmt $opt" 1
77 set ph [readPhotoFile1 $fname "$fmt $opt"]
78 if { $ph eq "" } {
79 set ph [createErrImg]
82 ui_addphoto $ph $msg
84 set ph [readPhotoFile2 $fname "$fmt $opt" -1 -1]
85 if { $ph eq "" } {
86 set ph [createErrImg]
89 ui_addphoto $ph
[all...]
H A DtestFrom.tcl74 set ph [getCanvasPhoto .t.c]
75 writePhotoFile $ph $fname "$fmt $opt" 1
77 set ph [readPhotoFile2 $fname "$fmt $opt" -1 -1 -from 140 50 200 110]
78 if { $ph eq "" } {
79 set ph [createErrImg]
82 ui_addphoto $ph $msg
85 set ph [getCanvasPhoto .t.c]
86 set str [writePhotoFile $ph $fname "$fmt $opt" 1 -from 140 50 200 110]
87 set ph [readPhotoBinary1 $fname "$fmt $opt"]
88 if { $ph e
[all...]
H A DtestTo.tcl74 set ph [getCanvasPhoto .t.c]
75 writePhotoFile $ph $fname "$fmt $opt" 1
77 set ph [readPhotoFile2 $fname "fmt $opt" 200 100 \
79 if { $ph eq "" } {
80 set ph [createErrImg]
83 ui_addphoto $ph $msg
86 set ph [getCanvasPhoto .t.c]
87 set str [writePhotoFile $ph $fname "$fmt $opt" 1 -from 140 50 200 110]
88 set ph [readPhotoBinary2 $fname "$fmt $opt" 200 100 -to 10 30]
89 if { $ph e
[all...]
H A DtestSmall.tcl73 set ph [image create photo -width $w -height $h]
86 $ph put -to [expr $x-1] [expr $y-1] $val
87 $ph transparency set [expr $x-1] [expr $y-1] [expr $col]
94 $ph put $imgData
98 writePhotoFile $ph $fname "$fmt $opt" 1
99 set ph [readPhotoFile1 $fname "$fmt $opt"]
100 if { $ph eq "" } {
101 set ph [createErrImg]
105 set str [writePhotoString $ph "$fmt $opt" 1]
107 set ph [createErrIm
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestReadWrite.tcl37 set retVal [catch {image create photo -file $name} ph]
40 P "\tError message: $ph"
41 set retVal [catch {image create photo -file $name -format $fmt} ph]
44 P "\tError message: $ph"
50 return $ph
54 # Uses commands: set ph [image create photo] ; $ph read "fileName"
61 set ph [image create photo]
63 set ph [image create photo -width $width -height $height]
65 set retVal [catch {eval {$ph rea
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-enet.c55 register struct packet_header *ph; local
79 ph = (struct packet_header *)bp;
80 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap
82 if (bpf_filter(fcode, (char *)ph->packet,
83 ph->tap.th_wirelen, caplen)) {
86 (*printit)((char *)ph->packet,
87 (struct timeval *)ph->tap.th_timestamp,
88 ph->tap.th_wirelen, caplen);
90 inc = ph
[all...]
/macosx-10.10.1/ntp-92/util/
H A Dpps-api.c53 pps_handle_t ph; local
65 i = time_pps_create(fd, &ph);
69 i = time_pps_getcap(ph, &mode);
77 i = time_pps_setparams(ph, &pp);
84 i = time_pps_fetch(ph, PPS_TSFMT_TSPEC, &pi, &to);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c165 static void printImgInfo (PCXHEADER *ph, const char *filename, const char *msg) argument
175 width = qtohs (ph->x2) - qtohs (ph->x1) + 1;
176 height = qtohs (ph->y2) - qtohs (ph->y1) + 1;
180 sprintf(str, "\tNo. of channels : %d\n", ph->planes); OUT;
181 sprintf(str, "\tBytes per pixel : %d\n", ph->bpp); OUT;
182 sprintf(str, "\tRLE compression : %s\n", ph->compression? "yes": "no"); OUT;
566 PCXHEADER ph; local
569 if (!read_pcx_header (handle, &ph))
648 PCXHEADER ph; local
770 PCXHEADER ph; local
[all...]
/macosx-10.10.1/dtrace-147/libelf/
H A Dnewphdr.c70 Elf_Void * ph; local
117 if ((ph = malloc(sz)) == 0) {
129 (void) memset(ph, 0, sz);
137 elf->ed_phdr = rc = ph;
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-wb.c393 register const struct pkt_hdr *ph; local
395 ph = (const struct pkt_hdr *)hdr;
396 if (len < sizeof(*ph) || (u_char *)(ph + 1) > snapend) {
400 len -= sizeof(*ph);
402 if (ph->ph_flags)
404 switch (ph->ph_type) {
411 if (wb_id((struct pkt_id *)(ph + 1), len) >= 0)
416 if (wb_rreq((struct pkt_rreq *)(ph + 1), len) >= 0)
421 if (wb_rrep((struct pkt_rrep *)(ph
[all...]
H A Dprint-ip6.c60 } ph; local
64 memset(&ph, 0, sizeof(ph));
65 ph.ph_src = ip6->ip6_src;
66 ph.ph_dst = ip6->ip6_dst;
67 ph.ph_len = htonl(len);
68 ph.ph_nxt = next_proto;
70 vec[0].ptr = (const u_int8_t *)(void *)&ph;
71 vec[0].len = sizeof(ph);
H A Dprint-ip.c145 } ph; local
149 ph.len = htons((u_int16_t)len);
150 ph.mbz = 0;
151 ph.proto = next_proto;
152 memcpy(&ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t));
154 memcpy(&ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
156 ph.dst = ip_finddst(ip);
158 vec[0].ptr = (const u_int8_t *)(void *)&ph;
159 vec[0].len = sizeof(ph);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSynthesis.c321 double y = 1.0/RAND_MAX, z = 1.0/(*outFrames), ph = mf->_phase; local
357 ph = fmod (ph + LIN(mf->freq,frac)/si->rate,1.0);
359 out[i++] = (float)(LIN(mf->ampl,frac)*(ph<LIN(mf->shape,frac)?-1:1));
369 ph = fmod (ph + LIN(mf->freq,frac)/si->rate,1.0);
371 if (ph < LIN(mf->shape,frac)) {
372 out[i++] = (float)(LIN(mf->ampl,frac)*(-1+2*(ph)/LIN(mf->shape,frac)));
373 } else if (ph > LIN(mf->shape,frac)) {
374 out[i++] = (float)(LIN(mf->ampl,frac)*(1-2*(ph
[all...]
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/kmem/
H A Ddproc.c476 struct phash *ph; local
479 for (ph = Phash[PHASH(kpa)]; ph; ph = ph->next) {
480 if (ph->ka == kpa)
481 return((pid_t)ph->la->p_pid);
618 struct phash *ph, *phn; local
675 for (ph = Phash[h]; ph; p
[all...]
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dsrctoman44 f='[Cc]'; fh=$f; p='{'; ph=$p;
158 .ph pascal {
H A Dmansect44 f='[Cc]'; fh=$f; p='{'; ph=$p;
101 -p .p .ph pascal {
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudcb-ph.el1 ;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend
38 (eudc-protocol-set 'eudc-bbdb-conversion-alist 'eudc-ph-bbdb-conversion-alist 'ph)
39 (eudc-protocol-set 'eudc-query-function 'eudc-ph-query-internal 'ph)
40 (eudc-protocol-set 'eudc-list-attributes-function 'eudc-ph-get-field-list 'ph)
41 (eudc-protocol-set 'eudc-protocol-has-default-query-attributes t 'ph)
43 (defvar eudc-ph-process-buffer nil)
44 (defvar eudc-ph
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dralloc.c1152 heap_ptr h, ph = 0;
1166 assert (h->prev == ph);
1176 if (ph)
1178 assert (ph->end < h->start);
1185 ph = h;
1189 assert (last_heap == ph);
1197 ph = 0;
1202 ph = h;
1209 assert (ph && b->data == h->bloc_start);
1210 while (ph)
1143 heap_ptr h, ph = 0; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportPem.cpp206 const PemHeader *ph = &PemHeaders[dex]; local
207 if(!strstr(currLine, ph->pemStr)) {
211 format = ph->format;
212 itemType = ph->itemType;
213 keyAlg = ph->keyAlg;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportPem.cpp206 const PemHeader *ph = &PemHeaders[dex]; local
207 if(!strstr(currLine, ph->pemStr)) {
211 format = ph->format;
212 itemType = ph->itemType;
213 keyAlg = ph->keyAlg;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportPem.cpp206 const PemHeader *ph = &PemHeaders[dex]; local
207 if(!strstr(currLine, ph->pemStr)) {
211 format = ph->format;
212 itemType = ph->itemType;
213 keyAlg = ph->keyAlg;
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_dump.c513 HANDLE ph; local
528 ph = GetCurrentProcess();
529 pSymInitialize(ph, NULL, TRUE);
569 while (pStackWalk64(mac, ph, th, &frame, &context, NULL,
583 if (pSymFromAddr(ph, addr, &displacement, info)) {
584 if (GetModuleFileName((HANDLE)(uintptr_t)pSymGetModuleBase64(ph, addr), libpath, sizeof(libpath)))
592 if (pSymGetLineFromAddr64(ph, addr, &tmp, &line))
602 pSymCleanup(ph);
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_vi_vn.vim24 menutrans &Syntax &C��\ ph��p
85 menutrans &Keymap S��\ �����\ &b��n\ ph��m
86 menutrans Select\ Fo&nt\.\.\. Ch���n\ &ph��ng\ ch���\.\.\.
90 menutrans Toggle\ &Showmatch<Tab>:set\ sm! Cho\ &bi���t\ ph���n\ t���\ c��\ c���p<Tab>:set\ sm!
101 menutrans Toggle\ &Right\ Scrollbar ���n/hi���n\ thanh\ k��o\ b��n\ &ph���i
172 menutrans Fold\ Met&hod &Ph����ng\ ph��p\ g���p
181 menutrans S&yntax &C��\ ph��p
314 let g:menutrans_path_dialog = "H��y ch��� ra �������ng d���n ����� t��m ki���m t���p tin.\nT��n c���a th�� m���c ph��n c��ch nhau b���i d���u ph���y."
318 let g:menutrans_tags_dialog = "Nh���p t��n t���p tin th��� ghi (ph��
[all...]
/macosx-10.10.1/BootCache-109/
H A Dlibrary.c71 struct BC_playlist_header ph; local
89 if (read(fd, &ph, sizeof(ph)) != sizeof(ph)) {
94 if (ph.ph_magic != PH_MAGIC) {
106 pc->p_nmounts = ph.ph_nmounts;
107 pc->p_nentries = ph.ph_nentries;
151 struct BC_playlist_header ph; local
184 ph.ph_magic = 0;
185 ph
[all...]

Completed in 139 milliseconds

12