Searched refs:tp (Results 176 - 200 of 696) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.h73 void (*revoke)(int minor, struct tty *tp);
78 extern int ttnread(struct tty *tp);
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dhdgen.h108 AST_type_n_t *tp,
/macosx-10.10/ncurses-44/ncurses/progs/
H A Ddump_entry.h76 extern void repair_acsc(TERMTYPE * tp);
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_serial.c202 static int pppserial_open(dev_t dev, struct tty *tp);
203 static int pppserial_close(struct tty *tp, int flag);
204 static int pppserial_read(struct tty *tp, uio_t uio, int flag);
205 static int pppserial_write(struct tty *tp, uio_t uio, int flag);
206 static int pppserial_ioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, struct proc *);
207 static int pppserial_input(int c, struct tty *tp);
208 static void pppserial_start(struct tty *tp);
528 int pppserial_open(dev_t dev, struct tty *tp) argument
537 if (tp->t_line == PPPDISC) {
538 ld = (struct pppserial *) tp
557 pppserial_close(struct tty *tp, int flag) argument
577 pppserial_read(struct tty *tp, uio_t uio, int flag) argument
586 pppserial_write(struct tty *tp, uio_t uio, int flag) argument
596 pppserial_ioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, struct proc *p) argument
657 pppserial_input(int c, struct tty *tp) argument
951 struct tty *tp = (struct tty *) ld->devp; local
1160 pppserial_start(struct tty *tp) argument
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_locking.py24 def __exit__(self, type, value, tp):
H A D_pythonify.py75 tp = obj.objCType()
80 if tp in 'qQLfd':
81 if tp == 'q':
83 elif tp in 'QL':
85 elif tp == 'd':
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvpixelformatdescription.py42 tp = 42
43 while tp in v:
44 tp += 1
46 CVPixelFormatDescriptionRegisterDescriptionWithPixelFormatType({}, tp)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_locking.py24 def __exit__(self, type, value, tp):
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvpixelformatdescription.py42 tp = 42
43 while tp in v:
44 tp += 1
46 CVPixelFormatDescriptionRegisterDescriptionWithPixelFormatType({}, tp)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_locking.py24 def __exit__(self, type, value, tp):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cvpixelformatdescription.py52 tp = 42
53 while tp in v:
54 tp += 1
56 CVPixelFormatDescriptionRegisterDescriptionWithPixelFormatType({}, tp)
/macosx-10.10/Libc-1044.1.2/net/FreeBSD/
H A Dinet_neta.c61 char *tp; local
70 tp = dst;
76 size -= (size_t)(dst - tp);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c490 fasttrap_tracepoint_t *tp; local
494 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
495 if (tp->ftt_pid == ppid &&
496 tp->ftt_proc->ftpc_acount != 0) {
497 fasttrap_tracepoint_remove(cp, tp);
506 ASSERT(tp->ftt_proc->ftpc_acount != 0);
585 fasttrap_tracepoint_t *tp, *new_t local
760 fasttrap_tracepoint_t **pp, *tp; local
1663 fasttrap_tracepoint_t *tp; local
1966 fasttrap_tracepoint_t *tp; local
2255 fasttrap_tracepoint_t *tp; local
[all...]
/macosx-10.10/sudo-73/src/
H A Dgetdate.c741 const TABLE *tp;
769 for (tp = MonthDayTable; tp->name; tp++) {
771 if (strncmp(buff, tp->name, 3) == 0) {
772 yylval.Number = tp->value;
773 return tp->type;
776 else if (strcmp(buff, tp->name) == 0) {
777 yylval.Number = tp->value;
778 return tp
740 const TABLE *tp; local
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclGetDate.y777 register TABLE *tp;
808 for (tp = MonthDayTable; tp->name; tp++) {
810 if (strncmp(buff, tp->name, 3) == 0) {
811 yylvalPtr->Number = tp->value;
812 return tp->type;
814 } else if (strcmp(buff, tp->name) == 0) {
815 yylvalPtr->Number = tp->value;
816 return tp
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclGetDate.y879 register TABLE *tp;
910 for (tp = MonthDayTable; tp->name; tp++) {
912 if (strncmp(buff, tp->name, 3) == 0) {
913 yylval.Number = tp->value;
914 return tp->type;
916 } else if (strcmp(buff, tp->name) == 0) {
917 yylval.Number = tp->value;
918 return tp
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dstring.c53 register const Shtable_t *tp; local
58 tp=table;
59 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first))
61 if(first == c && strcmp(sp,tp->sh_name)==0)
62 return(tp);
63 tp = (Shtable_t*)((char*)tp+size);
77 register const Shtable_t *tp; local
95 tp=shtab_options;
99 t=tp
[all...]
/macosx-10.10/mail_cmds-30/mail/
H A Dhead.c206 * Match the given string (cp) against the given template (tp).
210 cmatch(cp, tp)
211 char *cp, *tp;
214 while (*cp != '\0' && *tp != '\0')
215 switch (*tp++) {
255 if (*cp != '\0' || *tp != '\0')
/macosx-10.10/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c168 struct tftphdr *tp; local
417 tp = (struct tftphdr *)buf;
418 tp->th_opcode = ntohs(tp->th_opcode);
419 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
420 tftp(tp, n);
425 blk_handler(struct tftphdr *tp, char *opt, char *val, char *ack, argument
442 tp->th_opcode == WRQ ? "write" : "read",
443 tp
465 timeout_handler(struct tftphdr *tp, char *opt, char *val, char *ack, int *ackl, int *ec) argument
513 tsize_handler(struct tftphdr *tp, char *opt, char *val, char *ack, int *ackl, int *ec) argument
575 get_options(struct tftphdr *tp, char *cp, int size, char *ackb, int *alen, int *err) argument
627 tftp(struct tftphdr *tp, int size) argument
1147 struct tftphdr *tp; local
1191 struct tftphdr *tp, *ap; local
[all...]
/macosx-10.10/mail_cmds-30/comsat/
H A Dcomsat.c216 FILE *tp; local
242 if ((tp = fopen(tty, "w")) == NULL) {
246 (void)tcgetattr(fileno(tp), &ttybuf);
262 (void)fprintf(tp, "%s\007New mail for %s@%.*s\007 has arrived:%s----%s",
264 jkfprintf(tp, name, offset);
265 (void)fclose(tp);
270 jkfprintf(tp, name, offset)
271 FILE *tp;
303 (void)fprintf(tp, "...more...%s", cr);
309 fputs(visline, tp);
[all...]
/macosx-10.10/remote_cmds-47/talkd.tproj/
H A Dtable.c71 struct timeval tp; variable in typeref:struct:timeval
97 gettimeofday(&tp, &txp);
98 current_time = tp.tv_sec;
130 gettimeofday(&tp, &txp);
131 current_time = tp.tv_sec;
167 gettimeofday(&tp, &txp);
168 current_time = tp.tv_sec;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetdate.y830 table const *tp;
832 for (tp = universal_time_zone_table; tp->name; tp++)
833 if (strcmp (name, tp->name) == 0)
834 return tp;
838 for (tp = pc->local_time_zone_table; tp->name; tp++)
839 if (strcmp (name, tp
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtminit.c132 register struct tm* tp; local
142 if (!(tp = gmtime(clock)))
150 tp = gmtime(clock);
152 n = tp->tm_yday;
153 h = tp->tm_hour;
154 m = tp->tm_min;
160 tp = tmlocaltime(clock);
161 if (n = tp->tm_yday - n)
168 *isdst = tp->tm_isdst;
169 return (h - tp
216 struct tm* tp; local
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmprivate.c50 reg Block_t *bp, *tp, *np; local
107 else REMOVE(vd,bp,INDEX(SIZE(bp)),tp,(*searchf));
163 tp = NEXT(bp);
164 SEG(tp) = seg;
165 SIZE(tp) = BUSY;
168 if((tp = vd->wild) && (seg = SEG(tp)) != vd->seg)
169 { np = NEXT(tp);
172 { SIZE(tp) |= BUSY|JUNK;
173 LINK(tp)
[all...]
/macosx-10.10/ntp-92/sntp/
H A Dmain.c404 struct timeval tp; local
408 GETTIMEOFDAY(&tp, (struct timezone *)NULL);
410 tp.tv_sec += (int) offset;
411 tp.tv_usec += frac * USEC_PER_SEC;
412 if (tp.tv_usec < 0) {
413 tp.tv_usec += USEC_PER_SEC;
414 tp.tv_sec--;
415 } else if (tp.tv_usec > USEC_PER_SEC) {
416 tp.tv_usec -= USEC_PER_SEC;
417 tp
[all...]

Completed in 271 milliseconds

1234567891011>>