| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | dep-double-colon-indep.mk | 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-1400 31 dep-double-colon-1300:: dep-double-colon-1500
|
| H A D | depsrc-usebefore-double-colon.mk | 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:: 30 @echo double-colon late
|
| H A D | dep.mk | 9 only-colon: 11 only-colon! 13 only-colon:: 16 only-colon:
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | search_list.c | 31 const char *beg, *colon; in search_list_append() local 34 colon = paths - 1; in search_list_append() 37 beg = colon + 1; in search_list_append() 38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append() 40 if (colon) in search_list_append() 41 len = colon - beg; in search_list_append() 59 while (colon); in search_list_append()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | search_list.c | 31 const char *beg, *colon; in search_list_append() local 34 colon = paths - 1; in search_list_append() 37 beg = colon + 1; in search_list_append() 38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append() 40 if (colon) in search_list_append() 41 len = colon - beg; in search_list_append() 59 while (colon); in search_list_append()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | bio_prefix_text.c | 142 char *colon; in setup() local 188 colon = strchr(arg, ':'); in setup() 190 if (colon != NULL) { in setup() 198 colon++; in setup() 200 colon = arg; in setup() 202 indent = strtoul(colon, &endptr, 10); in setup() 226 colon = strchr(arg, ':'); in setup() 228 if (colon != NULL) { in setup() 236 colon++; in setup() 238 colon = arg; in setup() [all …]
|
| /netbsd-src/usr.bin/audio/common/ |
| H A D | decode.c | 79 char *s, *colon, *dot; in decode_time() local 90 if ((colon = strchr(s, ':')) != NULL) { in decode_time() 91 *colon++ = '\0'; in decode_time() 94 s = colon; in decode_time() 96 if ((colon = strchr(s, ':')) != NULL) { in decode_time() 97 *colon++ = '\0'; in decode_time() 101 s = colon; in decode_time()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | restart.c | 148 char *colon = strchr(me->mnt_fsname, ':'); in restart() local 149 if (colon && strstr(colon, "(pid")) in restart() 202 char *colon; in restart_automounter_nodes() local 216 colon = strchr(me->mnt_fsname, ':'); in restart_automounter_nodes() 217 if (!colon || !strstr(colon, "(pid")) in restart_automounter_nodes() 225 if (sscanf(colon, "%*[^(](pid%ld%*[,)]", &pid) != 1) { in restart_automounter_nodes() 240 if (sscanf(colon, "%*[^,],port%hu)", &port) != 1) { in restart_automounter_nodes()
|
| H A D | ops_nfs.c | 735 char *colon; in nfs_init() local 766 colon = strchr(mf->mf_info, ':'); in nfs_init() 767 if (colon == 0) in nfs_init() 770 error = prime_nfs_fhandle_cache(colon + 1, mf->mf_server, &fhs, mf); in nfs_init() 784 char *colon; in mount_nfs_fh() local 807 if (!(colon = strchr(fs_name, ':'))) in mount_nfs_fh() 810 *colon = '\0'; in mount_nfs_fh() 814 *colon = ':'; in mount_nfs_fh() 1057 char *colon, *path; in nfs_umounted() local 1077 colon = path = strchr(mf->mf_info, ':'); in nfs_umounted() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | findcomp.cc | 98 std::string::size_type colon = m_str.find(':', last_pos); in next() local 101 if (colon == std::string::npos) in next() 103 m_pos = colon; in next() 104 result = m_str.substr(last_pos, colon); in next() 108 m_pos = colon + 1; in next() 109 result = m_str.substr(last_pos, colon - last_pos); in next()
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | findcomp.cc | 98 std::string::size_type colon = m_str.find(':', last_pos); in next() local 101 if (colon == std::string::npos) in next() 103 m_pos = colon; in next() 104 result = m_str.substr(last_pos, colon); in next() 108 m_pos = colon + 1; in next() 109 result = m_str.substr(last_pos, colon - last_pos); in next()
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
| H A D | double_colon | 2 $description = "Test handling of double-colon rules."; 7 - Multiple commands for the same (double-colon) target 10 - Double-colon targets that aren't the goal target. 12 Then we do the same thing for parallel builds: double-colon 46 # TEST 0: A simple double-colon rule that isn't the goal target. 60 # TEST 2: A simple double-colon rule that is the goal target 74 # TEST 4: Each double-colon rule is supposed to be run individually 91 # TEST 6: Each double-colon rule is supposed to be run individually 128 # TEST 9: make sure all rules in s double colon family get executed
|
| /netbsd-src/usr.bin/mkdep/ |
| H A D | mkdep.c | 217 char *buf, *lim, *ptr, *line, *suf, *colon, *eol; in main() local 376 for (colon = line; *colon != ':'; colon++) { in main() 377 if (colon >= eol) { in main() 378 colon = NULL; in main() 382 if (isspace((unsigned char)*line) || colon == NULL) { in main() 392 for (suf = colon; suf > buf; suf--) { in main() 438 if (write(dependfile, colon, eol - colon) < 0) in main() 450 save_for_optional(colon + 1, eol); in main()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/checkmount/ |
| H A D | checkmount_ultrix.c | 61 char *colon; in fixmount_check_mount() local 63 if (colon = strchr(ment.fd_devname, ':')) { in fixmount_check_mount() 64 *colon = '\0'; in fixmount_check_mount() 65 if ((STREQ(colon + 1, path) || in fixmount_check_mount()
|
| H A D | checkmount_bsd44.c | 58 char *colon; in fixmount_check_mount() local 69 if ((colon = strchr(mntp->f_mntfromname, ':'))) { in fixmount_check_mount() 70 *colon = '\0'; in fixmount_check_mount() 71 if (STREQ(colon + 1, path) && in fixmount_check_mount()
|
| H A D | checkmount_svr4.c | 65 char *colon; in fixmount_check_mount() local 67 if ((colon = strchr(ment.mnt_fsname, ':'))) { in fixmount_check_mount() 68 *colon = '\0'; in fixmount_check_mount() 69 if ((STREQ(colon + 1, path) || in fixmount_check_mount()
|
| H A D | checkmount_default.c | 83 char *colon; local 85 if ((colon = strchr(ment->mnt_fsname, ':'))) { 86 *colon = '\0'; 87 if ((STREQ(colon + 1, path) ||
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | quote_822_local.c | 160 const char *colon; in quote_822_local_flags() local 168 if (mbox[0] == '@' && (colon = strchr(mbox, ':')) != 0) in quote_822_local_flags() 169 start = colon + 1; in quote_822_local_flags() 191 const char *colon; in unquote_822_local() local 198 if (mbox[0] == '@' && (colon = strchr(mbox, ':')) != 0) { in unquote_822_local() 199 start = colon + 1; in unquote_822_local()
|
| /netbsd-src/usr.sbin/wgconfig/ |
| H A D | wgconfig.c | 526 char *bracket, *colon; in handle_option_endpoint() local 534 colon = bracket + 1; in handle_option_endpoint() 535 if (*colon != ':') in handle_option_endpoint() 537 *colon = '\0'; in handle_option_endpoint() 538 port = colon + 1; in handle_option_endpoint() 540 char *colon, *tmp; in handle_option_endpoint() local 541 colon = strchr(addr_port, ':'); in handle_option_endpoint() 542 if (colon == NULL) in handle_option_endpoint() 544 tmp = strchr(colon + 1, ':'); in handle_option_endpoint() 551 colon = last_colon; in handle_option_endpoint() [all …]
|
| /netbsd-src/usr.sbin/ypserv/mknetid/ |
| H A D | mknetid.c | 218 int colon; in read_passwd() local 236 for (k = p, colon = 0; *k != '\0'; k++) in read_passwd() 238 colon++; in read_passwd() 240 if (colon != 6) { in read_passwd() 293 int colon; in read_group() local 311 for (k = p, colon = 0; *k != '\0'; k++) in read_group() 313 colon++; in read_group() 315 if (colon != 3) { in read_group()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | expand.c | 249 char *end, *colon; in variable_expand_string() local 300 colon = lindex (beg, end, ':'); in variable_expand_string() 301 if (colon) in variable_expand_string() 306 subst_beg = colon + 1; in variable_expand_string() 312 colon = 0; in variable_expand_string() 320 v = lookup_variable (beg, colon - beg); in variable_expand_string() 322 warn_undefined (beg, colon - beg); in variable_expand_string() 373 if (colon == 0) in variable_expand_string()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | cpu-aarch64.c | 92 const char * colon; in scan() local 93 if ((colon = strchr (string, ':')) != NULL) in scan() 95 if (strncasecmp (string, "aarch64", colon - string) != 0) in scan() 97 string = colon + 1; in scan()
|
| /netbsd-src/external/bsd/iscsi/dist/src/initiator/ |
| H A D | iscsi-initiator.c | 543 char *colon; in main() local 703 if ((colon = strrchr(tinfo.TargetName, ':')) == NULL) { in main() 704 colon = tinfo.TargetName; in main() 706 colon += 1; in main() 731 tv.v[tv.c].stargetname = strdup(colon); in main() 752 cc = snprintf(name, sizeof(name), "/%s", colon); in main() 754 cc = snprintf(name, sizeof(name), "/%s/storage", colon); in main() 757 cc = snprintf(name, sizeof(name), "/%s/hostname", colon); in main() 760 cc = snprintf(name, sizeof(name), "/%s/ip", colon); in main() 762 cc = snprintf(name, sizeof(name), "/%s/targetname", colon); in main() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postalias/ |
| H A D | postalias.c | 306 TOK822 *colon; in postalias() local 418 if ((colon = tok822_find_type(tok_list, ':')) == 0 in postalias() 419 || colon->prev == 0 || colon->next == 0 in postalias() 420 || tok822_rfind_type(colon, ',')) { in postalias() 433 if (tok822_rfind_type(colon, '@') || tok822_rfind_type(colon, '%')) { in postalias() 450 value_list = tok822_cut_after(colon); in postalias() 451 tok822_unlink(colon); in postalias() 452 tok822_free(colon); in postalias()
|
| /netbsd-src/external/bsd/ntp/dist/clockstuff/ |
| H A D | propdelay.c | 310 char *colon; in latlong() local 337 colon = strchr(str, ':'); in latlong() 338 if (colon != NULL) { in latlong() 344 while (cp < colon) in latlong() 350 colon = strchr(cp, ':'); in latlong() 351 if (colon != NULL) { in latlong() 353 while (cp < colon) in latlong()
|