Searched refs:dbs (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/file/python/ |
| HD | magic.py | 194 def compile(self, dbs): argument 203 return _compile(self._magic_t, Magic.__tobytes(dbs)) 205 def check(self, dbs): argument 213 return _check(self._magic_t, Magic.__tobytes(dbs)) 215 def list(self, dbs): argument 223 return _list(self._magic_t, Magic.__tobytes(dbs))
|
| /freebsd-11-stable/contrib/binutils/include/opcode/ |
| HD | cr16.h | 53 dbs = MAX_REG, enumerator
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | cr16-opc.c | 505 REG(dbs, 0x0, CR16_P_REGTYPE), 525 REG(dbs, 0, CR16_P_REGTYPE),
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | readcf.c | 4010 register struct dbsval *dbs; local 4023 for (dbs = DontBlameSendmailValues; 4024 dbs->dbs_name != NULL; dbs++) 4026 if (sm_strcasecmp(val, dbs->dbs_name) == 0) 4029 if (dbs->dbs_name == NULL) 4031 else if (dbs->dbs_flag == DBS_SAFE) 4034 setbitn(dbs->dbs_flag, DontBlameSendmail);
|
| /freebsd-11-stable/sys/dev/isp/ |
| HD | isp_library.c | 465 const char *dbs[8] = { in isp_dump_portdb() local 483 chan, i, lp->handle, dbs[lp->state], buf1, lp->portid, buf2, lp->new_portid, in isp_dump_portdb()
|
| /freebsd-11-stable/contrib/ncurses/ |
| HD | NEWS | 5226 <te@dbs.uni-hannover.de>). 11159 this will allow for binary-compatibility with existing terminfo dbs.
|