Searched defs:nullptr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c230 char *nullptr; local
233 for (lastnull = &strdat[length - 1], nullptr = strchr(strdat, '\0');
234 nullptr != lastnull; nullptr = strchr(nullptr + 1, '\0'))
/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c45 static const char *nullptr = "<null>"; variable
112 ((devfs_path != NULL) ? devfs_path : nullptr), flags);
135 ((devfs_path != NULL) ? devfs_path : nullptr), flags);
159 ((devfs_path != NULL) ? devfs_path : nullptr), flags);
187 ((devfs_path != NULL) ? devfs_path : nullptr), flags);
211 ((devfs_path != NULL) ? devfs_path : nullptr), flags);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c1591 char *cp, *trap, *nullptr = 0; local
1636 shp->exitval=sh_readline(shp,&nullptr,0,1,1000*shp->st.tmout);
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c407 char *nullptr; local
410 for (lastnull = &strdat[length - 1], nullptr = strchr(strdat, '\0');
411 nullptr != lastnull; nullptr = strchr(nullptr+1, '\0'))

Completed in 85 milliseconds