/src/tests/lib/libc/regex/ |
main.c | 73 regmatch_t subs[NS]; local in function:main 133 subs[0].rm_so = startoff; 134 subs[0].rm_eo = strlen(argv[optind]) - endoff; 136 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); 144 len = (int)(subs[0].rm_eo - subs[0].rm_so); 145 if (subs[0].rm_so != -1) { 148 argv[optind] + subs[0].rm_so); 151 argv[optind] + subs[0].rm_so); 154 if (subs[i].rm_so != -1 248 regmatch_t subs[NSUBS]; local in function:try [all...] |
main.c | 73 regmatch_t subs[NS]; local in function:main 133 subs[0].rm_so = startoff; 134 subs[0].rm_eo = strlen(argv[optind]) - endoff; 136 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); 144 len = (int)(subs[0].rm_eo - subs[0].rm_so); 145 if (subs[0].rm_so != -1) { 148 argv[optind] + subs[0].rm_so); 151 argv[optind] + subs[0].rm_so); 154 if (subs[i].rm_so != -1 248 regmatch_t subs[NSUBS]; local in function:try [all...] |
main.c | 73 regmatch_t subs[NS]; local in function:main 133 subs[0].rm_so = startoff; 134 subs[0].rm_eo = strlen(argv[optind]) - endoff; 136 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); 144 len = (int)(subs[0].rm_eo - subs[0].rm_so); 145 if (subs[0].rm_so != -1) { 148 argv[optind] + subs[0].rm_so); 151 argv[optind] + subs[0].rm_so); 154 if (subs[i].rm_so != -1 248 regmatch_t subs[NSUBS]; local in function:try [all...] |
/src/sbin/routed/ |
defs.h | 528 } subs[MSG_SUBJECT_N]; member in struct:msg_limit
|
defs.h | 528 } subs[MSG_SUBJECT_N]; member in struct:msg_limit
|
defs.h | 528 } subs[MSG_SUBJECT_N]; member in struct:msg_limit
|