Searched refs:null (Results 1 - 12 of 12) sorted by relevance

/pkg/src/svc/
H A Dsvc-pkg-mdns47 echo $pkg_root | grep /$ >/dev/null
55 python_ver=$(head -1 ${pkg_root}usr/lib/pkg.depotd 2>/dev/null |
73 ppriv -v $$ | grep 'E: ' | grep net_privaddr > /dev/null 2>&1
H A Dsvc-pkg-server47 echo $pkg_root | grep /$ >/dev/null
68 python_ver=$(head -1 ${pkg_root}usr/lib/pkg.depotd 2>/dev/null |
86 ppriv -v $$ | grep 'E: ' | grep net_privaddr > /dev/null 2>&1
H A Dpkg5_include.sh74 $MKDIR /tmp/pkg5-crontab-lock.$UID > /dev/null 2>&1
109 > /dev/null
192 $GREP "${cmd}" $current_crontab > /dev/null 2>&1
H A Dsvc-pkg-repositories-setup59 $ZFS list "$DS" > /dev/null 2>&1
H A Dsvc-pkg-depot213 /usr/bin/curl -s --max-time 5 --retry 4 -o /dev/null ${url} \
214 2> /dev/null
/pkg/src/scripts/
H A Dpkg.depotd.sh30 link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null`
31 if expr "$link" : '^/' 2> /dev/null >/dev/null; then
H A Dpkg.sh30 link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null`
31 if expr "$link" : '^/' 2> /dev/null >/dev/null; then
H A Dpkgrecv.sh30 link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null`
31 if expr "$link" : '^/' 2> /dev/null >/dev/null; then
H A Dpkgsend.sh30 link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null`
31 if expr "$link" : '^/' 2> /dev/null >/dev/null; then
/pkg/src/pkg/
H A DMakefile56 m=$$($(PKGMOGRIFY) -O /dev/null *.p5m ../transforms/nopublish); \
220 -l file://$(PKGDEST)/repo > /dev/null ) 2>&1 | \
252 $(PKGMOGRIFY) -O /dev/null transforms/find-links $(MOGRIFESTS) | \
/pkg/src/tests/api/
H A Dt_manifest.py203 """ ASSERT: Building m' from diff(m, null) should yield m """
206 diffs = self.m2.combined_difference(manifest.null)
/pkg/src/modules/
H A Dmanifest.py155 manifest.null is provided as the null manifest. Differences against the
156 null manifest result in the complete set of attributes and actions of
157 the non-null manifest, meaning that all operations can be viewed as
159 present in the image (which may be the null manifest).
1534 null = Manifest() variable
1990 the regular null manifest doesn't support get_directories

Completed in 21 milliseconds