Searched defs:compare (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/tests/cdt/ |
H A D | dttest.h | 24 static int compare(Dt_t* dt, Void_t* o1, Void_t* o2, Dtdisc_t* disc) function 26 static int compare(dt,o1,o2,disc)
|
/ast/src/lib/libast/hash/ |
H A D | hashlib.h | 46 Hash_compare_f compare; /* name comparision routine */ member in struct:__anon262
|
/ast/src/lib/libcmd/ |
H A D | uniq.c | 62 "[w:check-chars]#[chars?\achars\a is the number of characters to compare " 85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) argument 149 if(reclen==oreclen && (!reclen || !(*compare)(cp,orecp,reclen))) 254 Compare_f compare = (Compare_f)memcmp; local 284 compare = (Compare_f)strncasecmp; 335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
|
/ast/src/lib/libpp/ |
H A D | ppexpr.c | 109 compare(char* pred, char* args, int match) function 237 return compare(pred, args, index == X_MATCH);
|
/ast/src/cmd/ksh93/sh/ |
H A D | env.c | 61 static int compare(Dt_t *dt, Void_t* key1, Void_t* key2, Dtdisc_t* disc) function 81 compare
|
/ast/src/cmd/ie/ |
H A D | edit.c | 112 static int compare(); 190 if(savefd>=0 && compare(&savetty,tty,sizeof(struct termios))) 1351 static int compare(a,b,n) function
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 148 static int compare(const char*, const char*, int); 209 if(ep->e_savefd>=0 && compare(&ep->e_savetty,tty,sizeof(struct termios))) 1473 static int compare(register const char *a,register const char *b,register int n) function
|
Completed in 1760 milliseconds