/src/usr.bin/make/unit-tests/ |
depsrc-usebefore-double-colon.mk | 1 # $NetBSD: depsrc-usebefore-double-colon.mk,v 1.1 2020/08/22 08:29:13 rillig Exp $ 4 # combined with the double-colon dependency operator. 10 double-colon:: .USEBEFORE 11 @echo double-colon early 1 15 double-colon:: 16 @echo double-colon early 2 20 double-colon:: .USEBEFORE 21 @echo double-colon early 3 25 action: double-colon 29 double-colon: [all...] |
depsrc-usebefore-double-colon.mk | 1 # $NetBSD: depsrc-usebefore-double-colon.mk,v 1.1 2020/08/22 08:29:13 rillig Exp $ 4 # combined with the double-colon dependency operator. 10 double-colon:: .USEBEFORE 11 @echo double-colon early 1 15 double-colon:: 16 @echo double-colon early 2 20 double-colon:: .USEBEFORE 21 @echo double-colon early 3 25 action: double-colon 29 double-colon: [all...] |
depsrc-usebefore-double-colon.mk | 1 # $NetBSD: depsrc-usebefore-double-colon.mk,v 1.1 2020/08/22 08:29:13 rillig Exp $ 4 # combined with the double-colon dependency operator. 10 double-colon:: .USEBEFORE 11 @echo double-colon early 1 15 double-colon:: 16 @echo double-colon early 2 20 double-colon:: .USEBEFORE 21 @echo double-colon early 3 25 action: double-colon 29 double-colon: [all...] |
dep-double-colon-indep.mk | 1 # $NetBSD: dep-double-colon-indep.mk,v 1.1 2020/10/23 19:11:30 rillig Exp $ 16 @rm -f dep-double-colon-1??? 18 _!= touch -t 202001011200 dep-double-colon-1200 19 _!= touch -t 202001011300 dep-double-colon-1300 20 _!= touch -t 202001011400 dep-double-colon-1400 21 _!= touch -t 202001011500 dep-double-colon-1500 23 all: dep-double-colon-1300 25 dep-double-colon-1300:: dep-double-colon-1200 28 dep-double-colon-1300:: dep-double-colon-140 [all...] |
dep.mk | 9 only-colon: 10 # expect+1: Inconsistent operator for only-colon 11 only-colon! 12 # expect+1: Inconsistent operator for only-colon 13 only-colon:: 16 only-colon:
|
dep-double-colon-indep.mk | 1 # $NetBSD: dep-double-colon-indep.mk,v 1.1 2020/10/23 19:11:30 rillig Exp $ 16 @rm -f dep-double-colon-1??? 18 _!= touch -t 202001011200 dep-double-colon-1200 19 _!= touch -t 202001011300 dep-double-colon-1300 20 _!= touch -t 202001011400 dep-double-colon-1400 21 _!= touch -t 202001011500 dep-double-colon-1500 23 all: dep-double-colon-1300 25 dep-double-colon-1300:: dep-double-colon-1200 28 dep-double-colon-1300:: dep-double-colon-140 [all...] |
dep.mk | 9 only-colon: 10 # expect+1: Inconsistent operator for only-colon 11 only-colon! 12 # expect+1: Inconsistent operator for only-colon 13 only-colon:: 16 only-colon:
|
dep-double-colon-indep.mk | 1 # $NetBSD: dep-double-colon-indep.mk,v 1.1 2020/10/23 19:11:30 rillig Exp $ 16 @rm -f dep-double-colon-1??? 18 _!= touch -t 202001011200 dep-double-colon-1200 19 _!= touch -t 202001011300 dep-double-colon-1300 20 _!= touch -t 202001011400 dep-double-colon-1400 21 _!= touch -t 202001011500 dep-double-colon-1500 23 all: dep-double-colon-1300 25 dep-double-colon-1300:: dep-double-colon-1200 28 dep-double-colon-1300:: dep-double-colon-140 [all...] |
dep.mk | 9 only-colon: 10 # expect+1: Inconsistent operator for only-colon 11 only-colon! 12 # expect+1: Inconsistent operator for only-colon 13 only-colon:: 16 only-colon:
|
/src/usr.bin/audio/common/ |
decode.c | 79 char *s, *colon, *dot; local in function:decode_time 90 if ((colon = strchr(s, ':')) != NULL) { 91 *colon++ = '\0'; 94 s = colon; 96 if ((colon = strchr(s, ':')) != NULL) { 97 *colon++ = '\0'; 101 s = colon;
|
decode.c | 79 char *s, *colon, *dot; local in function:decode_time 90 if ((colon = strchr(s, ':')) != NULL) { 91 *colon++ = '\0'; 94 s = colon; 96 if ((colon = strchr(s, ':')) != NULL) { 97 *colon++ = '\0'; 101 s = colon;
|
decode.c | 79 char *s, *colon, *dot; local in function:decode_time 90 if ((colon = strchr(s, ':')) != NULL) { 91 *colon++ = '\0'; 94 s = colon; 96 if ((colon = strchr(s, ':')) != NULL) { 97 *colon++ = '\0'; 101 s = colon;
|
/src/bin/rcp/ |
util.c | 58 colon(char *cp) function in typeref:typename:char * 60 if (*cp == ':') /* Leading colon is part of file name. */
|
util.c | 58 colon(char *cp) function in typeref:typename:char * 60 if (*cp == ':') /* Leading colon is part of file name. */
|
util.c | 58 colon(char *cp) function in typeref:typename:char * 60 if (*cp == ':') /* Leading colon is part of file name. */
|
/src/sbin/newfs_udf/ |
newfs_udf.c | 145 char scrap[255], *colon; local in function:main 211 if ((colon = strstr(optarg, ":"))) { 214 *colon = 0; 216 optarg = colon+1;
|
newfs_udf.c | 145 char scrap[255], *colon; local in function:main 211 if ((colon = strstr(optarg, ":"))) { 214 *colon = 0; 216 optarg = colon+1;
|
newfs_udf.c | 145 char scrap[255], *colon; local in function:main 211 if ((colon = strstr(optarg, ":"))) { 214 *colon = 0; 216 optarg = colon+1;
|
/src/usr.bin/rdist/ |
docmd.c | 656 colon(char *cp) function in typeref:typename:char *
|
docmd.c | 656 colon(char *cp) function in typeref:typename:char *
|
/src/usr.sbin/puffs/mount_psshfs/ |
psshfs.c | 70 static char * colon(char *); 90 colon(char *cp) function in typeref:typename:char * 295 if ((path = colon(host)) != NULL) {
|
psshfs.c | 70 static char * colon(char *); 90 colon(char *cp) function in typeref:typename:char * 295 if ((path = colon(host)) != NULL) {
|
/src/usr.sbin/ypserv/mknetid/ |
mknetid.c | 218 int colon; local in function:read_passwd 236 for (k = p, colon = 0; *k != '\0'; k++) 238 colon++; 240 if (colon != 6) { 293 int colon; local in function:read_group 311 for (k = p, colon = 0; *k != '\0'; k++) 313 colon++; 315 if (colon != 3) {
|
mknetid.c | 218 int colon; local in function:read_passwd 236 for (k = p, colon = 0; *k != '\0'; k++) 238 colon++; 240 if (colon != 6) { 293 int colon; local in function:read_group 311 for (k = p, colon = 0; *k != '\0'; k++) 313 colon++; 315 if (colon != 3) {
|
/src/usr.sbin/altq/libaltq/ |
quip_server.c | 434 const char *colon; local in function:query_list 446 if ((colon = strchr(arg, ':')) == NULL) 448 else if (strchr(colon+1, ':') == NULL)
|