Home
last modified time | relevance | path

Searched refs:safestrncmp (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/LPRng/lprng-3.8.C/src/include/
H A Dutilities.h49 int safestrncmp( const char *s1, const char *s2, int len );
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dlpstat.c436 same = !safestrncmp(l.list[i],header,len); in Read_status_info()
H A Dutilities.c443 int safestrncmp( const char *s1, const char *s2, int len ) in safestrncmp() function
H A Dcheckpc.c392 !safestrncmp( cf_name,Fifo_lock_file_DYN, fifo_header_len) ){
H A Dlinelist.c2523 if( !safestrncmp(line,"$-", 2) in Make_passthrough()
2524 || !safestrncmp(line,"-$", 2) ){ in Make_passthrough()