Searched defs:_list (Results 1 – 5 of 5) sorted by relevance
| /trueos/usr.bin/tee/ |
| HD | tee.c | 54 typedef struct _list { struct 55 struct _list *next; argument 56 int fd; 57 const char *name;
|
| /trueos/usr.bin/paste/ |
| HD | paste.c | 121 typedef struct _list { struct 122 struct _list *next; argument 123 FILE *fp; 124 int cnt; 125 char *name;
|
| /trueos/crypto/openssh/ |
| HD | addrmatch.c | 378 addr_match_list(const char *addr, const char *_list) in addr_match_list() 438 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list()
|
| /trueos/contrib/file/python/ |
| HD | magic.py | 96 _list = _libraries['magic'].magic_list variable
|
| /trueos/sys/dev/bxe/ |
| HD | ecore_sp.h | 290 #define ECORE_LIST_INIT(_list) \ argument 298 #define ECORE_LIST_IS_LAST(_elem, _list) \ argument 302 #define ECORE_LIST_IS_EMPTY(_list) \ argument 306 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \ argument 314 #define ECORE_LIST_PUSH_HEAD(_elem, _list) \ argument 328 #define ECORE_LIST_PUSH_TAIL(_elem, _list) \ argument 358 #define ECORE_LIST_REMOVE_ENTRY(_elem, _list) \ argument 388 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _list, _link, cast) \ argument 394 #define ECORE_LIST_FOR_EACH_ENTRY_SAFE(pos, n, _list, _link, cast) \ argument
|