/src/usr.bin/make/unit-tests/ |
gnode-submake.mk | 14 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 [all...] |
gnode-submake.mk | 14 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 [all...] |
cond-func-make.mk | 10 .if make(via-dot-makeflags) 14 .MAKEFLAGS: via-dot-makeflags 19 .if !make(via-dot-makeflags) 33 via-cmdline via-dot-makeflags:
|
cond-func-make.mk | 10 .if make(via-dot-makeflags) 14 .MAKEFLAGS: via-dot-makeflags 19 .if !make(via-dot-makeflags) 33 via-cmdline via-dot-makeflags:
|
cond-func-make-main.mk | 37 .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)
|
cond-func-make-main.mk | 37 .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)
|
/src/tests/modules/k_helper3/ |
k_helper3.c | 61 char filename[MAXPATHLEN], *propsstr, *shortname, *dot; local in function:load 94 dot = strrchr(shortname, '.'); 95 if (dot) 96 *dot = 0;
|
k_helper3.c | 61 char filename[MAXPATHLEN], *propsstr, *shortname, *dot; local in function:load 94 dot = strrchr(shortname, '.'); 95 if (dot) 96 *dot = 0;
|
/src/usr.bin/audio/common/ |
decode.c | 79 char *s, *colon, *dot; local in function:decode_time 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');
|
decode.c | 79 char *s, *colon, *dot; local in function:decode_time 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 in function:vwalk 86 argv[0] = dot;
|
verify.c | 85 char dot[] = "."; local in function:vwalk 86 argv[0] = dot;
|
/src/bin/pax/ |
sel_subs.c | 341 int dot = 0; local in function:trng_add 363 dot = 0; 368 * allow only one dot per range (secs) 370 if ((*stpt == '.') && (!dot)) { 371 ++dot; 551 const char *dot, *t; local in function:str_sec 554 for (t = p, dot = NULL; *t; ++t) { 557 if (*t == '.' && dot == NULL) { 558 dot = t; 566 if (dot != NULL) [all...] |
sel_subs.c | 341 int dot = 0; local in function:trng_add 363 dot = 0; 368 * allow only one dot per range (secs) 370 if ((*stpt == '.') && (!dot)) { 371 ++dot; 551 const char *dot, *t; local in function:str_sec 554 for (t = p, dot = NULL; *t; ++t) { 557 if (*t == '.' && dot == NULL) { 558 dot = t; 566 if (dot != NULL) [all...] |
/src/sys/compat/freebsd/ |
freebsd_sysctl.c | 188 char *dot; local in function:freebsd_sysctl_name2oid 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';
|
freebsd_sysctl.c | 188 char *dot; local in function:freebsd_sysctl_name2oid 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 in typeref:typename:char[] 90 path = *argv != NULL ? *argv++ : dot;
|
realpath.c | 58 char dot[] = "."; variable in typeref:typename:char[] 90 path = *argv != NULL ? *argv++ : dot;
|
/src/games/caesar/ |
caesar.c | 132 double dot, winnerdot; local in function:guess_and_rotate 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;
|
caesar.c | 132 double dot, winnerdot; local in function:guess_and_rotate 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/tests/lib/libc/gen/ |
t_glob.c | 83 static struct vfs_file dot[] = { variable in typeref:struct:vfs_file[] 101 VFS_DIR_INIT(".", dot),
|
t_glob.c | 83 static struct vfs_file dot[] = { variable in typeref:struct:vfs_file[] 101 VFS_DIR_INIT(".", dot),
|
/src/usr.bin/nbsvtool/ |
nbsvtool.c | 389 char *dot; local in function:main 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/libc/gen/ |
sysctlgetmibinfo.c | 417 const char *piece, *dot; local in function:sysctlgetmibinfo_unlocked 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/bin/date/ |
date.c | 355 const char *dot, *t, *op; local in function:setthetime 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);
|