Lines Matching refs:null
33 * null-terminated. The function returns strlen(src). Buffer
46 ! is expected to null-terminate any string that is within
72 andcc %l1, 0xff, %g0 ! end of src reached (null byte) ?
77 bz,pn %ncc, .forcenullunalign ! n == 0, force null byte, compute len
161 ! n expired, so this is the last word. It may contain null bytes.
162 ! Store bytes until n == 0. If a null byte is encountered during
178 bz .forcenull ! if n == 0, force null byte, compute len
185 bz .forcenull ! if n == 0, force null byte, compute len
192 bz .forcenull ! if n == 0, force null byte, compute strlen
199 bz .forcenull ! if n == 0, force null byte, compute strlen
206 bz .forcenull ! if n == 0, force null byte, compute strlen
213 bz .forcenull ! if n == 0, force null byte, compute strlen
220 bz .forcenull ! if n == 0, force null byte, compute strlen
226 ! we need to force a null byte in the last position of dst
230 stb %g0, [%i2] ! force string terminating null byte
241 bz,a,pt %ncc, .searchword ! no null byte if expression is 0
244 mov 0xff, %i5 ! create byte mask for null byte scanning
326 ! n expired, i.e. end of destination buffer reached. Force null
327 ! null termination of dst, then scan src until end foudn for
336 stb %g0, [%i2 - 1] ! force string terminating null byte