Searched refs:cat (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/lib-smtp/test-bin/
H A Dsendmail-success.sh3 cat > $1
/dovecot/doc/
H A Ddovecot-initd.sh49 kill `cat $pidfile`
58 kill -HUP `cat $pidfile`
67 kill `cat $pidfile`
/dovecot/src/director/
H A Ddirector-test.sh16 cat > dovecot-director$i.conf <<EOF
24 cat > dovecot-director-common.conf.inc <<EOF
59 cat > dovecot-test.conf <<EOF
/dovecot/src/plugins/fts/
H A Ddecode2text.sh57 cat > $path
69 find . -name "$name" -print0 | xargs -0 cat |
/dovecot/
H A Dupdate-version.sh44 cat > "${BUILDDIR}/${VERSION_HT}" <<EOF
54 cat > "${BUILDDIR}/${VERSION_HT}" <<EOF
/dovecot/src/lib/
H A Devent-filter.c96 struct event_filter_category *cat; local
103 cat = p_new(filter->pool, struct event_filter_category,
106 cat[i].name = p_strdup(filter->pool, categories[i]);
107 cat[i].category = event_category_find_registered(categories[i]);
108 if (cat[i].category == NULL)
112 int_query->categories = cat;

Completed in 31 milliseconds