Searched refs:tf (Results 1 - 25 of 151) sorted by last modified time

1234567

/freebsd-11-stable/sys/powerpc/aim/
H A Daim_machdep.c406 struct trapframe *tf; local
408 tf = td->td_frame;
409 tf->srr1 |= PSL_SE;
417 struct trapframe *tf; local
419 tf = td->td_frame;
420 tf->srr1 &= ~PSL_SE;
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c363 char tf[MAXPATHLEN]; local
377 tfd = open(tf, TF_OPEN_FLAGS, QueueFileMode); \
384 (void) sm_strlcpy(tf, queuename(e, NEWQFL_LETTER), sizeof(tf));
394 (void) sm_strlcpy(tf, queuename(e, ANYQFL_LETTER), sizeof(tf));
398 !lockfile(tfd, tf, NULL, LOCK_EX|LOCK_NB) ||
409 tf, (long) geteuid(), tfd, (void *)tfp);
419 /* get a locked tf file */
432 tf, (lon
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c1986 makectx(struct trapframe *tf, struct pcb *pcb) argument
1989 pcb->pcb_r12 = tf->tf_r12;
1990 pcb->pcb_r13 = tf->tf_r13;
1991 pcb->pcb_r14 = tf->tf_r14;
1992 pcb->pcb_r15 = tf->tf_r15;
1993 pcb->pcb_rbp = tf->tf_rbp;
1994 pcb->pcb_rbx = tf->tf_rbx;
1995 pcb->pcb_rip = tf->tf_rip;
1996 pcb->pcb_rsp = tf->tf_rsp;
H A Ddb_trace.c178 struct trapframe *tf; local
248 tf = (struct trapframe *)((long)*fp + 16);
250 if (INKERNEL((long) tf)) {
251 rsp = tf->tf_rsp;
252 rip = tf->tf_rip;
253 rbp = tf->tf_rbp;
256 db_printf("--- trap %#r", tf->tf_trapno);
260 decode_syscall(tf->tf_rax, td);
278 db_backtrace(struct thread *td, struct trapframe *tf, struct amd64_frame *frame, argument
321 } else if (tf !
396 struct trapframe *tf; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp856 TransferFunctions tf(vals, cfg, block, ac, classification, handler);
859 tf.Visit(const_cast<Stmt *>(cs->getStmt()));
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile65 .for mode in sf df xf tf
/freebsd-11-stable/contrib/file/src/
H A Dis_csv.c94 size_t nf = 0, tf = 0, nl = 0; local
107 DPRINTF("%zu %zu %zu\n", nl, nf, tf);
111 return tf != 0 && tf == nf;
113 if (tf == 0) {
118 tf = nf;
119 } else if (tf != nf) {
129 return tf && nl > 2;
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh907 (tf) theirs-full - accept new version of entire file (lose local changes)
940 tf)
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c384 struct trapframe *tf = td->td_frame; local
386 memset(tf, 0, sizeof(*tf));
387 tf->tf_usr_sp = stack;
388 tf->tf_usr_lr = imgp->entry_addr;
389 tf->tf_svc_lr = 0x77777777;
390 tf->tf_pc = imgp->entry_addr;
391 tf->tf_spsr = PSR_USR32_MODE;
467 struct trapframe *tf = td->td_frame; local
472 gr[_REG_CPSR] = tf
510 struct trapframe *tf = td->td_frame; local
574 struct trapframe *tf; local
707 makectx(struct trapframe *tf, struct pcb *pcb) argument
[all...]
H A Dtrap-v6.c215 abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode) argument
225 abort_fatal(tf, FAULT_EA_IMPREC, fsr, 0, prefetch, curthread, NULL);
236 userret(curthread, tf);
247 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, argument
256 userret(td, tf);
259 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf);
277 abort_handler(struct trapframe *tf, int prefetch) argument
302 far = (prefetch) ? TRAPF_PC(tf) : cp15_dfar_get();
306 usermode = TRAPF_USERMODE(tf); /* Abort came from user mode? */
322 td->td_frame = tf;
551 abort_fatal(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
622 abort_align(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
659 abort_icache(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
[all...]
H A Dtrap-v4.c156 #define TRAP_USERMODE(tf) ((tf->tf_spsr & PSR_MODE) == PSR_USR32_MODE)
175 abort_handler(struct trapframe *tf, int type) argument
189 return (prefetch_abort_handler(tf));
196 (void*)far, (void*)tf->tf_pc, (void*)tf->tf_svc_lr);
209 user = TRAP_USERMODE(tf);
213 td->td_frame = tf;
222 if (__predict_true(tf->tf_spsr & PSR_I) == 0)
224 if (__predict_true(tf
403 dab_fatal(struct trapframe *tf, u_int fsr, u_int far, struct thread *td, struct ksig *ksig) argument
481 dab_align(struct trapframe *tf, u_int fsr, u_int far, struct thread *td, struct ksig *ksig) argument
527 dab_buserr(struct trapframe *tf, u_int fsr, u_int far, struct thread *td, struct ksig *ksig) argument
610 prefetch_abort_handler(struct trapframe *tf) argument
[all...]
H A Dmachdep_kdb.c99 struct trapframe *tf = td->td_frame; local
100 bcopy(&tf->tf_r0, regs->r, sizeof(regs->r));
101 regs->r_sp = tf->tf_usr_sp;
102 regs->r_lr = tf->tf_usr_lr;
103 regs->r_pc = tf->tf_pc;
104 regs->r_cpsr = tf->tf_spsr;
118 struct trapframe *tf = td->td_frame; local
120 bcopy(regs->r, &tf->tf_r0, sizeof(regs->r));
121 tf->tf_usr_sp = regs->r_sp;
122 tf
[all...]
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_core.c2794 core_intr(int cpu, struct trapframe *tf) argument
2802 PMCDBG3(MDP,INT, 1, "cpu=%d tf=0x%p um=%d", cpu, (void *) tf,
2803 TRAPF_USERMODE(tf));
2822 error = pmc_process_interrupt(cpu, PMC_HR, pm, tf,
2823 TRAPF_USERMODE(tf));
2853 core2_intr(int cpu, struct trapframe *tf) argument
2861 PMCDBG3(MDP,INT, 1, "cpu=%d tf=0x%p um=%d", cpu, (void *) tf,
2862 TRAPF_USERMODE(tf));
[all...]
H A Dhwpmc_mod.c189 static void pmc_capture_user_callchain(int cpu, int soft, struct trapframe *tf);
4100 pmc_process_interrupt(int cpu, int ring, struct pmc *pm, struct trapframe *tf, argument
4119 PMCDBG6(SAM,INT,1,"(spc) cpu=%d pm=%p tf=%p um=%d wr=%d rd=%d",
4120 cpu, pm, (void *) tf, inuserspace,
4130 PMCDBG6(SAM,INT,1,"cpu=%d pm=%p tf=%p um=%d wr=%d rd=%d", cpu, pm,
4131 (void *) tf, inuserspace,
4154 ps->ps_pc[0] = PMC_TRAPFRAME_TO_PC(tf);
4163 callchaindepth, tf);
4194 pmc_capture_user_callchain(int cpu, int ring, struct trapframe *tf) argument
4253 pmc_callchaindepth, tf);
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c428 /* XXX confusing names: `tf' isn't a trapframe; `regs' is. */
429 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; local
432 sf.sf_siginfo.si_sc.sc_gs = tf->tf_vm86_gs;
433 sf.sf_siginfo.si_sc.sc_fs = tf->tf_vm86_fs;
434 sf.sf_siginfo.si_sc.sc_es = tf->tf_vm86_es;
435 sf.sf_siginfo.si_sc.sc_ds = tf->tf_vm86_ds;
439 (tf->tf_eflags & ~(PSL_VIF | PSL_VIP)) |
443 tf->tf_eflags &= ~(PSL_VM | PSL_NT | PSL_VIF | PSL_VIP);
549 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; local
552 sf.sf_uc.uc_mcontext.mc_gs = tf
709 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; local
789 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; local
904 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; local
1017 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; local
2913 makectx(struct trapframe *tf, struct pcb *pcb) argument
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c603 struct trapframe *tf; local
621 tf = td->td_frame;
622 sp = tf->tf_sp + SPOFF;
660 tf->tf_out[0] = sig;
661 tf->tf_out[2] = (register_t)&sfp->sf_uc;
662 tf->tf_out[4] = (register_t)catcher;
665 tf->tf_out[1] = (register_t)&sfp->sf_si;
672 tf->tf_out[1] = ksi->ksi_code;
673 tf->tf_out[3] = (register_t)ksi->ksi_addr;
678 suword(&fp->fr_in[6], tf
749 makectx(struct trapframe *tf, struct pcb *pcb) argument
759 struct trapframe *tf; local
814 struct trapframe *tf; local
981 struct trapframe *tf; local
1025 struct trapframe *tf; local
1052 struct trapframe *tf; local
1067 struct trapframe *tf; local
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c127 struct trapframe *tf; local
148 tf = td->td_frame;
149 oonstack = sigonstack(tf->fixreg[1]);
155 ksi->ksi_info.si_addr = (void *)((tf->exc == EXC_DSI) ?
156 tf->dar : tf->srr0);
225 usfp = (void *)((tf->fixreg[1] - rndfsize) & ~0xFul);
243 tf->lr = (register_t)catcher;
244 tf->fixreg[1] = (register_t)usfp;
245 tf
345 makectx(struct trapframe *tf, struct pcb *pcb) argument
441 struct trapframe *tf; local
502 struct trapframe *tf; local
562 struct trapframe *tf; local
592 struct trapframe *tf; local
630 struct trapframe *tf; local
666 struct trapframe *tf; local
684 struct trapframe *tf; local
870 struct trapframe *tf; local
963 struct trapframe *tf; local
1004 struct trapframe *tf; local
[all...]
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_util.h38 void dump_trapframe(struct trapframe *tf);
H A Dvmm_util.c72 #define DUMP_REG(x) printf(#x "\t\t0x%016lx\n", (long)(tf->tf_ ## x))
73 #define DUMP_SEG(x) printf(#x "\t\t0x%04x\n", (unsigned)(tf->tf_ ## x))
75 dump_trapframe(struct trapframe *tf) argument
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c288 struct trapframe *tf = td->td_frame; local
290 memset(tf, 0, sizeof(struct trapframe));
297 tf->tf_x[0] = td->td_retval[0] = stack;
298 tf->tf_sp = STACKALIGN(stack);
299 tf->tf_lr = imgp->entry_addr;
300 tf->tf_elr = imgp->entry_addr;
312 struct trapframe *tf = td->td_frame; local
316 mcp->mc_gpregs.gp_spsr = tf->tf_spsr & ~PSR_C;
318 mcp->mc_gpregs.gp_x[0] = tf->tf_x[0];
319 mcp->mc_gpregs.gp_spsr = tf
335 struct trapframe *tf = td->td_frame; local
538 makectx(struct trapframe *tf, struct pcb *pcb) argument
555 struct trapframe *tf; local
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c259 struct trapframe *tf; local
261 tf = td->td_frame;
263 memset(tf, 0, sizeof(struct trapframe));
270 tf->tf_a[0] = td->td_retval[0] = stack;
271 tf->tf_sp = STACKALIGN(stack);
272 tf->tf_ra = imgp->entry_addr;
273 tf->tf_sepc = imgp->entry_addr;
293 struct trapframe *tf = td->td_frame; local
295 memcpy(mcp->mc_gpregs.gp_t, tf->tf_t, sizeof(mcp->mc_gpregs.gp_t));
296 memcpy(mcp->mc_gpregs.gp_s, tf
317 struct trapframe *tf; local
469 makectx(struct trapframe *tf, struct pcb *pcb) argument
488 struct trapframe *tf; local
[all...]
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dtdls.c2739 struct wpa_tdls_frame *tf; local
2755 if (len < sizeof(*tf)) {
2761 tf = (struct wpa_tdls_frame *) buf;
2762 if (tf->payloadtype != 2 /* TDLS_RFTYPE */ ||
2763 tf->category != WLAN_ACTION_TDLS) {
2766 tf->payloadtype, tf->category, tf->action);
2770 switch (tf->action) {
2789 tf
[all...]
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_readword.c63 orw_expect(struct t_file *tf, const char *expected, int lines, int eof, int eol) argument
70 got = openpam_readword(tf->file, &lineno, &len);
72 if (t_ferror(tf))
73 err(1, "%s(): %s", __func__, tf->name);
90 if (eof && !t_feof(tf)) {
94 if (!eof && t_feof(tf)) {
98 ch = fgetc(tf->file);
99 if (t_ferror(tf))
100 err(1, "%s(): %s", __func__, tf->name);
109 ungetc(ch, tf
120 struct t_file *tf; variable in typeref:struct:t_file
125 t_fclose(tf); variable
131 struct t_file *tf; variable in typeref:struct:t_file
136 t_frewind(tf); variable
138 t_fclose(tf); variable
144 struct t_file *tf; variable in typeref:struct:t_file
149 t_frewind(tf); variable
151 t_fclose(tf); variable
157 struct t_file *tf; variable in typeref:struct:t_file
162 t_frewind(tf); variable
164 t_fclose(tf); variable
170 struct t_file *tf; variable in typeref:struct:t_file
175 t_frewind(tf); variable
177 t_fclose(tf); variable
183 struct t_file *tf; variable in typeref:struct:t_file
188 t_frewind(tf); variable
190 t_fclose(tf); variable
196 struct t_file *tf; variable in typeref:struct:t_file
201 t_frewind(tf); variable
203 t_fclose(tf); variable
209 struct t_file *tf; variable in typeref:struct:t_file
214 t_frewind(tf); variable
216 t_fclose(tf); variable
222 struct t_file *tf; variable in typeref:struct:t_file
227 t_frewind(tf); variable
229 t_fclose(tf); variable
235 struct t_file *tf; variable in typeref:struct:t_file
240 t_frewind(tf); variable
242 t_fclose(tf); variable
254 struct t_file *tf; variable in typeref:struct:t_file
259 t_frewind(tf); variable
261 t_fclose(tf); variable
268 struct t_file *tf; variable in typeref:struct:t_file
273 t_frewind(tf); variable
275 t_fclose(tf); variable
282 struct t_file *tf; variable in typeref:struct:t_file
287 t_frewind(tf); variable
289 t_fclose(tf); variable
296 struct t_file *tf; variable in typeref:struct:t_file
301 t_frewind(tf); variable
303 t_fclose(tf); variable
310 struct t_file *tf; variable in typeref:struct:t_file
315 t_frewind(tf); variable
317 t_fclose(tf); variable
324 struct t_file *tf; variable in typeref:struct:t_file
329 t_frewind(tf); variable
332 t_fclose(tf); variable
339 struct t_file *tf; variable in typeref:struct:t_file
344 t_frewind(tf); variable
346 t_fclose(tf); variable
353 struct t_file *tf; variable in typeref:struct:t_file
358 t_frewind(tf); variable
361 t_fclose(tf); variable
372 struct t_file *tf; variable in typeref:struct:t_file
377 t_frewind(tf); variable
379 t_fclose(tf); variable
385 struct t_file *tf; variable in typeref:struct:t_file
390 t_frewind(tf); variable
392 t_fclose(tf); variable
398 struct t_file *tf; variable in typeref:struct:t_file
403 t_frewind(tf); variable
409 t_fclose(tf); variable
415 struct t_file *tf; variable in typeref:struct:t_file
420 t_frewind(tf); variable
422 t_fclose(tf); variable
428 struct t_file *tf; variable in typeref:struct:t_file
433 t_frewind(tf); variable
435 t_fclose(tf); variable
441 struct t_file *tf; variable in typeref:struct:t_file
446 t_frewind(tf); variable
448 t_fclose(tf); variable
454 struct t_file *tf; variable in typeref:struct:t_file
459 t_frewind(tf); variable
461 t_fclose(tf); variable
467 struct t_file *tf; variable in typeref:struct:t_file
472 t_frewind(tf); variable
475 t_fclose(tf); variable
481 struct t_file *tf; variable in typeref:struct:t_file
486 t_frewind(tf); variable
488 t_fclose(tf); variable
499 struct t_file *tf; variable in typeref:struct:t_file
504 t_frewind(tf); variable
506 t_fclose(tf); variable
512 struct t_file *tf; variable in typeref:struct:t_file
517 t_frewind(tf); variable
519 t_fclose(tf); variable
525 struct t_file *tf; variable in typeref:struct:t_file
530 t_frewind(tf); variable
532 t_fclose(tf); variable
538 struct t_file *tf; variable in typeref:struct:t_file
543 t_frewind(tf); variable
545 t_fclose(tf); variable
551 struct t_file *tf; variable in typeref:struct:t_file
556 t_frewind(tf); variable
558 t_fclose(tf); variable
564 struct t_file *tf; variable in typeref:struct:t_file
569 t_frewind(tf); variable
571 t_fclose(tf); variable
577 struct t_file *tf; variable in typeref:struct:t_file
582 t_frewind(tf); variable
587 t_fclose(tf); variable
593 struct t_file *tf; variable in typeref:struct:t_file
598 t_frewind(tf); variable
603 t_fclose(tf); variable
609 struct t_file *tf; variable in typeref:struct:t_file
614 t_frewind(tf); variable
616 t_fclose(tf); variable
622 struct t_file *tf; variable in typeref:struct:t_file
627 t_frewind(tf); variable
629 t_fclose(tf); variable
640 struct t_file *tf; variable in typeref:struct:t_file
645 t_frewind(tf); variable
647 t_fclose(tf); variable
653 struct t_file *tf; variable in typeref:struct:t_file
658 t_frewind(tf); variable
660 t_fclose(tf); variable
666 struct t_file *tf; variable in typeref:struct:t_file
671 t_frewind(tf); variable
673 t_fclose(tf); variable
679 struct t_file *tf; variable in typeref:struct:t_file
684 t_frewind(tf); variable
686 t_fclose(tf); variable
692 struct t_file *tf; variable in typeref:struct:t_file
697 t_frewind(tf); variable
699 t_fclose(tf); variable
705 struct t_file *tf; variable in typeref:struct:t_file
710 t_frewind(tf); variable
712 t_fclose(tf); variable
724 struct t_file *tf; variable in typeref:struct:t_file
729 t_frewind(tf); variable
731 t_fclose(tf); variable
738 struct t_file *tf; variable in typeref:struct:t_file
743 t_frewind(tf); variable
745 t_fclose(tf); variable
752 struct t_file *tf; variable in typeref:struct:t_file
757 t_frewind(tf); variable
762 t_fclose(tf); variable
769 struct t_file *tf; variable in typeref:struct:t_file
774 t_frewind(tf); variable
780 t_fclose(tf); variable
787 struct t_file *tf; variable in typeref:struct:t_file
792 t_frewind(tf); variable
794 t_fclose(tf); variable
801 struct t_file *tf; variable in typeref:struct:t_file
806 t_frewind(tf); variable
808 t_fclose(tf); variable
815 struct t_file *tf; variable in typeref:struct:t_file
820 t_frewind(tf); variable
822 t_fclose(tf); variable
829 struct t_file *tf; variable in typeref:struct:t_file
834 t_frewind(tf); variable
836 t_fclose(tf); variable
843 struct t_file *tf; variable in typeref:struct:t_file
848 t_frewind(tf); variable
850 t_fclose(tf); variable
857 struct t_file *tf; variable in typeref:struct:t_file
862 t_frewind(tf); variable
864 t_fclose(tf); variable
871 struct t_file *tf; variable in typeref:struct:t_file
876 t_frewind(tf); variable
878 t_fclose(tf); variable
885 struct t_file *tf; variable in typeref:struct:t_file
890 t_frewind(tf); variable
892 t_fclose(tf); variable
903 struct t_file *tf; variable in typeref:struct:t_file
908 t_frewind(tf); variable
911 t_fclose(tf); variable
917 struct t_file *tf; variable in typeref:struct:t_file
922 t_frewind(tf); variable
925 t_fclose(tf); variable
931 struct t_file *tf; variable in typeref:struct:t_file
936 t_frewind(tf); variable
939 t_fclose(tf); variable
945 struct t_file *tf; variable in typeref:struct:t_file
950 t_frewind(tf); variable
952 t_fclose(tf); variable
[all...]
H A Dt_openpam_readlinev.c64 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) argument
75 gotv = openpam_readlinev(tf->file, &lineno, &gotc);
76 if (t_ferror(tf))
77 err(1, "%s(): %s", __func__, tf->name);
104 if (eof && !t_feof(tf)) {
107 } else if (!eof && t_feof(tf)) {
160 struct t_file *tf;
163 tf = t_fopen(NULL); variable
164 ret = orlv_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/);
165 t_fclose(tf);
158 struct t_file *tf; variable in typeref:struct:t_file
169 struct t_file *tf; variable in typeref:struct:t_file
174 t_frewind(tf); variable
176 t_fclose(tf); variable
182 struct t_file *tf; variable in typeref:struct:t_file
187 t_frewind(tf); variable
189 t_fclose(tf); variable
195 struct t_file *tf; variable in typeref:struct:t_file
200 t_frewind(tf); variable
202 t_fclose(tf); variable
208 struct t_file *tf; variable in typeref:struct:t_file
213 t_frewind(tf); variable
215 t_fclose(tf); variable
221 struct t_file *tf; variable in typeref:struct:t_file
226 t_frewind(tf); variable
228 t_fclose(tf); variable
234 struct t_file *tf; variable in typeref:struct:t_file
239 t_frewind(tf); variable
242 t_fclose(tf); variable
253 struct t_file *tf; variable in typeref:struct:t_file
258 t_frewind(tf); variable
260 t_fclose(tf); variable
266 struct t_file *tf; variable in typeref:struct:t_file
271 t_frewind(tf); variable
273 t_fclose(tf); variable
279 struct t_file *tf; variable in typeref:struct:t_file
287 t_frewind(tf); variable
289 t_fclose(tf); variable
295 struct t_file *tf; variable in typeref:struct:t_file
300 t_frewind(tf); variable
302 t_fclose(tf); variable
[all...]
H A Dt_openpam_dispatch.c65 struct t_file *tf; variable in typeref:struct:t_file
72 tf = t_fopen(NULL);
73 t_fprintf(tf, "# empty policy\n");
74 pam_err = pam_start(tf->name, "test", &pamc, &pamh);
103 t_fclose(tf); variable
132 struct t_file *tf; variable in typeref:struct:t_file
143 tf = t_fopen(NULL);
145 t_fprintf(tf, "%s %s %s error=%s\n",
151 pam_err = pam_start(tf->name, "test", &pamc, &pamh);
154 t_fclose(tf); variable
181 t_fclose(tf); variable
[all...]

Completed in 467 milliseconds

1234567