Searched refs:sep (Results 101 - 125 of 211) sorted by relevance

123456789

/freebsd-10.3-release/contrib/nvi/regex/
H A Dengine.c321 register const RCHAR_T *sep; /* end of string matched by subsubRE */ local
407 sep = slow(m, ssp, rest, ssub, esub);
408 if (sep == NULL || sep == ssp)
411 ssp = sep;
413 if (sep == NULL) {
415 sep = ssp;
418 assert(sep == rest); /* must exhaust substring */
419 assert(slow(m, ssp, sep, ssub, esub) == rest);
420 dp = dissect(m, ssp, sep, ssu
[all...]
/freebsd-10.3-release/lib/libc/regex/
H A Dengine.c386 const char *sep; /* end of string matched by subsubRE */ local
472 sep = slow(m, ssp, rest, ssub, esub);
473 if (sep == NULL || sep == ssp)
476 ssp = sep;
478 if (sep == NULL) {
480 sep = ssp;
483 assert(sep == rest); /* must exhaust substring */
484 assert(slow(m, ssp, sep, ssub, esub) == rest);
485 dp = dissect(m, ssp, sep, ssu
[all...]
/freebsd-10.3-release/contrib/ntp/ntpq/
H A Dlibntpq.c63 char* sep = srcbuf + (datalen >= 0 ? datalen : 0); local
70 while ((dst != dep) && (src != sep) && (ch = (u_char)*src++) != 0) {
/freebsd-10.3-release/crypto/openssh/
H A Dmac.c90 mac_alg_list(char sep) argument
98 ret[rlen++] = sep;
/freebsd-10.3-release/sbin/iscontrol/
H A Dfsm.c225 char *sep; local
247 sep = strchr(sess->op->headerDigest, ',');
248 if(sep == NULL)
253 sep = strchr(sess->op->dataDigest, ',');
254 if(sep == NULL)
/freebsd-10.3-release/usr.sbin/pkg_install/add/
H A Dperform.c301 char subpkg[FILENAME_MAX], *sep; local
304 if ((sep = strrchr(subpkg, '/')) != NULL) {
305 *sep = '\0';
306 if ((sep = strrchr(subpkg, '/')) != NULL) {
307 *sep = '\0';
/freebsd-10.3-release/usr.sbin/ppp/
H A Dnetgraph.c420 * ending with any character from ``sep''. Point ``endp'' at the next
424 #define GETSEGMENT(what, from, sep, endp) \
425 getsegment(#what, (what), sizeof(what), from, sep, endp)
429 const char *sep, const char **endp)
433 if ((len = strcspn(from, sep)) == 0) {
447 *endp += strspn(*endp, sep);
428 getsegment(const char *what, char *word, size_t sz, const char *from, const char *sep, const char **endp) argument
/freebsd-10.3-release/sbin/ifconfig/
H A Difieee80211.c151 static const char *get_string(const char *val, const char *sep,
2541 const char *sep; local
2547 sep = "";
2555 printf("%s%u", sep, i);
2557 printf("%s%u-%u", sep, i, j);
2559 sep = ",";
2575 const char *sep; local
2582 sep = "";
2590 printf("%s%u", sep, i);
2592 printf("%s%u-%u", sep,
2722 const char *sep; local
2806 const char *sep; local
2984 const char *sep; local
4186 const char *sep = " "; local
4945 get_string(const char *val, const char *sep, u_int8_t *buf, int *lenp) argument
[all...]
/freebsd-10.3-release/crypto/openssl/apps/
H A Dspeed.c2594 static char sep[] = ":"; local
2645 alg = atoi(sstrsep(&p, sep));
2646 sstrsep(&p, sep);
2648 results[alg][j] += atof(sstrsep(&p, sep));
2654 k = atoi(sstrsep(&p, sep));
2655 sstrsep(&p, sep);
2657 d = atof(sstrsep(&p, sep));
2663 d = atof(sstrsep(&p, sep));
2675 k = atoi(sstrsep(&p, sep));
2676 sstrsep(&p, sep);
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdb-events.sh543 sep=" ("
546 ass="${ass}${sep}event->data.${function}.${arg}"
547 sep=",
/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c3829 struct nfsdsession *sep = NULL; local
3836 sep = (struct nfsdsession *)malloc(sizeof(struct nfsdsession),
3838 sep->sess_refcnt = 1;
3839 mtx_init(&sep->sess_cbsess.nfsess_mtx, "nfscbsession", NULL, MTX_DEF);
3844 sep->sess_crflags = fxdr_unsigned(uint32_t, *tl);
3846 sep->sess_crflags &= NFSV4CRSESS_CONNBACKCHAN;
3851 sep->sess_maxreq = fxdr_unsigned(uint32_t, *tl++);
3852 sep->sess_maxresp = fxdr_unsigned(uint32_t, *tl++);
3853 sep->sess_maxrespcached = fxdr_unsigned(uint32_t, *tl++);
3854 sep
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dsched-vis.c74 const char *sep;
370 sep = "";
374 cur = safe_concat (buf, cur, sep);
376 sep = ",";
73 const char *sep; local
H A Dtoplev.c1223 const char *indent, const char *sep, const char *term,
1228 int len = strlen (sep) + strlen (type) + strlen (name);
1241 fprintf (file, "%s%s%s", sep, type, name);
1253 const char *indent, const char *sep, const char *term)
1283 pos = print_single_switch (file, pos, max, indent, sep, term, *p, "");
1298 pos = print_single_switch (file, pos, max, indent, sep, term,
1222 print_single_switch(FILE *file, int pos, int max, const char *indent, const char *sep, const char *term, const char *type, const char *name) argument
1252 print_switch_values(FILE *file, int pos, int max, const char *indent, const char *sep, const char *term) argument
/freebsd-10.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm346 my $sep = ' ';
395 $res .= "$sep$el"
411 $sep = ' ' if $arg eq 'on';
412 $sep = '' if $arg eq 'off';
416 return $sep eq '' ? 'off' : 'on';
/freebsd-10.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm373 my $sep = ' ';
422 $res .= "$sep$el"
438 $sep = ' ' if $arg eq 'on';
439 $sep = '' if $arg eq 'off';
443 return $sep eq '' ? 'off' : 'on';
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp321 const char* nl, const char *sep);
572 const char* nl, const char *sep) {
577 Out << nl << sep << "Ranges are empty." << nl;
581 Out << nl << sep << "Ranges of symbol values:"; local
571 print(ProgramStateRef St, raw_ostream &Out, const char* nl, const char *sep) argument
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_string.h458 * Get the next token from @a *str interpreting any char from @a sep as a
469 svn_cstring_tokenize(const char *sep, char **str);
/freebsd-10.3-release/sys/boot/efi/boot1/
H A Dboot1.c279 const char *sep; local
281 sep = "";
284 len = snprintf(buf, size - used, "%s", sep);
296 sep = ":";
/freebsd-10.3-release/contrib/apr/include/
H A Dapr_tables.h214 * elements in the array. If sep is non-NUL, it will be inserted between
218 * @param sep The separator to use
223 const char sep);
/freebsd-10.3-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp435 const char *sep = &DIR_SEPS[1]; local
437 while (*sep)
439 p1 = strrchr(s, *sep);
442 sep++;
/freebsd-10.3-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp208 const char *sep = &DIR_SEPS[1];
209 while (*sep) {
210 p1 = strrchr(base_name, *sep);
213 sep++;
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A Devp_test.c121 static unsigned char *ustrsep(char **p, const char *sep) argument
123 return (unsigned char *)sstrsep(p, sep);
/freebsd-10.3-release/contrib/groff/src/preproc/eqn/
H A Dbox.cpp585 void box_list::list_debug_print(const char *sep) argument
589 fprintf(stderr, "%s", sep);
/freebsd-10.3-release/contrib/sendmail/src/
H A Dmci.c616 char *sep; local
619 sep = logit ? " " : "\n\t";
659 sep, mci->mci_errno, mci->mci_herrno,
660 mci->mci_exitstat, mci->mci_state, (int) mci->mci_pid, sep);
666 sep);
670 mci->mci_status, mci->mci_rstatus, sep);
/freebsd-10.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c1003 char *sep = strchr(locale, '_'); local
1004 if (sep != NULL && isupper(sep[1]) &&
1005 isupper(sep[2])) {
1006 asprintf(&lang_locale, "%.*s%s", (int)(ptrdiff_t)(sep - locale), locale, &sep[3]);

Completed in 336 milliseconds

123456789