HomeSort by: relevance | last modified time | path
    Searched refs:_NULL_DEV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/contrib/groffer/
groffer.sh 104 export _NULL_DEV;
107 _NULL_DEV="/dev/null";
109 _NULL_DEV="NUL";
242 if test _"$(eval "$i -c 'echo ok'" 2>${_NULL_DEV})"_ = _ok_ >&2
273 if test _"$(eval "$s -c 'echo ok'" 2>${_NULL_DEV})"_ = _ok_ >&2
groffer2.sh 48 if unset _foo >${_NULL_DEV} 2>&1 && \
74 if echo '' >${_NULL_DEV}
110 if _t_e_s_t_f_u_n_c_ 2>${_NULL_DEV}
716 cd "${_START_DIR}" >"${_NULL_DEV}" 2>&1;
725 rm -f -r "${_TMP_DIR}" >${_NULL_DEV} 2>&1;
1023 if test _"$(echo 'test' | gzip -c -d -f - 2>${_NULL_DEV})"_ = _test_
1026 if echo1 'test' | bzip2 -c 2>${_NULL_DEV} | bzip2 -t 2>${_NULL_DEV} \
1027 && test _"$(echo 'test' | bzip2 -c 2>${_NULL_DEV} \
1028 | bzip2 -d -c 2>${_NULL_DEV})"_
    [all...]

Completed in 37 milliseconds