Searched refs:null (Results 1 – 4 of 4) sorted by relevance
68 for file in $(ls -d ${src_dir}/* 2> /dev/null); do91 for file in $(ls -d ${src_dir}/* 2> /dev/null); do110 for file in $(ls -d ${src_dir}/* 2> /dev/null); do115 if [[ -e ${tgt_file} ]] && ! diff "${file}" "${tgt_file}" > /dev/null; then
215 # call sigprocmask(int how ignored, sigset_t* null, sigset_t* SC_MASK(a0)):217 li a0, 0 # how; ignored when new mask is null218 li a1, 0 # null new mask
177 struct { const void *placeholder; } null; member