| /src/usr.bin/rpcgen/ |
| rpc_parse.h | 50 enum relation { enum 56 typedef enum relation relation; typedef in typeref:enum:relation 61 relation rel; 82 relation rel;
|
| rpc_util.h | 113 int isvectordef(const char *, relation); 132 void emit_single_in_line(declaration *, int, relation);
|
| rpc_cout.c | 67 static void print_ifstat(int, const char *, const char *, relation, 227 print_ifstat(int indent, const char *prefix, const char *type, relation rel, 615 relation rel = def->def.ty.rel; 627 relation rel = dec->rel; 669 emit_single_in_line(declaration *decl, int flag, relation rel)
|
| rpc_util.c | 206 isvectordef(const char *type, relation rel)
|
| rpc_hout.c | 427 relation rel = def->def.ty.rel;
|
| /src/usr.sbin/altq/libaltq/ |
| qop.c | 1005 * when a new filter is added, we check the relation to the existing filters 1039 int relation; local 1051 relation = filt_check_relation(&front->fltr, &back->fltr); 1053 switch (relation) {
|