Searched refs:dot (Results 1 - 25 of 231) sorted by path

12345678910

/netbsd-6-1-5-RELEASE/bin/date/
H A Ddate.c193 const char *dot, *t; local
197 for (t = p, dot = NULL; *t; ++t) {
200 if (*t == '.' && dot == NULL) {
201 dot = t;
212 if (dot != NULL) { /* .ss */
213 len = strlen(dot);
216 ++dot;
217 lt->tm_sec = ATOI2(dot);
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dls.c129 static char dot[] = ".", *dotav[] = { dot, NULL }; local
533 /* Only display dot file if -a/-A set. */
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dsel_subs.c341 int dot = 0; local
363 dot = 0;
368 * allow only one dot per range (secs)
370 if ((*stpt == '.') && (!dot)) {
371 ++dot;
551 const char *dot, *t; local
554 for (t = p, dot = NULL; *t; ++t) {
557 if (*t == '.' && dot == NULL) {
558 dot = t;
566 if (dot !
[all...]
/netbsd-6-1-5-RELEASE/bin/rcp/
H A Drcp.c80 static char dot[] = "."; variable
197 targ = dot;
218 src = dot;
294 src = dot;
452 if (!strcmp(dp->d_name, dot) || !strcmp(dp->d_name, ".."))
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_token.l75 dot \.
87 usec {dot}{digit}{1,6}
95 octetstring {octet}({dot}{octet})+
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken.l118 dot \.
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/setkey/
H A Dtoken.l97 dot \.
110 hostname {name}(({dot}{name})+{dot}?)?
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetnameinfo.c60 char *dot = strchr (host, '.'); local
61 if (dot != NULL)
62 *dot = '\0';
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dscp.c111 static char dot[] = "."; variable
555 targ = dot;
579 src = dot;
617 src = dot;
686 src = dot;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2581 int i,j,k,dot; local
2818 dot = 1;
2824 switch (dot)
2827 dot = (e[0] == '.') ? 2 : 0;
2830 dot = (e[0] == '.') ? 3 : 0;
2833 dot = (e[0] == '/') ? -1 : 0;
2836 if (dot == 0)
2837 dot = (e[0] == '/') ? 1 : 0;
2839 dot = (dot
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/client/
H A Ddhclient.c2240 const char *name, *dot; local
2247 dot = ".";
2250 dot = "";
2256 name, dot, oc -> option -> name,
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dexecute.c650 const char *s, *t, *dot; local
802 dot = "";
806 dot = ".";
809 fprintf (file, "%s %s%s%s = ", s, t, dot,
812 strlen (dot) + strlen (r -> data.option ->
H A Dprint.c227 const char *name, *dot; local
233 dot = ".";
236 dot = "";
241 name, dot, oc -> option -> name,
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Discprint.c76 int dot; local
101 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
147 dot = 1;
468 if (!dot)
/netbsd-6-1-5-RELEASE/distrib/acorn26/instkernel/
H A DMakefile19 dot.profile \
/netbsd-6-1-5-RELEASE/distrib/acorn32/ramdisk/
H A DMakefile19 dot.profile \
/netbsd-6-1-5-RELEASE/distrib/alpha/instkernel/ramdisk/
H A DMakefile18 dot.profile install.sh upgrade.sh \
20 ${DISTRIBDIR}/utils/script-installer/dot.commonutils \
21 ${DISTRIBDIR}/utils/script-installer/dot.instutils \
/netbsd-6-1-5-RELEASE/distrib/arc/ramdisk/
H A DMakefile20 dot.profile \
/netbsd-6-1-5-RELEASE/distrib/bebox/ramdisk/
H A DMakefile20 dot.profile \
/netbsd-6-1-5-RELEASE/distrib/cats/ramdisk/
H A DMakefile18 dot.profile \
/netbsd-6-1-5-RELEASE/distrib/cobalt/ramdisk/
H A DMakefile20 dot.profile \
/netbsd-6-1-5-RELEASE/distrib/dreamcast/ramdisk/
H A DMakefile20 dot.profile \
/netbsd-6-1-5-RELEASE/distrib/emips/instkernel/
H A DMakefile11 MTREECONF= ${DISTRIBDIR}/common/mtree.dot
/netbsd-6-1-5-RELEASE/distrib/emips/ramdisk/
H A DMakefile21 dot.hdprofile dot.profile \
/netbsd-6-1-5-RELEASE/distrib/evbarm/instkernel/ramdisk/
H A DMakefile19 dot.profile \

Completed in 381 milliseconds

12345678910