Searched refs:seplen (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | auxprop.c | 513 int prop_format(struct propctx *ctx, const char *sep, int seplen, in prop_format() argument 521 if(!sep) seplen = 0; in prop_format() 522 if(seplen < 0) seplen = strlen(sep); in prop_format() 524 needed = seplen * (ctx->used_values - 1); in prop_format() 538 if(seplen && flag) { in prop_format() 539 strncat(outbuf, sep, seplen); in prop_format()
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | cfg_link.c | 681 #define seplen (sizeof (AP_PATH_SEP) - 1) in pci_cfg_ap_path() macro 746 pathptr -= seplen; in pci_cfg_ap_path() 752 (void) memcpy(pathptr, AP_PATH_SEP, seplen); in pci_cfg_ap_path() 851 #undef seplen in pci_cfg_ap_path() 921 #define seplen (sizeof (AP_PATH_SEP) - 1) in pci_cfg_info_data() macro 939 prev = sep + seplen; in pci_cfg_info_data() 946 #undef seplen in pci_cfg_info_data()
|
/titanic_41/usr/src/lib/libsasl/include/ |
H A D | prop.h | 147 int prop_format(struct propctx *ctx, const char *sep, int seplen,
|
H A D | saslplug.h | 164 int (*prop_format)(struct propctx *ctx, const char *sep, int seplen,
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk4.c | 362 size_t seplen; in f_split() local 411 seplen = wcslen(cp = (wchar_t *)exprstring(varFS)); in f_split() 413 (seplen+1) * sizeof(wchar_t)); in f_split() 448 stringnode(savesep, FSTATIC, seplen)); in f_split()
|
H A D | awk3.c | 1595 register int seplen; in lfield() local 1605 seplen = wcslen(sep = (wchar_t *)exprstring(varOFS)); in lfield() 1648 seplen * sizeof (wchar_t)); in lfield() 1649 op += seplen; in lfield() 2112 register int seplen; in makeindex() local 2155 seplen = wcslen(sep = (wchar_t *)exprstring(varSUBSEP)); in makeindex() 2170 cp = erealloc(cp, (n+len+seplen+1) * sizeof (wchar_t)); in makeindex() 2171 (void) memcpy(cp+n, sep, seplen * sizeof (wchar_t)); in makeindex() 2172 n += seplen; in makeindex()
|