/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph_xml.c | 778 get_child_by_name(xmlNodePtr xn, xmlChar *name) in get_child_by_name() argument 780 for (xmlNodePtr cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next) in get_child_by_name() 788 dump_xml_node(topo_hdl_t *thp, xmlNodePtr xn) in dump_xml_node() argument 790 topo_dprintf(thp, TOPO_DBG_XML, "node: %s", (char *)xn->name); in dump_xml_node() 791 for (xmlAttrPtr attr = xn->properties; attr != NULL; attr = attr->next) in dump_xml_node() 795 for (xmlNodePtr cn = xn->xmlChildrenNode; cn != NULL; cn = cn->next) in dump_xml_node() 843 xmlChar *from_fmri, xmlNodePtr xn) in deserialize_edges() argument 845 for (xmlNodePtr cn = xn->xmlChildrenNode; cn != NULL; in deserialize_edges() 881 xmlNodePtr xn) in add_edges() argument 889 if ((name = xmlGetProp(xn, (xmlChar *)TDG_XML_NAME)) == NULL || in add_edges() [all …]
|
H A D | topo_xml.c | 150 xmlNodePtr xn, const char *propname, nvlist_t **rnvl) in xmlattr_to_fmri() argument 156 if ((str = xmlGetProp(xn, (xmlChar *)propname)) == NULL) in xmlattr_to_fmri() 167 xmlattr_to_type(topo_mod_t *mp, xmlNodePtr xn, xmlChar *attr) in xmlattr_to_type() argument 171 if ((str = xmlGetProp(xn, (xmlChar *)attr)) == NULL) { in xmlattr_to_type() 215 xlate_common(topo_mod_t *mp, xmlNodePtr xn, topo_type_t ptype, nvlist_t *nvl, in xlate_common() argument 232 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 237 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 242 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 247 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common() 252 if (xmlattr_to_double(mp, xn, Value, &dbl) < 0) in xlate_common() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppexpr.c | 281 int xn; in subexpr() local 350 subexpr(2, &xn); in subexpr() 357 x = subexpr(2, &xn); in subexpr() 367 un = xn; in subexpr() 368 subexpr(2, &xn); in subexpr() 377 xn = (c == T_ANDAND) ? 4 : 3; in subexpr() 378 if (precedence >= xn) goto done; in subexpr() 379 if ((n != 0) == (c == T_ANDAND)) n = subexpr(xn, &un) != 0; in subexpr() 384 subexpr(xn, &un); in subexpr()
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | huff.h | 31 long xn; member 39 #define n huffcode.xn
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_xlator.c | 271 dt_node_t xn = { 0 }; in dt_xlator_lookup() local 323 dt_node_type_assign(&xn, dxp->dx_src_ctfp, dxp->dx_src_type, in dt_xlator_lookup() 326 dst_ctfp, dst_base) && dt_node_is_argcompat(src, &xn)) in dt_xlator_lookup()
|
/illumos-gate/usr/src/data/terminfo/extras/ |
H A D | rxvt-unicode.termcap | 12 :am:bw:eo:hs:km:mi:ms:xn:xo:\
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | evchannels.c | 985 uint64_t xn = x - 1; in evch_isqrt() local 991 while (xn < x) { in evch_isqrt() 992 x = xn; in evch_isqrt() 993 xn = (x + n / x) / 2; in evch_isqrt() 995 return ((uint32_t)xn); in evch_isqrt()
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 6244 X509_NAME *xn = NULL; local 6271 xn = X509_get_subject_name(x); 6272 len = i2d_X509_NAME(xn, NULL); 6275 i2d_X509_NAME(xn, &p); 6449 X509_NAME *xn = NULL; local 6479 xn = X509_get_subject_name(x); 6480 len = i2d_X509_NAME(xn, NULL); 6484 i2d_X509_NAME(xn, &p); 6608 X509_NAME *xn = NULL; local 6624 xn = d2i_X509_NAME(NULL, &p, [all …]
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | softcore.fr | 9 : empty ( xn..x1 -- ) depth 0 ?do drop loop ;
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 778 :am:eo:mi:ms:xn:xo:\ 825 :am:eo:mi:ms:ut:xn:xo:\ 994 # Regarding compatibility to vt100: hurd doesn't specify :xn:, as we don't 1471 :am:km:mi:ms:xn:\ 1550 :am:ms:ut:xn:xo:\ 1856 # Note that the :xn: glitch in vt100 is not quite the same as on the Concept, 1860 # :xn: right on vt100. The correct way to handle :xn: is when 1862 # and then assume you are in column 1 of the next line. If :xn: 2018 :5i:am:bs:ms:xn:xo:\ 2033 :am@:xn@:tc=vt100-am: [all …]
|
H A D | terminfo.src | 17734 # :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 45 eat_newline_glitch, "xenl" "xn" newline ignored after 80 cols (Concept)
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 69 eat_newline_glitch xenl xn bool newline ignored after 80 cols (Concept)
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 71 eat_newline_glitch xenl xn bool newline ignored after 80 cols (Concept)
|