Searched refs:ip (Results 1 - 25 of 716) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt36.C4 typedef int * ip; typedef
5 return new ip;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dno-exargs-2.c11 foo (int i, int *ip, va_list va) argument
20 scanf ("%3$d%1$d", ip, ip, ip);
22 scanf ("%3$d%1$d", ip, ip, ip, i);
23 scanf ("%3$d%1$d", ip, i, ip); /* { dg-warning "before used" "unused $ scanf non-pointer operand" } */
H A Dc99-scanf-2.c11 foo (int *ip, long long int *llp, wchar_t *ls) argument
22 scanf ("%1$d", ip); /* { dg-warning "C" "scanf $ format" } */
24 scanf ("%'d", ip); /* { dg-warning "C" "scanf ' flag" } */
25 scanf ("%Id", ip); /* { dg-warning "C" "scanf I flag" } */
H A Dc90-scanf-4.c12 foo (int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, argument
15 fscanf (stdin, "%d", ip);
16 fscanf (stdin, "%ld", ip); /* { dg-warning "format" "fscanf" } */
17 scanf ("%d", ip);
18 scanf ("%ld", ip); /* { dg-warning "format" "scanf" } */
19 sscanf (s, "%d", ip);
20 sscanf (s, "%ld", ip); /* { dg-warning "format" "sscanf" } */
27 scanf (gettext ("%d"), ip);
28 scanf (gettext ("%ld"), ip);
29 scanf (dgettext ("", "%d"), ip);
[all...]
H A Dc99-scanf-3.c11 foo (int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, argument
14 fscanf (stdin, "%d", ip);
15 fscanf (stdin, "%ld", ip); /* { dg-warning "format" "fscanf" } */
16 scanf ("%d", ip);
17 scanf ("%ld", ip); /* { dg-warning "format" "scanf" } */
18 sscanf (s, "%d", ip);
19 sscanf (s, "%ld", ip); /* { dg-warning "format" "sscanf" } */
26 scanf (gettext ("%d"), ip);
27 scanf (gettext ("%ld"), ip);
28 scanf (dgettext ("", "%d"), ip);
[all...]
H A Dmultattr-2.c25 foo (va_list ap, int *ip, long *lp) argument
27 my_vprintf_scanf ("%d", ap, "%d", ip);
29 my_vprintf_scanf ("%", ap, "%d", ip); /* { dg-warning "format" "printf" } */
30 my_vprintf_scanf ("%d", ap, "%ld", ip); /* { dg-warning "format" "scanf" } */
31 my_vprintf_scanf2 ("%d", ap, "%d", ip);
33 my_vprintf_scanf2 ("%", ap, "%d", ip); /* { dg-warning "format" "printf" } */
34 my_vprintf_scanf2 ("%d", ap, "%ld", ip); /* { dg-warning "format" "scanf" } */
35 my_vprintf_scanf3 ("%d", ap, "%d", ip);
37 my_vprintf_scanf3 ("%", ap, "%d", ip); /* { dg-warning "format" "printf" } */
38 my_vprintf_scanf3 ("%d", ap, "%ld", ip); /* { d
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg9.C3 int *ip; variable
8 cond ? i : ip; /* ERROR - pointer/integer mismatch */
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload4.C8 int*** ip; local
9 f(&ip);
H A Dconv3.C12 int * ip = var; // ERROR - requires const_cast local
H A Ddefarg3.C7 void f (int *ip, int kp = hp - jp) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990107-1.c5 long long *ip = (long long *) &d; local
6 return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
H A D990203-1.c5 long long *ip = (long long *) &f; local
6 return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dic.c1 foo (int *ip, int a) argument
4 if (a < ip[a])
H A Dmcmp.c1 foo (ip, a, x)
3 int *ip;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920501-3.c2 execute(oip, ip)
3 unsigned short *oip, *ip;
15 *xp++ = ip - oip;
16 goto *(&&base + *ip++);
27 unsigned short ip[10]; local
30 ip[i] = 0;
31 execute(ip, ip);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dswitch16.S33 ldrh ip, [lr, #-1] // get first 16-bit word in table
34 cmp r0, ip // compare with index
36 add ip, lr, ip, lsl #1 // compute address of last element in table
39 ldrshhs r0, [ip, #1] // load 16-bit element if r0 out of range
40 add ip, lr, r0, lsl #1 // compute label = lr + element*2
41 bx ip // jump to computed label
H A Dswitch32.S33 ldr ip, [lr, #-1] // get first 32-bit word in table
34 cmp r0, ip // compare with index
36 add ip, lr, ip, lsl #2 // compute address of last element in table
39 ldrhs r0, [ip, #3] // load 32-bit element if r0 out of range
40 add ip, lr, r0 // compute label = lr + element
41 bx ip // jump to computed label
H A Dswitch8.S33 ldrb ip, [lr, #-1] // get first byte in table
34 cmp r0, ip // signed compare with index
37 ldrsbhs r0, [lr, ip] // if out of range, use last entry in table
38 add ip, lr, r0, lsl #1 // compute label = lr + element*2
39 bx ip // jump to computed label
H A Dswitchu8.S33 ldrb ip, [lr, #-1] // get first byte in table
34 cmp r0, ip // compare with index
37 ldrbhs r0, [lr, ip] // if out of range, use last entry in table
38 add ip, lr, r0, lsl #1 // compute label = lr + element*2
39 bx ip // jump to computed label
/openbsd-current/bin/stty/
H A Dkey.c109 ksearch(char ***argvp, struct info *ip) argument
116 ip->off = 1;
119 ip->off = 0;
125 if (!(kp->flags & F_OFFOK) && ip->off) {
129 if (kp->flags & F_NEEDARG && !(ip->arg = *++*argvp)) {
133 kp->f(ip);
138 f_all(struct info *ip) argument
140 print(&ip->t, &ip->win, ip
144 f_cbreak(struct info *ip) argument
159 f_columns(struct info *ip) argument
170 f_dec(struct info *ip) argument
183 f_ek(struct info *ip) argument
192 f_everything(struct info *ip) argument
199 f_extproc(struct info *ip) argument
213 f_ispeed(struct info *ip) argument
226 f_lcase(struct info *ip) argument
241 f_nl(struct info *ip) argument
255 f_ospeed(struct info *ip) argument
268 f_raw(struct info *ip) argument
282 f_rows(struct info *ip) argument
293 f_sane(struct info *ip) argument
307 f_size(struct info *ip) argument
314 f_speed(struct info *ip) argument
321 f_tty(struct info *ip) argument
331 f_ostart(struct info *ip) argument
338 f_ostop(struct info *ip) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators29.C19 Ptr<int> ip = new int(2); local
20 delete ip;
21 operator delete(ip);
/openbsd-current/usr.sbin/lpr/lpd/
H A Dkey.c96 ksearch(char ***argvp, struct info *ip) argument
103 ip->off = 1;
106 ip->off = 0;
112 if (!(kp->flags & F_OFFOK) && ip->off) {
116 if (kp->flags & F_NEEDARG && !(ip->arg = *++*argvp)) {
121 kp->f(ip);
126 f_cbreak(struct info *ip) argument
129 if (ip->off)
130 f_sane(ip);
132 ip
141 f_columns(struct info *ip) argument
149 f_dec(struct info *ip) argument
162 f_extproc(struct info *ip) argument
175 f_ispeed(struct info *ip) argument
183 f_nl(struct info *ip) argument
197 f_ospeed(struct info *ip) argument
205 f_raw(struct info *ip) argument
219 f_rows(struct info *ip) argument
227 f_sane(struct info *ip) argument
241 f_tty(struct info *ip) argument
[all...]
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dcrayptr1.f907 pointer (ip, p)
12 ip = loc (a)
18 ip = loc (b)
24 ip = loc (c)
33 ip = loc (a)
38 ip = loc (c)
40 ip = loc (b)
/openbsd-current/sys/ufs/ufs/
H A Dufs_inode.c64 struct inode *ip = VTOI(vp); local
77 if (ip->i_din1 == NULL || DIP(ip, mode) == 0)
80 if (DIP(ip, nlink) <= 0 && (vp->v_mount->mnt_flag & MNT_RDONLY) == 0) {
81 if (getinoquota(ip) == 0)
82 (void)ufs_quota_free_inode(ip, NOCRED);
84 error = UFS_TRUNCATE(ip, (off_t)0, 0, NOCRED);
86 DIP_ASSIGN(ip, rdev, 0);
87 mode = DIP(ip, mode);
88 DIP_ASSIGN(ip, mod
116 struct inode *ip; local
[all...]
/openbsd-current/sys/lib/libsa/
H A Dnetudp.c50 #include <netinet/ip.h>
58 /* Caller must leave room for ethernet, ip and udp headers in front!! */
63 struct ip *ip; local
67 struct ip tip;
82 ip = (struct ip *)uh - 1;
83 len += sizeof(*ip) + sizeof(*uh);
85 bzero(ip, sizeof(*ip)
131 struct ip *ip; local
[all...]

Completed in 145 milliseconds

1234567891011>>