Home
last modified time | relevance | path

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

12345678910>>...56

/netbsd-src/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-src/external/mpl/bind/dist/bin/tests/system/xfer/
H A Ddig3.good1 dot-fallback. 5 IN SOA ns1.dot-fallback. hostmaster.dot-fallback. 1 3600 3600 3600 3600
2 dot-fallback. 5 IN NS ns1.dot-fallback.
3 a01.dot-fallback. 5 IN A 1.1.1.1
4 a02.dot-fallback. 5 IN A 255.255.255.255
5 ns1.dot-fallback. 5 IN A 10.53.0.1
6 dot-fallback. 5 IN SOA ns1.dot-fallback. hostmaster.dot-fallback. 1 3600 3600 3600 3600
/netbsd-src/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 DMakefile412 TESTS+= varname-dot-alltargets
413 TESTS+= varname-dot-curdir
414 TESTS+= varname-dot-includes
415 TESTS+= varname-dot-includedfromdir
416 TESTS+= varname-dot-includedfromfile
417 TESTS+= varname-dot-libs
418 TESTS+= varname-dot-make-dependfile
419 TESTS+= varname-dot-make-expand_variables
420 TESTS+= varname-dot-make-exported
421 TESTS+= varname-dot
[all...]
H A Dcond-func-make.mk10 .if make(via-dot-makeflags)
14 .MAKEFLAGS: via-dot-makeflags
19 .if !make(via-dot-makeflags)
33 via-cmdline via-dot-makeflags:
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dlocalcharset.c869 const char *dot = strchr (locale, '.'); in locale_charset() local
871 if (dot != NULL) in locale_charset()
875 dot++; in locale_charset()
877 modifier = strchr (dot, '@'); in locale_charset()
879 return dot; in locale_charset()
880 if (modifier - dot < sizeof (resultbuf)) in locale_charset()
883 memcpy (resultbuf, dot, modifier - dot); in locale_charset()
884 resultbuf [modifier - dot] = '\0'; in locale_charset()
972 const char *dot = strchr (locale, '.'); in locale_charset() local
974 if (dot != NULL) in locale_charset()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlocalcharset.c319 const char *dot = strchr (locale, '.'); in locale_charset() local
321 if (dot != NULL) in locale_charset()
325 dot++; in locale_charset()
327 modifier = strchr (dot, '@'); in locale_charset()
329 return dot; in locale_charset()
330 if (modifier - dot < sizeof (buf)) in locale_charset()
332 memcpy (buf, dot, modifier - dot); in locale_charset()
333 buf [modifier - dot] = '\0'; in locale_charset()
402 const char *dot = strchr (locale, '.'); in locale_charset() local
404 if (dot != NULL) in locale_charset()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dlocalcharset.c319 const char *dot = strchr (locale, '.'); in locale_charset() local
321 if (dot != NULL) in locale_charset()
325 dot++; in locale_charset()
327 modifier = strchr (dot, '@'); in locale_charset()
329 return dot; in locale_charset()
330 if (modifier - dot < sizeof (buf)) in locale_charset()
332 memcpy (buf, dot, modifier - dot); in locale_charset()
333 buf [modifier - dot] = '\0'; in locale_charset()
402 const char *dot = strchr (locale, '.'); in locale_charset() local
404 if (dot != NULL) in locale_charset()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlocalcharset.c320 const char *dot = strchr (locale, '.'); in locale_charset() local
322 if (dot != NULL) in locale_charset()
326 dot++; in locale_charset()
328 modifier = strchr (dot, '@'); in locale_charset()
330 return dot; in locale_charset()
331 if (modifier - dot < sizeof (buf)) in locale_charset()
333 memcpy (buf, dot, modifier - dot); in locale_charset()
334 buf [modifier - dot] = '\0'; in locale_charset()
403 const char *dot = strchr (locale, '.'); in locale_charset() local
405 if (dot != NULL) in locale_charset()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlocalcharset.c319 const char *dot = strchr (locale, '.'); in locale_charset() local
321 if (dot != NULL) in locale_charset()
325 dot++; in locale_charset()
327 modifier = strchr (dot, '@'); in locale_charset()
329 return dot; in locale_charset()
330 if (modifier - dot < sizeof (buf)) in locale_charset()
332 memcpy (buf, dot, modifier - dot); in locale_charset()
333 buf [modifier - dot] = '\0'; in locale_charset()
402 const char *dot = strchr (locale, '.'); in locale_charset() local
404 if (dot != NULL) in locale_charset()
[all …]
/netbsd-src/etc/skel/
H A DMakefile4 CONFIGFILES= dot.cshrc dot.login dot.logout dot.profile dot.shrc
7 FILESNAME_${F}= ${F:S/dot//}
/netbsd-src/usr.bin/mail/
H A Dcmd2.c76 mdot = get_msgnum(dot); in next()
92 dot = mp; in next()
117 for (mp = next_message(dot); mp; mp = next_message(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()
375 list[0] = get_msgnum(dot); in deltype()
[all …]
H A Dcmd1.c125 if (dot != get_message(n)) in headers()
126 dot = mp; in headers()
196 dot = get_message(*ip); in from()
210 dot = get_message(msgvec[0]); in pdot()
212 (void)printf("%d\n", get_msgnum(dot)); in pdot()
358 dot = mp; in type1()
456 if (dot == NULL) { in pipecmd()
474 (void)sendmessage(dot, obuf, ignoreall, NULL, NULL); in pipecmd()
556 dot = mp; in top()
576 dot = set_m_flag(*ip, ~(MPRESERVE | MTOUCH), MTOUCH); in stouch()
[all …]
/netbsd-src/etc/root/
H A DMakefile3 CONFIGFILES= dot.cshrc dot.klogin dot.login dot.profile dot.shrc
9 FILESNAME_${F}= ${F:S/dot//}
/netbsd-src/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-src/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
554 for (t = p, dot = NULL; *t; ++t) { in str_sec()
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()
[all …]
/netbsd-src/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-src/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()
/netbsd-src/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-src/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-src/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-src/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-src/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-src/external/ibm-public/postfix/dist/src/util/
H A Dget_domainname.c53 const char *dot; in get_domainname() local
61 if ((dot = strchr(host, '.')) == 0 || strchr(dot + 1, '.') == 0) { in get_domainname()
64 my_domain_name = mystrdup(dot + 1); in get_domainname()

12345678910>>...56