Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 1602) sorted by relevance

12345678910>>...65

/netbsd/external/bsd/tcpdump/dist/
H A DCREDITS9 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
20 Andrea Bittau <a dot bittau at cs dot ucl dot ac dot uk>
31 Armando L. Caro Jr. <acaro at mail dot eecis dot udel dot edu>
36 Ben Smithurst <ben at scientia dot demon dot co dot uk>
59 Darren Reed <darrenr at reed dot wattle dot id dot au>
80 Gerrit Renker <gerrit at erg dot abdn dot ac dot uk>
119 Kazushi Sugyo <sugyo at pb dot jp dot nec dot com>
121 Ken Hornstein <kenh at cmf dot nrl dot navy dot mil>
134 Maciej W. Rozycki <macro at ds2 dot pg dot gda dot pl>
142 Marshall Rose <mrose at dbc dot mtview dot ca dot us>
[all …]
/netbsd/external/bsd/libpcap/dist/
H A DCREDITS5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr>
7 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
13 Alexander 'Leo' Bergolth <Leo dot Bergolth at wu-wien dot ac dot at>
14 Alexey Kuznetsov <kuznet at ms2 dot inr dot ac dot ru>
24 Armando L. Caro Jr. <acaro at mail dot eecis dot udel dot edu>
42 David Ward <david dot ward at ll dot mit dot edu>
52 Erik de Castro Lopo <erik dot de dot castro dot lopo at sensorynetworks dot com>
67 Gregor Maier <gregor at net dot in dot tum dot de>
93 Julien Moutinho <julm at savines dot alpes dot fr dot eu dot org>
95 Kazushi Sugyo <sugyo at pb dot jp dot nec dot com>
[all …]
/netbsd/crypto/external/bsd/openssl/dist/doc/life-cycles/
H A DMakefile1 GRAPHS=cipher.dot digest.dot kdf.dot mac.dot pkey.dot rand.dot
5 png: $(subst .dot,.png,$(GRAPHS))
6 txt: $(subst .dot,.txt,$(GRAPHS))
14 %.png: %.dot
15 dot -Tpng -O $<
21 %.txt: %.dot
22 graph-easy --from=dot --as_ascii < $< > $@
/netbsd/usr.bin/make/unit-tests/
H A Dgnode-submake.mk14 all: braces-dot braces-no-dot
15 all: braces-no-dot-modifier
16 all: parentheses-dot parentheses-no-dot
27 braces-dot:
30 braces-no-dot:
33 braces-no-dot-modifier:
38 parentheses-dot:
41 parentheses-no-dot:
H A Dcond-func-make-main.mk37 .MAIN: dot-main-target-1a dot-main-target-1b
39 .if !make(dot-main-target-1a)
42 .if !make(dot-main-target-1b)
46 dot-main-target-{1,2}{a,b}:
56 .MAIN: dot-main-target-2a dot-main-target-2b
60 .if make(dot-main-target-2a)
H A DMakefile406 TESTS+= varname-dot-curdir
407 TESTS+= varname-dot-includes
410 TESTS+= varname-dot-libs
432 TESTS+= varname-dot-make-pid
437 TESTS+= varname-dot-newline
438 TESTS+= varname-dot-objdir
439 TESTS+= varname-dot-parsedir
441 TESTS+= varname-dot-path
442 TESTS+= varname-dot-shell
443 TESTS+= varname-dot-suffixes
[all …]
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dlocalcharset.c871 if (dot != NULL) in locale_charset()
875 dot++; in locale_charset()
877 modifier = strchr (dot, '@'); in locale_charset()
879 return dot; in locale_charset()
883 memcpy (resultbuf, dot, modifier - dot); in locale_charset()
972 const char *dot = strchr (locale, '.'); in locale_charset() local
974 if (dot != NULL) in locale_charset()
978 dot++; in locale_charset()
980 modifier = strchr (dot, '@'); in locale_charset()
982 return dot; in locale_charset()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dlocalcharset.c871 if (dot != NULL) in locale_charset()
875 dot++; in locale_charset()
877 modifier = strchr (dot, '@'); in locale_charset()
879 return dot; in locale_charset()
883 memcpy (resultbuf, dot, modifier - dot); in locale_charset()
972 const char *dot = strchr (locale, '.'); in locale_charset() local
974 if (dot != NULL) in locale_charset()
978 dot++; in locale_charset()
980 modifier = strchr (dot, '@'); in locale_charset()
982 return dot; in locale_charset()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlocalcharset.c321 if (dot != NULL) in locale_charset()
325 dot++; in locale_charset()
329 return dot; in locale_charset()
332 memcpy (buf, dot, modifier - dot); in locale_charset()
333 buf [modifier - dot] = '\0'; in locale_charset()
404 if (dot != NULL) in locale_charset()
408 dot++; in locale_charset()
410 modifier = strchr (dot, '@'); in locale_charset()
412 return dot; in locale_charset()
415 memcpy (buf, dot, modifier - dot); in locale_charset()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlocalcharset.c321 if (dot != NULL) in locale_charset()
325 dot++; in locale_charset()
329 return dot; in locale_charset()
332 memcpy (buf, dot, modifier - dot); in locale_charset()
333 buf [modifier - dot] = '\0'; in locale_charset()
404 if (dot != NULL) in locale_charset()
408 dot++; in locale_charset()
410 modifier = strchr (dot, '@'); in locale_charset()
412 return dot; in locale_charset()
415 memcpy (buf, dot, modifier - dot); in locale_charset()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dlocalcharset.c321 if (dot != NULL) in locale_charset()
325 dot++; in locale_charset()
329 return dot; in locale_charset()
332 memcpy (buf, dot, modifier - dot); in locale_charset()
333 buf [modifier - dot] = '\0'; in locale_charset()
404 if (dot != NULL) in locale_charset()
408 dot++; in locale_charset()
410 modifier = strchr (dot, '@'); in locale_charset()
412 return dot; in locale_charset()
415 memcpy (buf, dot, modifier - dot); in locale_charset()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlocalcharset.c322 if (dot != NULL) in locale_charset()
326 dot++; in locale_charset()
330 return dot; in locale_charset()
333 memcpy (buf, dot, modifier - dot); in locale_charset()
334 buf [modifier - dot] = '\0'; in locale_charset()
405 if (dot != NULL) in locale_charset()
409 dot++; in locale_charset()
411 modifier = strchr (dot, '@'); in locale_charset()
413 return dot; in locale_charset()
416 memcpy (buf, dot, modifier - dot); in locale_charset()
[all …]
/netbsd/etc/skel/
H A DMakefile4 CONFIGFILES= dot.cshrc dot.login dot.logout dot.profile dot.shrc
7 FILESNAME_${F}= ${F:S/dot//}
/netbsd/usr.bin/mail/
H A Dcmd2.c76 mdot = get_msgnum(dot); in next()
92 dot = mp; in next()
125 dot = mp; in next()
131 list[0] = get_msgnum(dot); in next()
331 dot = get_message(last); in delm()
334 dot = get_message(last); in delm()
338 dot = get_message(1); in delm()
373 lastdot = get_msgnum(dot); in deltype()
377 touch(dot); in deltype()
401 touch(dot); in undeletecmd()
[all …]
/netbsd/etc/root/
H A DMakefile3 CONFIGFILES= dot.cshrc dot.klogin dot.login dot.profile dot.shrc
9 FILESNAME_${F}= ${F:S/dot//}
/netbsd/external/gpl2/grep/dist/intl/
H A Dlocalcharset.c295 const char *dot = strchr (locale, '.'); in locale_charset() local
297 if (dot != NULL) in locale_charset()
301 dot++; in locale_charset()
303 modifier = strchr (dot, '@'); in locale_charset()
305 return dot; in locale_charset()
306 if (modifier - dot < sizeof (buf)) in locale_charset()
308 memcpy (buf, dot, modifier - dot); in locale_charset()
309 buf [modifier - dot] = '\0'; in locale_charset()
/netbsd/bin/pax/
H A Dsel_subs.c341 int dot = 0; in trng_add() local
363 dot = 0; in trng_add()
370 if ((*stpt == '.') && (!dot)) { in trng_add()
371 ++dot; in trng_add()
551 const char *dot, *t; in str_sec() local
557 if (*t == '.' && dot == NULL) { in str_sec()
558 dot = t; in str_sec()
566 if (dot != NULL) { in str_sec()
567 len = strlen(dot); in str_sec()
570 ++dot; in str_sec()
[all …]
/netbsd/usr.bin/audio/common/
H A Ddecode.c79 char *s, *colon, *dot; in decode_time() local
104 if ((dot = strchr(s, '.')) != NULL) { in decode_time()
107 *dot++ = '\0'; in decode_time()
110 if (!dot[i]) in decode_time()
112 if (!isdigit((unsigned char)dot[i])) in decode_time()
114 tvp->tv_usec += base * (dot[i] - '0'); in decode_time()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dmodule.c147 char *dot = strchr( name, '.'); in module_load() local
148 if (dot) *dot = '\0'; in module_load()
150 if (dot) *dot = '.'; in module_load()
158 char *dot = strchr( file_name, '.' ); in module_load() local
159 if ( dot ) *dot = '\0'; in module_load()
161 if ( dot ) *dot = '.'; in module_load()
/netbsd/external/gpl3/binutils.old/dist/intl/
H A Dlocalcharset.c340 const char *dot = strchr (locale, '.'); in locale_charset() local
342 if (dot != NULL) in locale_charset()
346 dot++; in locale_charset()
348 modifier = strchr (dot, '@'); in locale_charset()
350 return dot; in locale_charset()
351 if (modifier - dot < sizeof (buf)) in locale_charset()
353 memcpy (buf, dot, modifier - dot); in locale_charset()
354 buf [modifier - dot] = '\0'; in locale_charset()
/netbsd/external/gpl3/gdb/dist/intl/
H A Dlocalcharset.c340 const char *dot = strchr (locale, '.'); in locale_charset() local
342 if (dot != NULL) in locale_charset()
346 dot++; in locale_charset()
348 modifier = strchr (dot, '@'); in locale_charset()
350 return dot; in locale_charset()
351 if (modifier - dot < sizeof (buf)) in locale_charset()
353 memcpy (buf, dot, modifier - dot); in locale_charset()
354 buf [modifier - dot] = '\0'; in locale_charset()
/netbsd/external/gpl2/texinfo/dist/intl/
H A Dlocalcharset.c342 const char *dot = strchr (locale, '.'); in locale_charset() local
344 if (dot != NULL) in locale_charset()
348 dot++; in locale_charset()
350 modifier = strchr (dot, '@'); in locale_charset()
352 return dot; in locale_charset()
353 if (modifier - dot < sizeof (buf)) in locale_charset()
355 memcpy (buf, dot, modifier - dot); in locale_charset()
356 buf [modifier - dot] = '\0'; in locale_charset()
/netbsd/external/gpl3/gdb.old/dist/intl/
H A Dlocalcharset.c340 const char *dot = strchr (locale, '.'); in locale_charset() local
342 if (dot != NULL) in locale_charset()
346 dot++; in locale_charset()
348 modifier = strchr (dot, '@'); in locale_charset()
350 return dot; in locale_charset()
351 if (modifier - dot < sizeof (buf)) in locale_charset()
353 memcpy (buf, dot, modifier - dot); in locale_charset()
354 buf [modifier - dot] = '\0'; in locale_charset()
/netbsd/external/gpl3/gcc/dist/intl/
H A Dlocalcharset.c340 const char *dot = strchr (locale, '.'); in locale_charset() local
342 if (dot != NULL) in locale_charset()
346 dot++; in locale_charset()
348 modifier = strchr (dot, '@'); in locale_charset()
350 return dot; in locale_charset()
351 if (modifier - dot < sizeof (buf)) in locale_charset()
353 memcpy (buf, dot, modifier - dot); in locale_charset()
354 buf [modifier - dot] = '\0'; in locale_charset()
/netbsd/external/gpl3/gcc.old/dist/intl/
H A Dlocalcharset.c340 const char *dot = strchr (locale, '.'); in locale_charset() local
342 if (dot != NULL) in locale_charset()
346 dot++; in locale_charset()
348 modifier = strchr (dot, '@'); in locale_charset()
350 return dot; in locale_charset()
351 if (modifier - dot < sizeof (buf)) in locale_charset()
353 memcpy (buf, dot, modifier - dot); in locale_charset()
354 buf [modifier - dot] = '\0'; in locale_charset()

12345678910>>...65