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

12345

/freebsd-10-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-10-stable/usr.sbin/bsdconfig/dot/
H A DMakefile7 FILESDIR= ${LIBEXECDIR}/bsdconfig/dot
11 SCRIPTS= dot
/freebsd-10-stable/usr.sbin/bsdconfig/dot/include/
H A DMakefile5 FILESDIR= ${LIBEXECDIR}/bsdconfig/dot/include
/freebsd-10-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-10-stable/share/examples/smbfs/
H A DMakefile5 FILES= dot.nsmbrc
/freebsd-10-stable/games/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-10-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-10-stable/usr.sbin/bsdconfig/
H A DMakefile6 dot \
/freebsd-10-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 struct message *dot; /* Pointer to current message */ variable in typeref:struct:message
/freebsd-10-stable/lib/libipsec/
H A Dpolicy_token.l65 dot \.
76 usec {dot}{digit}{1,6}
84 octetstring {octet}({dot}{octet})+
/freebsd-10-stable/usr.sbin/rrenumd/
H A Dlexer.l74 dot \.
81 usec {dot}{digit}{1,6}
87 octetstring {octet}({dot}{octet})+
88 ipv4addr {digit}{1,3}({dot}{digit}{1,3}){0,3}
93 hostname {name}(({dot}{name})+{dot}?)?
/freebsd-10-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-10-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-10-stable/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c58 char *dot = strchr (host, '.'); local
59 if (dot != NULL)
60 *dot = '\0';
/freebsd-10-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-10-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-10-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-10-stable/contrib/binutils/gas/
H A Dsubsegs.h82 symbolS *dot; member in struct:segment_info_struct
/freebsd-10-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-10-stable/contrib/libarchive/cpio/
H A Dcpio.h54 int dot; /* -V */ member in struct:cpio
/freebsd-10-stable/sbin/setkey/
H A Dtoken.l74 dot \.
87 hostname {name}(({dot}{name})+{dot}?)?
/freebsd-10-stable/contrib/amd/amd/
H A Dget_args.c244 char *dot = strchr(optarg, '.'); local
246 if (dot)
247 *dot = '\0';
252 if (dot) {
254 gopt.amfs_auto_retrans[i] = atoi(dot + 1);
255 *dot = '.';
/freebsd-10-stable/contrib/bmake/
H A Ddir.c96 * Dir_InitDot Set the dot Path.
233 static Path *dot; /* contents of current directory */ variable
234 static Path *cur; /* contents of current directory, if not dot */
395 * (re)initialize "dot" (current/object directory) path hash
407 if (dot != NULL) {
411 ln = Lst_Member(openDirectories, dot);
415 dot = Dir_AddDir(NULL, ".");
417 if (dot == NULL) {
423 * We always need to have dot around, so we increment its reference count
426 dot
[all...]

Completed in 235 milliseconds

12345