Searched refs:namespace (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/head/iso/
H A Dsignal_iso.h40 * are required to also be in the C++ Standard "std" namespace, then for
55 namespace std {
69 #endif /* end of namespace std */
H A Dstdlib_c11.h24 * become part of the C++ std namespace.
37 namespace std {
45 * on the C namespace.
H A Dstdarg_iso.h38 * are required to also be in the C++ Standard "std" namespace, then for
56 * names into the users' namespace.
66 namespace std {
H A Dlocale_iso.h41 * are required to also be in the C++ Standard "std" namespace, then for
57 namespace std {
109 #endif /* end of namespace std */
H A Dctype_iso.h39 * are required to also be in the C++ Standard "std" namespace, then for
81 namespace std {
110 } /* end of namespace std */
H A Dsetjmp_iso.h39 * are required to also be in the C++ Standard "std" namespace, then for
77 namespace std {
100 #endif /* end of namespace std */
H A Dtime_iso.h40 * are required to also be in the C++ Standard "std" namespace, then for
56 namespace std {
106 #endif /* end of namespace std */
H A Dstddef_iso.h43 * are required to also be in the C++ Standard "std" namespace, then for
60 namespace std {
83 #endif /* end of namespace std */
H A Dstdio_iso.h40 * are required to also be in the C++ Standard "std" namespace, then for
88 namespace std {
113 #endif /* end of namespace std */
162 namespace std {
271 #endif /* end of namespace std */
278 namespace std {
296 namespace std {
307 namespace std {
H A Dstring_iso.h41 * are required to also be in the C++ Standard "std" namespace, then for
57 namespace std {
148 #endif /* end of namespace std */
H A Dwctype_iso.h40 * are required to also be in the C++ Standard "std" namespace, then for
55 namespace std {
140 #endif /* end of namespace std */
H A Dstdlib_iso.h41 * are required to also be in the C++ Standard "std" namespace, then for
62 namespace std {
174 #endif /* end of namespace std */
H A Dmath_iso.h62 namespace std {
225 } /* end of namespace std */
H A Dwchar_iso.h37 * are required to also be in the C++ Standard "std" namespace, then for
69 namespace std {
343 #endif /* end of namespace std */
/illumos-gate/usr/src/head/
H A Dmemory.h39 namespace std {
49 } /* end of namespace std */
H A Dmalloc.h65 namespace std {
74 } /* end of namespace std */
H A Dfloatingpoint.h193 namespace std {
206 #endif /* end of namespace std */
H A Dwchar.h36 * C++ "std" namespace in <iso/wchar_iso.h>.
116 * however, inclusion of <stdarg.h> breaks Standard C namespace.
125 namespace std {
146 } /* namespace std */
H A Dunistd.h438 * appropriate namespace updates in order to avoid redeclaration
470 namespace std {
474 } /* end of namespace std */
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dcpvprint.sh86 compound -r namespace=(
167 "${hc.namespace.xhtml}" \
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.h99 const char *namespace);
H A Ddevice.c191 * @param target_namespace Replace source namespace with this namespace
192 * @param source_namespace Source namespace that property keys must match
218 /* only care about properties that match source namespace */
351 const char *namespace)
356 len = strlen (namespace);
367 if (strncmp (key, namespace, len) != 0)
350 hal_device_matches(HalDevice *device1, HalDevice *device2, const char *namespace) argument
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c753 if(shp->namespace && !nq && !cp)
756 sfputr(stkp,nv_name(shp->namespace),-1);
1964 Namval_t *oldnspace = shp->namespace;
1973 shp->namespace = np;
1995 shp->namespace = oldnspace;
2027 else if(shp->namespace)
2030 sfputr(stkp,nv_name(shp->namespace),-1);
2086 np->nvalue.rp->nspace = shp->namespace;
2564 Namval_t *nspace = shp->namespace;
2590 if(dtvnext(prevscope->save_tree)!= (shp->namespace
[all...]
H A Dnvdisc.c1006 dtinsert(nv_dict(sh.namespace),np);
1031 if(sh.namespace && !(mode&HASH_NOSCOPE) && root==sh.var_tree)
1032 root = nv_dict(sh.namespace);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h127 Namval_t *namespace; /* current active namespace*/ \

Completed in 131 milliseconds

12