| /src/tests/modules/k_helper3/ |
| k_helper3.c | 61 char filename[MAXPATHLEN], *propsstr, *shortname, *dot; local 94 dot = strrchr(shortname, '.'); 95 if (dot) 96 *dot = 0;
|
| /src/usr.bin/audio/common/ |
| decode.c | 79 char *s, *colon, *dot; local 104 if ((dot = strchr(s, '.')) != NULL) { 107 *dot++ = '\0'; 110 if (!dot[i]) 112 if (!isdigit((unsigned char)dot[i])) 114 tvp->tv_usec += base * (dot[i] - '0');
|
| /src/usr.sbin/mtree/ |
| verify.c | 85 char dot[] = "."; local 86 argv[0] = dot;
|
| create.c | 102 char dot[] = "."; local 105 argv[0] = dot;
|
| /src/bin/pax/ |
| sel_subs.c | 341 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 != NULL) [all...] |
| /src/games/caesar/ |
| caesar.c | 132 double dot, winnerdot; local 153 * now "dot" the freqs with the observed letter freqs 159 dot = 0.0; 161 dot += (obs[upper[i]] + obs[lower[i]]) 164 if (try == 0 || dot > winnerdot) { 167 winnerdot = dot;
|
| /src/sys/compat/freebsd/ |
| freebsd_sysctl.c | 188 char *dot; local 195 if ((dot = strchr(name, (int)'.')) != NULL) 196 *dot++ = '\0'; 203 if ((name = dot) == NULL) { 207 if ((dot = strchr(name, (int)'.')) != NULL) 208 *dot++ = '\0';
|
| /src/usr.bin/realpath/ |
| realpath.c | 58 char dot[] = "."; variable 90 path = *argv != NULL ? *argv++ : dot;
|
| /src/bin/date/ |
| date.c | 355 const char *dot, *t, *op; local 394 for (t = p, dot = NULL; *t; ++t) { 396 if (dot == NULL) { 397 dot = t; 399 badcanotime("Unexpected dot", p, t - p); 407 if (dot != NULL) { /* .ss */ 408 len = strlen(dot); 416 ++dot; 417 lt->tm_sec = ATOI2(dot);
|
| /src/lib/libc/gen/ |
| sysctlgetmibinfo.c | 417 const char *piece, *dot; local 464 if ((dot = strpbrk(gname, "./")) == NULL) 467 sep[0] = dot[0]; 488 dot = strchr(piece, sep[0]); 489 if (dot == NULL) { 497 else if (dot - piece > (intptr_t)(sizeof(token) - 1)) { 503 strncpy(token, piece, (size_t)(dot - piece)); 504 token[dot - piece] = '\0'; 574 piece = (dot != NULL) ? dot + 1 : NULL [all...] |
| /src/usr.bin/nbsvtool/ |
| nbsvtool.c | 389 char *dot; local 397 dot = strrchr(file, '.'); 398 if (dot == NULL || strchr(dot, '/') != NULL) 401 if (strcmp(".sp7", dot) != 0) 403 "File name bad suffix (%s)", dot); 404 *dot = '\0';
|
| /src/lib/libterminfo/ |
| tparm.c | 197 unsigned int done, dot, minus; local 268 done = dot = minus = 0; 292 if (dot == 0) { 293 dot = 1; 327 if (dot == 0)
|
| /src/sbin/restore/ |
| main.c | 97 static char dot[] = "."; local 200 *--argv = dot;
|
| dirs.c | 116 static char dot[2] = "."; /* So it can be modified */ variable 207 i = dirlookup(dot);
|
| /src/tests/lib/libc/gen/ |
| t_glob.c | 83 static struct vfs_file dot[] = { variable in typeref:struct:vfs_file 101 VFS_DIR_INIT(".", dot),
|
| /src/usr.bin/dc/ |
| inout.c | 187 bool dot = false; local 204 if (dot) 206 dot = true; 212 if (dot)
|
| /src/usr.bin/mail/ |
| glob.h | 69 EXTERN struct message *dot; /* Pointer to current message */ variable in typeref:struct:message
|
| /src/usr.sbin/makefs/msdos/ |
| msdosfs_vnops.c | 519 struct direntry dot; member in struct:__anon8503
|
| /src/usr.sbin/makefs/ |
| walk.c | 206 int dot, len; local 228 dot = 0; 234 dot = 1; 241 dot = 0; 297 if (dot) {
|
| /src/usr.bin/make/unit-tests/ |
| Makefile | 420 TESTS+= varname-dot-alltargets 421 TESTS+= varname-dot-curdir 422 TESTS+= varname-dot-includes 423 TESTS+= varname-dot-includedfromdir 424 TESTS+= varname-dot-includedfromfile 425 TESTS+= varname-dot-libs 426 TESTS+= varname-dot-make-dependfile 427 TESTS+= varname-dot-make-expand_variables 428 TESTS+= varname-dot-make-exported 429 TESTS+= varname-dot-make-job [all...] |
| /src/bin/ls/ |
| ls.c | 131 static char dot[] = ".", *dotav[] = { dot, NULL }; local 549 /* Only display dot file if -a/-A set. */
|
| /src/tests/usr.bin/indent/ |
| fmt_decl.c | 622 static CachedDir *dot = NULL; variable
|
| /src/bin/rcp/ |
| rcp.c | 81 static char dot[] = "."; variable 203 targ = dot; 224 src = dot; 300 src = dot; 467 if (!strcmp(dp->d_name, dot) || !strcmp(dp->d_name, ".."))
|
| /src/sys/fs/msdosfs/ |
| msdosfs_vnops.c | 741 struct direntry dot; member in struct:__anon6769
|
| /src/sys/lib/libsa/ |
| dosfs.c | 101 static const struct direntry dot[2] = { variable in typeref:struct:direntry 487 de = dot; 525 *dep = dot + ent;
|