Searched refs:dot (Results 1 - 25 of 145) sorted by relevance

123456

/freebsd-11-stable/share/skel/
H A DMakefile5 FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
6 dot.shrc
7 FILES2= dot.mail_aliases dot.rhosts
/freebsd-11-stable/usr.sbin/bsdconfig/dot/
H A DMakefile5 FILESDIR= ${LIBEXECDIR}/bsdconfig/dot
9 SCRIPTS= dot
/freebsd-11-stable/share/misc/
H A DMakefile8 FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
9 committers-src.dot eqnchar flowers init.ee \
12 organization.dot
/freebsd-11-stable/usr.sbin/bsdconfig/dot/include/
H A DMakefile3 FILESDIR= ${LIBEXECDIR}/bsdconfig/dot/include
/freebsd-11-stable/share/examples/smbfs/
H A DMakefile5 FILES= dot.nsmbrc
/freebsd-11-stable/usr.bin/caesar/
H A Dcaesar.c81 int ch, dot, i, nread, winnerdot = 0; local
115 * now "dot" the freqs with the observed letter freqs
119 dot = 0;
121 dot += obs[i] * stdf[(i + try) % 26];
124 winnerdot = dot;
125 if (dot > winnerdot) {
128 winnerdot = dot;
/freebsd-11-stable/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c61 char filename[MAXPATHLEN], *propsstr, *shortname, *dot; local
94 dot = strrchr(shortname, '.');
95 if (dot)
96 *dot = 0;
/freebsd-11-stable/usr.bin/mail/
H A Dcmd1.c51 * Don't change dot if invoker didn't give an argument.
75 if (dot != &message[n-1])
76 dot = mp;
156 dot = &message[*ip - 1];
181 curind = dot == mp ? '>' : ' ';
208 * Print out the value of dot.
213 printf("%td\n", dot - &message[0] + 1);
323 dot = mp;
377 dot = mp;
404 dot
[all...]
H A Dcmd2.c52 * following dot, otherwise, go to the next applicable message.
65 * first applicable one following dot using
69 mdot = dot - &message[0] + 1;
73 * message list which follows dot.
85 dot = mp;
106 * Just find the next good message after dot, no
110 for (mp = dot+1; mp < &message[msgCount]; mp++)
117 dot = mp;
120 * Print dot.
123 list[0] = dot
[all...]
H A Dglob.h65 extern struct message *dot; /* Pointer to current message */
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_token.l65 dot \.
76 usec {dot}{digit}{1,6}
84 octetstring {octet}({dot}{octet})+
/freebsd-11-stable/usr.sbin/bsdconfig/
H A DMakefile8 dot \
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dlexer.l71 dot \.
78 usec {dot}{digit}{1,6}
84 octetstring {octet}({dot}{octet})+
85 ipv4addr {digit}{1,3}({dot}{digit}{1,3}){0,3}
90 hostname {name}(({dot}{name})+{dot}?)?
/freebsd-11-stable/contrib/ntp/libntp/
H A Ddecodenetnum.c112 char *dot = strchr(haddr, '.'); local
113 if (col == dot) {
114 /* no dot, no colon: bad! */
117 /* no colon, only dot: IPv4! */
119 } else if (!dot || col < dot) {
120 /* no dot or 1st colon before 1st dot: IPv6! */
123 /* 1st dot before 1st colon: must be IPv4 with port */
/freebsd-11-stable/contrib/amd/amq/
H A Dpawd.c92 char *to, *ch, *hes_name, *dot; local
135 dot = hes_name;
136 while (*dot && *dot != '.') dot++;
137 *dot = '\0';
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c185 int dot, len; local
233 *path, modname, &dot);
236 *path, modname, &dot, LIB_MAJ);
239 *path, modname, PAM_SOEXT, &dot, LIB_MAJ);
248 if (errno == ENOENT && modpath[dot] != '\0') {
250 modpath[dot] = '\0';
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c58 char *dot = strchr (host, '.'); local
59 if (dot != NULL)
60 *dot = '\0';
/freebsd-11-stable/bin/date/
H A Ddate.c211 const char *dot, *t; local
230 for (t = p, dot = NULL; *t; ++t) {
233 if (*t == '.' && dot == NULL) {
234 dot = t;
240 if (dot != NULL) { /* .ss */
241 dot++; /* *dot++ = '\0'; */
242 if (strlen(dot) != 2)
244 lt->tm_sec = ATOI2(dot);
252 switch (strlen(p) - ((dot !
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c77 char *dot; local
83 dot = strchr (hostname_str, '.');
84 if (dot != NULL)
85 return dot + 1;
100 dot = strchr (hostname_str, '.');
101 if (dot != NULL)
102 return dot + 1;
/freebsd-11-stable/bin/pax/
H A Dsel_subs.c332 int dot = 0; local
354 dot = 0;
359 * allow only one dot per range (secs)
361 if ((*stpt == '.') && (!dot)) {
362 ++dot;
539 char *dot = NULL; local
542 if ((dot = strchr(str, '.')) != NULL) {
546 *dot++ = '\0';
547 if (strlen(dot) != 2)
549 if ((lt->tm_sec = ATOI2(dot)) > 6
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dsubsegs.h82 symbolS *dot; member in struct:segment_info_struct
/freebsd-11-stable/usr.sbin/ngctl/
H A DMakefile8 SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp129 if (val < dot && inSec)
135 expandOutputSection(val - dot);
137 dot = val;
221 if (cmd->sym) // sym is nullptr for dot.
733 uint64_t start = isTbss ? dot + ctx->threadBssOffset : dot;
738 ctx->threadBssOffset = end - dot;
740 dot = end;
807 dot = 0;
812 dot
[all...]
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.h54 int dot; /* -V */ member in struct:cpio
/freebsd-11-stable/sbin/setkey/
H A Dtoken.l74 dot \.
87 hostname {name}(({dot}{name})+{dot}?)?

Completed in 173 milliseconds

123456