Searched refs:NLPSIDSZ (Results 1 – 2 of 2) sorted by relevance
50 #define NLPSIDSZ 4 macro
171 if ((!strncmp(bp,NLPSIDSTR,NLPSIDSZ)) && /* NLPS request */ in nlps_server()172 (*(bp + NLPSIDSZ) == NLPSSEPCHAR)) { in nlps_server()248 if ((!strncmp(bp,NLPSIDSTR,NLPSIDSZ)) && /* NLPS request */249 (*(bp + NLPSIDSZ) == NLPSSEPCHAR)) {