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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c6 #define strneq(a,b,n) (strncmp(a,b,n)==0) macro
1442 if(strneq(command, "0;", 2)) {
1447 else if(strneq(command, "1;", 2)) {
1451 else if(strneq(command, "2;", 2)) {
1488 if(strneq(command, " q", 2)) {
1500 else if(strneq(command, "\"q", 2)) {
1513 if(cmdlen >= 2 && strneq(command, "$q", 2)) {

Completed in 32 milliseconds