Lines Matching refs:with
37 as a regular user, and install it with
49 use is specified by setting the MODE variable with 'MODE=<mode>'.
57 diff-like style.Lines of interest are indicated with '-'.
69 It should be used with the C option (described later)
103 Using Coccinelle with a single semantic patch
107 semantic patch. In that case, the variable must be initialized with
142 The "report" mode is the default. You can select another one with the
158 thus active by default. However, by indexing the code with
197 msg="ERR_CAST can be used with %s" % (x)
204 /home/user/linux/crypto/ctr.c:188:9-16: ERR_CAST can be used with alg
205 /home/user/linux/crypto/authenc.c:619:9-16: ERR_CAST can be used with auth
206 /home/user/linux/crypto/xts.c:227:9-16: ERR_CAST can be used with alg
255 (annotated with minus, '-') and gives some surrounding context
256 lines around. This output can be used with the diff mode of
314 msg="ERR_CAST can be used with %s" % (x)
322 …user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST can be used with alg]]
323 …linux/crypto/authenc.c::face=ovl-face1::linb=619::colb=9::cole=16][ERR_CAST can be used with auth]]
324 …user/linux/crypto/xts.c::face=ovl-face1::linb=227::colb=9::cole=16][ERR_CAST can be used with alg]]