Home
last modified time | relevance | path

Searched refs:cs_strncmp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dcs_strncmp.c38 cs_strncmp( in cs_strncmp() function
44 cs_strncmp(s1, s2, n) in cs_strncmp()
H A DMakefile42 cs_strncmp.o \
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h290 #define CS_STRNEQU(A, B, N) (cs_strncmp((A), (B), (N)) == 0)
466 int cs_strncmp(char *, char *, int);