Lines Matching refs:found
31 * or NULL if not found in n chars; don't stop at \0.
60 bz .notfound ! yup, c not found, return null ptr
72 bz .notfound ! c not found in first n bytes
81 bz .notfound ! c not found in first n bytes
90 bz .notfound ! c not found in first n bytes
113 bz,a .searchchar2 ! c not found if magic expression == 0
124 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
128 andcc %g1, %o5, %g0 ! second byte zero (= found c) ?
132 andcc %g1, %o4, %g0 ! third byte zero (= found c) ?
152 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
156 bz .notfound ! c not found in first n bytes
157 andcc %g1, %o5, %g0 ! second byte zero (= found c) ?
161 bz .notfound ! c not found in first n bytes
162 andcc %g1, %o4, %g0 ! third byte zero (= found c) ?
166 bz .notfound ! c not found in first n bytes
167 andcc %g1, 0xff, %g0 ! fourth byte zero (= found c) ?