Searched refs:STREQN (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.bin/m4/
H A Dstdd.h52 * STREQN is an optimised strncmp(a,b,n)==0; assumes n > 0
55 #define STREQN(a, b, n) ((a)[0] == (b)[0] && strncmp(a, b, n) == 0) macro
/freebsd-13-stable/libexec/rbootd/
H A Ddefs.h75 #define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0)) macro
H A Dparseconf.c178 if (STREQN(BootFiles[j], bcp)) {
H A Drmpproto.c342 if (STREQN(filename, filelist[i]))

Completed in 64 milliseconds