/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 298 if (strncmp(label, line, strlen(label)) != SAME) in namematch() 311 if (strcmp(line, name) == SAME) in namematch() 315 return (strcmp(line, name) == SAME); in namematch() 359 if (strcmp(*line, "systems") == SAME) in nameparse() 361 else if (strcmp(*line, "devices") == SAME) in nameparse() 363 else if (strcmp(*line, "dialers") == SAME) in nameparse() 365 else if (strcmp(*line, "pop") == SAME) in nameparse() 367 else if (strcmp(*line, "push") == SAME) in nameparse() 369 else if (strcmp(*line, "connecttime") == SAME) in nameparse() 371 else if (strcmp(*line, "expecttime") == SAME) in nameparse() [all …]
|
H A D | uucp.h | 201 #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 D | sysfiles.h | 48 #define SAME 0 macro
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | sysfiles.c | 274 if (strncmp(label, line, strlen(label)) != SAME) { 288 if (strcmp(line, name) == SAME) 292 return(strcmp(line, name) == SAME); 335 if (strcmp(*line, "systems") == SAME) in nameparse() 337 else if (strcmp(*line, "devices") == SAME) in nameparse() 339 else if (strcmp(*line, "dialers") == SAME) in nameparse() 341 else if (strcmp(*line, "pop") == SAME) in nameparse() 343 else if (strcmp(*line, "push") == SAME) in nameparse() 345 else if (strcmp(*line, "connecttime") == SAME) in nameparse() 347 else if (strcmp(*line, "expecttime") == SAME) in nameparse() [all …]
|
H A D | uucp.h | 306 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) 308 #define EQUALS(a,b) ((a != CNULL) && (b != CNULL) && (strcmp((a),(b))==SAME)) 309 #define WEQUALS(a,b) ((a != CNULL) && (b != CNULL) && (wcscmp((a),(b))==SAME)) 310 #define EQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (strncmp((a),(b),(n))==SAME)) 311 #define WEQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (wcsncmp((a),(b),(n))==SAME)) 314 #define SAME 0 macro
|
H A D | expfile.c | 180 if ((strncmp(fr, "./", 2) == SAME) || EQUALS(fr, ".")) { 184 if ((strncmp(fr, "../", 3) == SAME) || EQUALS(fr, "..")) {
|
H A D | sysfiles.h | 36 #define SAME 0 macro
|
H A D | gnxseq.c | 77 if (strncmp(rmtname, name, SYSNSIZE) != SAME) {
|
H A D | limits.c | 89 if (strcmp(service, "uucico") == SAME)
|
H A D | gename.c | 189 if (strncmp(syslst[i].sys, sys, MAXBASENAME) == SAME)
|
H A D | gtcfile.c | 114 if (strncmp(sys, csave[i].sys, SYSNSIZE) == SAME) {
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | daisyforms.c | 178 !SAME(NALERT.shcmd, OALERT.shcmd) in check_form_alert() 268 !SAME(NALERT.shcmd, OALERT.shcmd) in check_pwheel_alert() 438 (!SAME(pps->pwheel_name, pwheel_name))) in max_requests_needing_pwheel_mounted() 446 && !SAME(pps->pwheel_name, pwheel_name) in max_requests_needing_pwheel_mounted()
|
H A D | fncs.c | 457 if (SAME(PStatus[i]->printer->name, name)) in search_pstatus() 477 if (SAME(FStatus[i]->form->name, name)) in search_fstatus() 494 if (SAME(FStatus[i]->form->paper, paper)) { in search_fptable() 513 if (SAME(CStatus[i]->class->name, name)) in search_cstatus() 532 if (SAME(PWStatus[i]->pwheel->name, name)) in search_pwstatus()
|
H A D | requeue.c | 269 return (SAME(prs->pwheel_name, pwheel_in_question)); in qchk_pwheel()
|
/titanic_44/usr/src/cmd/refer/ |
H A D | hunt7.c | 20 #define SAME 0 macro 93 if (strcmp(*ftp, name) == SAME) in findline()
|
H A D | refer5.c | 18 #define SAME 0 macro 110 if (another && (strcmp(".[\n", sd) != SAME)) in putsig()
|
/titanic_44/usr/src/cmd/ldap/ns_ldap/ |
H A D | mapping.c | 34 #define SAME 0 macro 306 if (strcasecmp(database, maplist[PUBLICKEY].database) == SAME) { in set_filter_publickey() 421 if (strcasecmp(database, maplist[i].database) == SAME) { in set_filter() 492 if (strncasecmp(database, "auto_", 5) == SAME) { in set_filter() 549 if (strcasecmp(database, "automount") == SAME) { in set_filter()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | uucp.h | 246 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) 248 #define EQUALS(a,b) ((a != CNULL) && (b != CNULL) && (strcmp((a),(b))==SAME)) 249 #define EQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (strncmp((a),(b),(n))==SAME)) 252 #define SAME 0 macro
|
/titanic_44/usr/src/cmd/mail/ |
H A D | goback.c | 80 == SAME || 82 strlen(header[H_FROM1].tag)) == SAME; ) {
|
H A D | gethead.c | 122 if ((rc = strncmp(wline, header[H_FROM].tag, 5)) != SAME) { in gethead() 135 header[H_FROM1].tag, 6)) == SAME) && in gethead()
|
H A D | printmail.c | 486 if (strncmp("dq", resp, 2) != SAME && in printmail() 487 strncmp("dp", resp, 2) != SAME) in printmail()
|
H A D | main.c | 115 if (strcmp(program, "rmail") == SAME) { in main()
|
/titanic_44/usr/src/cmd/tip/ |
H A D | uucplock.c | 19 #define SAME 0 macro 190 if (name == NULL || strcmp(name, Lockfile[i]) == SAME) { in rmlock()
|
/titanic_44/usr/src/cmd/diff/ |
H A D | diff.h | 79 #define SAME 2 /* Both places and same */ macro
|
/titanic_44/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 554 %term TABLENAME INT CHAR CHARSTRING CONSTANT FKEY KEY SAME AS SWAP WITH 577 | KEY number SAME AS number '\n' 752 { "same", SAME, 0 },
|