Lines Matching refs:x
30 expression x,from,to;
35 - x = strlen(from) + 1;
36 ... when != \( x = E1 \| from = E1 \)
37 - to = \(kmalloc\|kzalloc\)(x,flag);
39 ... when != \(x = E2 \| from = E2 \| to = E2 \)
41 ... when != \(x = E3 \| from = E3 \| to = E3 \)
42 - memcpy(to, from, x);
60 expression x,from,to;
66 * x = strlen(from) + 1;
67 ... when != \( x = E1 \| from = E1 \)
68 * to = \(kmalloc@p1\|kzalloc@p2\)(x,flag);
69 ... when != \(x = E2 \| from = E2 \| to = E2 \)
71 ... when != \(x = E3 \| from = E3 \| to = E3 \)
72 * memcpy@p2(to, from, x);