Lines Matching refs:is_xo_style_encoding

103 static bool	 is_xo_style_encoding;  variable
778 protoname = is_xo_style_encoding ? "seqpacket" : "seqpack"; in gather_unix()
903 if (is_xo_style_encoding) { in formataddr()
917 if (is_xo_style_encoding) { in formataddr()
1068 if (!is_xo_style_encoding) in format_unix_faddr()
1072 if (__predict_false(p == NULL) && !is_xo_style_encoding) { in format_unix_faddr()
1081 if (!is_xo_style_encoding) { in format_unix_faddr()
1104 if (!is_xo_style_encoding) in format_unix_faddr()
1112 if (!is_xo_style_encoding) { in format_unix_faddr()
1345 if (!is_xo_style_encoding) { in display_sock()
1352 faddr->conn == 0 && !is_xo_style_encoding) { in display_sock()
1356 } else if (!is_xo_style_encoding) { in display_sock()
1364 if (len == 0 && !is_xo_style_encoding) in display_sock()
1367 else if (!is_xo_style_encoding) in display_sock()
1372 } else if (!is_xo_style_encoding) in display_sock()
1379 if (!is_xo_style_encoding) { in display_sock()
1385 } else if (!is_xo_style_encoding) in display_sock()
1391 if (!is_xo_style_encoding) { in display_sock()
1397 } else if (!is_xo_style_encoding) { in display_sock()
1420 } else if (!is_xo_style_encoding) in display_sock()
1422 } else if (!is_xo_style_encoding) in display_sock()
1424 if (!is_xo_style_encoding) in display_sock()
1434 } else if (!is_xo_style_encoding) in display_sock()
1448 } else if (!is_xo_style_encoding) in display_sock()
1459 } else if (!is_xo_style_encoding) in display_sock()
1479 else if (!is_xo_style_encoding) in display_sock()
1484 } else if (!is_xo_style_encoding) in display_sock()
1492 else if (!is_xo_style_encoding) in display_sock()
1499 else if (!is_xo_style_encoding) in display_sock()
1507 if (!is_xo_style_encoding && (laddr != NULL || faddr != NULL)) in display_sock()
1531 if (!is_xo_style_encoding) { in display()
1602 if (!is_xo_style_encoding) in display()
1620 if (!is_xo_style_encoding) in display()
1633 if (!is_xo_style_encoding) in display()
1729 is_xo_style_encoding = true; in main()