Searched refs:bang (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/sendmail/contrib/
H A Dre-mqueue.pl208 $bang = $!;
209 &syslog('err', 'link(%s, %s/%s): %s', $dfile, $queueB, $dfile, $bang);
210 print STDERR "$0: link($dfile, $queueB/$dfile): $bang\n";
214 $bang = $!;
215 &syslog('err', 'link(%s, %s/%s): %s', $qfile, $queueB, $qfile, $bang);
216 print STDERR "$0: link($qfile, $queueB/$qfile): $bang\n";
222 $bang = $!;
223 &syslog('err', 'link(%s, %s/%s): %s', $xfile, $queueB, $xfile, $bang);
224 print STDERR "$0: link($xfile, $queueB/$xfile): $bang\n";
235 $bang
[all...]
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pio.c401 struct at91_gpio_bang *bang; local
451 bang = (struct at91_gpio_bang *)data;
452 at91_pio_bang32(sc, bang->bits, bang->datapin, bang->clockpin);
/freebsd-11-stable/usr.sbin/ppp/
H A Droute.c737 const struct ncpaddr *gw, int bang, int quiet)
746 if (bang)
821 if (!bang) {
833 if (!bang)
736 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, const struct ncpaddr *gw, int bang, int quiet) argument
/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c160 } bang[] = { variable in typeref:struct:__anon1
1214 for (i = 0; bang[i].name != NULL; i++) {
1215 if (CAST(size_t, len - 2) > bang[i].len &&
1216 memcmp(bang[i].name, line + 2,
1217 bang[i].len) == 0)
1220 if (bang[i].name == NULL) {
1229 bang[i].name);
1233 if ((*bang[i].fun)(ms, &me,
1234 line + bang[i].len + 2,
1235 len - bang[
[all...]
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c345 static void bang (void);
1380 bang () function
1488 add_intrinsic ("!", bang);
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c4763 char *bang; local
4766 bang = strchr(buf, '!');
4767 if (bang == NULL)
4790 *bang++ = '\0';
4793 bang, buf);
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex660 % @! is an end-of-sentence bang.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex652 % @! is an end-of-sentence bang.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex606 % @! is an end-of-sentence bang.

Completed in 190 milliseconds