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

/osnet-11/usr/src/lib/libnsl/dial/
H A Dsysfiles.h48 #define SAME 0 macro
H A Dsysfiles.c298 if (strncmp(label, line, strlen(label)) != SAME)
311 if (strcmp(line, name) == SAME)
315 return (strcmp(line, name) == SAME);
359 if (strcmp(*line, "systems") == SAME)
361 else if (strcmp(*line, "devices") == SAME)
363 else if (strcmp(*line, "dialers") == SAME)
365 else if (strcmp(*line, "pop") == SAME)
367 else if (strcmp(*line, "push") == SAME)
369 else if (strcmp(*line, "connecttime") == SAME)
371 else if (strcmp(*line, "expecttime") == SAME)
[all...]
H A Duucp.h201 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME)
204 (strcmp((a), (b)) == SAME))
206 (strncmp((a), (b), (n)) == SAME))
209 #define SAME 0 macro
H A Dconn.c232 if (strcmp(commap, ",M") == SAME)
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c34 #define SAME 0 macro
306 if (strcasecmp(database, maplist[PUBLICKEY].database) == SAME) {
421 if (strcasecmp(database, maplist[i].database) == SAME) {
492 if (strncasecmp(database, "auto_", 5) == SAME) {
549 if (strcasecmp(database, "automount") == SAME) {
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c112 #define SAME(one,two) ((one)->st_ino==(two)->st_ino&&(one)->st_dev==(two)->st_dev) macro
496 return (verify && (stat(".", &sb) < 0 || !SAME(&sb, f->fts_statp))) ? -1 : 0;
1123 || !SAME(f->fts_statp, fts->dotdot->fts_statp)
1128 || !SAME(&sb, fts->dotdot->fts_statp)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm171 (all-English is not the SAME as US English)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm743 the list of object [A, C] where both object A and C refer to the SAME object

Completed in 37 milliseconds