Home
last modified time | relevance | path

Searched refs:xno (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_xdr.c477 xno.obj = obj; in xdrNisObject()
509 xno.dirEntry.dirEntry_val[xno.dirEntry.dirEntry_len] = in xdrNisObject()
560 xno = am(myself, sizeof (*xno)); in unXdrNisObject()
561 if (xno == 0) in unXdrNisObject()
568 sfree(xno); in unXdrNisObject()
577 sfree(xno); in unXdrNisObject()
589 sfree(xno); in unXdrNisObject()
609 sfree(xno); in unXdrNisObject()
649 o = xno->obj; in unXdrNisObject()
650 xno->obj = 0; in unXdrNisObject()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure.ac209 if test "x$with_curses" != "xno"; then
227 if test x"$enable_ext2fs" != xno; then
234 if test x"$enable_fat" != xno; then
241 if test x"$enable_ffs" != xno; then
248 if test x"$enable_ufs" != xno; then
255 if test x"$enable_ufs2" != xno; then
262 if test x"$enable_minix" != xno; then
283 if test x"$enable_jfs" != xno; then
290 if test x"$enable_xfs" != xno; then
297 if test x"$enable_zfs" != xno; then
[all …]
H A Dconfigure2827 x|xno)
5431 if test x"$enable_ext2fs" != xno; then
5441 if test x"$enable_fat" != xno; then
5451 if test x"$enable_ffs" != xno; then
5461 if test x"$enable_ufs" != xno; then
5471 if test x"$enable_ufs2" != xno; then
5481 if test x"$enable_minix" != xno; then
5511 if test x"$enable_jfs" != xno; then
5521 if test x"$enable_xfs" != xno; then
5531 if test x"$enable_zfs" != xno; then
[all …]
H A Daclocal.m4291 test "x$enable_dependency_tracking" != xno \
312 if test "x$enable_dependency_tracking" != xno; then
316 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
/illumos-gate/usr/src/cmd/sh/
H A Derror.c84 exitsh(int xno) in exitsh() argument
94 exitval = xno; in exitsh()
/illumos-gate/usr/src/cmd/dumpadm/
H A Dsvc-dumpadm78 if [ "x$DUMPADM_ENABLE" != xno ] && mksavedir; then
139 if [ "x$DUMPADM_ENABLE" != xno ]; then
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c510 void sh_exit(register int xno) in sh_exit() argument
516 shp->exitval=xno; in sh_exit()
517 if(xno==SH_EXITSIG) in sh_exit()
562 shp->exitval = (xno&SH_EXITMASK); in sh_exit()