HomeSort by: relevance | last modified time | path
    Searched refs:tag1 (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_046.c 8 /* expect+1: warning: struct 'tag1' never defined [233] */
9 struct tag1;
10 /* expect+2: error: struct tag 'tag1' redeclared as union [46] */
11 /* expect+1: warning: union 'tag1' never defined [234] */
12 union tag1;
26 /* expect+2: error: union tag 'tag1' redeclared as struct [46] */
27 /* expect+1: warning: struct 'tag1' never defined [233] */
28 struct tag1 *use_tag1(void);
36 /* expect+2: error: struct tag 'tag1' redeclared as union [46] */
37 /* expect+1: warning: union 'tag1' never defined [234] *
    [all...]
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_test.c 226 test_v2_start(char *host_name, char *printer, char *user_name, char *tag1, char *tag2)
239 spooldirbuff, tag1);
  /src/usr.bin/mail/
thread.c 1047 tag1(int *msgvec, int and_bits, int xor_bits) function in typeref:typename:int
1065 return tag1(v, ~MTAGGED, MTAGGED);
1074 return tag1(v, ~MTAGGED, 0);
1083 return tag1(v, ~0, MTAGGED);
  /src/sys/external/bsd/ipf/netinet/
fil.c 6674 /* Parameters: tag1(I) - pointer to first tag to compare */
6680 /* compare the ints instead, for speed. tag1 is the master of the */
6681 /* comparison. This function should only be called with both tag1 and tag2 */
6685 ipf_matchtag(ipftag_t *tag1, ipftag_t *tag2)
6687 if (tag1 == tag2)
6690 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0))
6693 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) &&
6694 (tag1->ipt_num[1] == tag2->ipt_num[1]) &&
6695 (tag1->ipt_num[2] == tag2->ipt_num[2]) &&
6696 (tag1->ipt_num[3] == tag2->ipt_num[3])
    [all...]

Completed in 4500 milliseconds