Home
last modified time | relevance | path

Searched refs:sep (Results 201 – 225 of 252) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c1099 const char *sep, argument
1135 if (sep) {
1136 mysep = sep;
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c215 fmev_proxy_cb(sysevent_t *sep, void *arg) in fmev_proxy_cb() argument
223 if ((ev = fmev_sysev2fmev(IHDL2HDL(ihdl), sep, &class, &nvl)) == NULL) { in fmev_proxy_cb()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c2017 char sep = ':'; local
2036 sep = *endp;
2063 *endp = sep;
2070 *endp = sep;
5697 char sep = ':'; local
5793 sep = *endp;
5898 *endp++ = sep;
5899 prevsep = sep;
5950 char sep = ':'; local
5966 sep = *endp;
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c1398 int sep; in split() local
1415 sep = *fs; in split()
1431 sep = 0; in split()
1487 } else if (sep == ' ') { in split()
1516 } else if (sep == '\0') { /* split(s, a, "") => 1 char/elem */ in split()
1537 while (*s != sep && *s != '\n' && *s != '\0') in split()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c939 const char *sep = ":;,"; in smb_parse_secopts() local
947 tlen = strspn(p, sep); in smb_parse_secopts()
950 nlen = strcspn(p, sep); in smb_parse_secopts()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1830 vs_icap_make_strvec(char *line, const char *sep) in vs_icap_make_strvec() argument
1847 for (tmp = strtok_r(vec->iov_base, sep, &ctx); tmp; in vs_icap_make_strvec()
1848 tmp = strtok_r(0, sep, &ctx)) { in vs_icap_make_strvec()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1756 char sep[2]; in joinarray() local
1763 sep[0] = delim; in joinarray()
1764 sep[1] = 0x0; in joinarray()
1769 strcat(buffer, sep); in joinarray()
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c1590 const char *sep; in usage_field() local
1594 sep = ""; in usage_field()
1597 (void) fprintf(stderr, "%s %s", sep, fldp->name); in usage_field()
1598 sep = ","; in usage_field()
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c41 char *sep[] = { "second", "minute", "hour" }; variable
746 (void) printf("%d %s%c ", nums[i], sep[i], in prtime()
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/
H A Dcdoc.py149 sep = m.group(2)
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h1029 const char *sep,
H A Dsaslplug.h162 int (*prop_format)(struct propctx *ctx, const char *sep, int seplen,
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1277 fmd_serd_elem_t *sep; in fmd_case_add_serd() local
1287 for (sep = fmd_list_next(&sgp->sg_list); in fmd_case_add_serd()
1288 sep != NULL; sep = fmd_list_next(sep)) { in fmd_case_add_serd()
1289 if (fmd_case_insert_event(cp, sep->se_event)) in fmd_case_add_serd()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.sh5053 txt="$txt$sep$line"
5097 ?*) echo "${sep}Components in this package:$nl"
6619 sep=
6623 do echo "$sep==> $j <=="
6624 sep=$nl
6656 do echo "$sep==> $j <=="
6657 sep=$nl
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c1844 ldaptool_parse_ctrl_arg(char *ctrl_arg, char sep, argument
1856 strict = (sep == ' ' ? 1 : 0);
1857 if(!(s=strchr(ctrl_arg, sep))) {
1862 if (sep == ' ') {
/illumos-gate/usr/src/common/ficl/softcore/
H A Dclasses.fr4 \ john sadler 1 sep 98
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c1014 char *sep = "/"; in pathstring2epnamenp() local
1018 if ((ptr = strtok(path, sep)) == NULL) in pathstring2epnamenp()
1023 while ((ptr = strtok(NULL, sep)) != NULL) in pathstring2epnamenp()
3535 char *sep = ""; in checkconstraints() local
3541 out(O_ALTFP|O_VERB|O_NONL, sep); in checkconstraints()
3543 sep = ", "; in checkconstraints()
3552 out(O_ALTFP|O_VERB|O_NONL, sep); in checkconstraints()
3554 sep = ", "; in checkconstraints()
3590 out(O_ALTFP|O_VERB|O_NONL, sep); in checkconstraints()
3592 sep = ", "; in checkconstraints()
/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c282 static char *show_asm_constraints(char *buf, const char *sep, struct asm_constraint_list *list) in show_asm_constraints() argument
287 buf += sprintf(buf, "%s\"%s\"", sep, entry->constraint); in show_asm_constraints()
292 sep = ", "; in show_asm_constraints()
519 const char *sep = " "; in show_bb() local
524 printf("%s(%s:%s)", sep, show_pseudo(phi), show_label(phi->def->bb)); in show_bb()
525 sep = ", "; in show_bb()
H A Dpre-process.c2363 const char *sep = ""; in dump_macro() local
2370 printf("%s...", sep); in dump_macro()
2372 printf("%s%s", sep, show_token(token)); in dump_macro()
2374 sep = ","; in dump_macro()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c825 char *sep, *buf, *linkidstr; in ip_usage() local
862 sep = _(", "); in ip_usage()
882 bufsz += (numup * (INET6_ADDRSTRLEN + strlen(sep))); in ip_usage()
909 (void) strlcat(buf, sep, bufsz); in ip_usage()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0.c162 const char *restrict sep, boolean_t bval, size_t *restrict countp) in rustv0_parse_opt_list() argument
175 if (count > 0 && !rust_append(st, sep)) in rustv0_parse_opt_list()
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c1881 nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep, in nvlist_lookup_nvpair_ei_sep() argument
1914 if (sep) in nvlist_lookup_nvpair_ei_sep()
1915 sepp = strchr(np, sep); in nvlist_lookup_nvpair_ei_sep()
1958 if (sep && (*sepp == sep)) in nvlist_lookup_nvpair_ei_sep()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.probe427 '') sep= ;;
428 *) sep=. ;;
431 *,$pre$sep$suf,*)
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c77 char *sep; in i_ipadm_is_if_down() local
81 if ((sep = strrchr(cifname, IPADM_LOGICAL_SEP)) != NULL) in i_ipadm_is_if_down()
82 *sep = '\0'; in i_ipadm_is_if_down()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c135 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep() local
146 memcpy(p, sep, lsep * sizeof(char)); p += lsep; in str_rep()

1234567891011