Searched refs:fstr (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dfilter.c55 struct berval *fstr );
587 filter2bv_x( Operation *op, Filter *f, struct berval *fstr )
589 filter2bv_undef_x( op, f, 0, fstr );
593 filter2bv_undef_x( Operation *op, Filter *f, int noundef, struct berval *fstr )
613 ber_dupbv_x( fstr, &ber_bvnone, op->o_tmpmemctx );
623 fstr->bv_len = STRLENOF("(=)");
627 fstr->bv_len = STRLENOF("(>=)");
631 fstr->bv_len = STRLENOF("(<=)");
635 fstr->bv_len = STRLENOF("(~=)");
655 fstr
[all...]
H A Dcontrols.c1335 struct berval fstr = BER_BVNULL; local
1376 filter2bv_x( op, op->o_assertion, &fstr );
1379 op->o_connid, fstr.bv_len ? fstr.bv_val : "empty" , 0 );
1380 op->o_tmpfree( fstr.bv_val, op->o_tmpmemctx );
1520 struct berval fstr = BER_BVNULL; local
1560 vrFilter2bv( op, op->o_vrFilter, &fstr );
1564 fstr.bv_len ? fstr.bv_val : "empty", 0, 0 );
1565 op->o_tmpfree( fstr
[all...]
H A Dsaslauthz.c916 struct berval *fstr,
928 BER_BVZERO( fstr );
1138 fstr->bv_len = STRLENOF( "(&(objectClass=)(=" /* )) */ )
1140 fstr->bv_val = ch_malloc( fstr->bv_len + 1 );
1142 tmp = lutil_strncopy( fstr->bv_val, "(&(objectClass=" /* )) */ ,
1215 ber_str2bv( ludp->lud_filter, 0, 0, fstr );
1231 BER_BVZERO( fstr );
909 slap_parseURI( Operation *op, struct berval *uri, struct berval *base, struct berval *nbase, int *scope, Filter **filter, struct berval *fstr, int normalize ) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dmap.c340 struct berval *fstr,
365 assert( fstr != NULL );
366 BER_BVZERO( fstr );
369 ber_dupbv_x( fstr, &ber_bvnone, memctx );
381 fstr->bv_len = atmp.bv_len + vtmp.bv_len
383 fstr->bv_val = ber_memalloc_x( fstr->bv_len + 1, memctx );
385 snprintf( fstr->bv_val, fstr->bv_len + 1, "(%s=%s)",
398 fstr
337 ldap_back_int_filter_map_rewrite( dncookie *dc, Filter *f, struct berval *fstr, int remap, void *memctx ) argument
622 ldap_back_filter_map_rewrite( dncookie *dc, Filter *f, struct berval *fstr, int remap, void *memctx ) argument
[all...]
H A Dback-meta.h139 struct berval *fstr,
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dscanf.rb624 fstr = Scanf::FormatString.new(str)
627 if eof || (tty? &&! fstr.match(source_buffer))
634 current_match = fstr.match(source_buffer)
636 spec = fstr.last_spec_tried
644 elsif (fstr.matched_count == fstr.spec_count - 1)
645 if /\A\s*\z/.match(fstr.string_left)
655 source_buffer.replace(fstr.string_left)
657 break if fstr.last_spec
658 fstr
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drwmmap.c514 struct berval *fstr )
538 assert( fstr != NULL );
539 BER_BVZERO( fstr );
542 ber_dupbv_x( fstr, &ber_bvnone, op->o_tmpmemctx );
562 fstr->bv_len = atmp.bv_len + vtmp.bv_len + STRLENOF( "(=)" );
563 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
565 snprintf( fstr->bv_val, fstr->bv_len + 1, "(%s=%s)",
579 fstr
[all...]
H A Dpcache.c336 struct berval *fstr );
1882 struct berval *fstr )
1891 ret = snprintf( fstr->bv_val+fstr->bv_len, len + 1, "(%s=)", ad->ad_cname.bv_val );
1893 fstr->bv_len += len;
1899 ret = snprintf( fstr->bv_val+fstr->bv_len, len + 1, "(%s>=)", ad->ad_cname.bv_val);
1901 fstr->bv_len += len;
1907 ret = snprintf( fstr->bv_val+fstr
[all...]
H A Drwm.h158 struct berval *fstr );
H A Drwm.c944 struct berval fstr = BER_BVNULL; local
970 rc = rwm_filter_map_rewrite( op, &dc, op->ors_filter, &fstr );
976 f = str2filter_x( op, fstr.bv_val );
984 op->ors_filterstr = fstr;
1012 if ( !BER_BVISNULL( &fstr ) ) {
1013 op->o_tmpfree( fstr.bv_val, op->o_tmpmemctx );
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dstabs.c188 char *fstr = NULL, *ofstr = NULL; local
285 fstr = concat(fstr, str, offset);
288 fstr = concat(fstr, str, 0);
291 fstr, stab->n_type, 0, stab->n_desc,
303 if (ofstr && strcmp(fstr, ofstr) == 0) {
305 free(fstr);
306 fstr = NULL;
312 ofstr = fstr;
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dmksyntax.c49 char *fstr; member in struct:wordflag
101 if (strcmp (s, wordflags[i].fstr) == 0)
159 return (wordflags[i].fstr);
168 char *s, *fstr; local
177 fstr = getcstr (flag);
178 fprintf(stderr, "added %s for character %s\n", fstr, cdesc(uc));
190 char *fstr; local
194 fstr = getcstr (flag);
195 fprintf (stderr, "added %s for character %s\n", fstr, cdesc(c));
265 fputs (wordflags[0].fstr, f
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-help.c1052 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_HEADER, argp, pest->state);
1054 if (fstr)
1056 if (*fstr)
1064 __argp_fmtstream_puts (pest->stream, fstr);
1072 if (fstr != tstr)
1073 free ((char *) fstr);
1218 const char *fstr = filter_doc (tstr, real->key, entry->argp, state);
1219 if (fstr && *fstr)
1233 __argp_fmtstream_puts (stream, fstr);
1036 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_HEADER, argp, pest->state); local
1201 const char *fstr = filter_doc (tstr, real->key, entry->argp, state); local
1250 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_DUP_ARGS_NOTE, local
[all...]
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c800 asl_base_msg(asl_client_t *asl, uint32_t level, const struct timeval *tv, const char *sstr, const char *fstr, const char *mstr) argument
886 if (fstr == NULL)
888 status = asl_msg_lookup((asl_msg_t *)asl->kvdict, ASL_KEY_FACILITY, &fstr, NULL);
889 if (status != 0) fstr = NULL;
892 if (fstr != NULL) asl_msg_set_key_val(aux, ASL_KEY_FACILITY, fstr);
905 const char *val, *sstr, *fstr; local
936 fstr = NULL;
937 status = asl_msg_lookup(msg, ASL_KEY_FACILITY, &fstr, NULL);
938 if (status != 0) fstr
951 const char *sstr, *fstr; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportUtils.cpp79 CFStringRef fstr,
83 if(fstr == NULL) {
87 if(CFStringHasSuffix(fstr, CFSTR(".cer")) ||
88 CFStringHasSuffix(fstr, CFSTR(".crt"))) {
94 if(CFStringHasSuffix(fstr, CFSTR(".p12")) ||
95 CFStringHasSuffix(fstr, CFSTR(".pfx"))) {
103 CFURLRef url = CFURLCreateWithString(NULL, fstr, NULL);
112 exten = fstr;
78 impExpImportParseFileExten( CFStringRef fstr, SecExternalFormat *inputFormat, SecExternalItemType *itemType) argument
H A DSecImportExportUtils.h80 CFStringRef fstr,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportUtils.cpp79 CFStringRef fstr,
83 if(fstr == NULL) {
87 if(CFStringHasSuffix(fstr, CFSTR(".cer")) ||
88 CFStringHasSuffix(fstr, CFSTR(".crt"))) {
94 if(CFStringHasSuffix(fstr, CFSTR(".p12")) ||
95 CFStringHasSuffix(fstr, CFSTR(".pfx"))) {
103 CFURLRef url = CFURLCreateWithString(NULL, fstr, NULL);
112 exten = fstr;
78 impExpImportParseFileExten( CFStringRef fstr, SecExternalFormat *inputFormat, SecExternalItemType *itemType) argument
H A DSecImportExportUtils.h80 CFStringRef fstr,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportUtils.cpp79 CFStringRef fstr,
83 if(fstr == NULL) {
87 if(CFStringHasSuffix(fstr, CFSTR(".cer")) ||
88 CFStringHasSuffix(fstr, CFSTR(".crt"))) {
94 if(CFStringHasSuffix(fstr, CFSTR(".p12")) ||
95 CFStringHasSuffix(fstr, CFSTR(".pfx"))) {
103 CFURLRef url = CFURLCreateWithString(NULL, fstr, NULL);
112 exten = fstr;
78 impExpImportParseFileExten( CFStringRef fstr, SecExternalFormat *inputFormat, SecExternalItemType *itemType) argument
H A DSecImportExportUtils.h80 CFStringRef fstr,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h55 std::ifstream fstr; member in class:llvm::LineReader
62 fstr.open(filename.c_str());
67 fstr.close();
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsubst.c1466 char *s = aptr, *fstr, *idbeg, *idend, *ostr = (char *) getdata(n); local
2521 /* fstr is to be the text following the substitution. If we have *
2523 fstr = s;
2526 for (bct = 1; (c = *fstr); fstr++) {
2539 *fstr++ = '\0';
3143 fstr = s;
3549 aptr[-1] == Dnull && *fstr == Dnull)
3550 *--aptr = '\0', fstr++;
3552 y = (char *) hcalloc((aptr - ostr) + vallen + strlen(fstr)
[all...]
H A Dtext.c877 static char *fstr[] = local
916 taddstr(fstr[REDIR_HEREDOC]);
921 taddstr(fstr[REDIR_HERESTR]);
950 taddstr(fstr[f->type]);
H A Dmodule.c3053 char *fstr = *fp; local
3055 if (*fstr == '+')
3056 fstr++;
3057 else if (*fstr == '-') {
3058 fstr++;
3061 if ((linknodebystring(m->autoloads, fstr) != NULL) !=
/macosx-10.10.1/vim-55/runtime/autoload/
H A Drubycomplete.vim152 let fstr = '=\s*\([^ \t]\+.' . ctors .'\>\|[\[{"''/]\|%[xwQqr][(\[{@]\|[A-Za-z0-9@:\-()\.]\+...\?\|lambda\|&\)'
153 let sstr = ''.a:v.'\>\s*[+\-*/]*'.fstr
156 let str = matchstr(getline(lnum),fstr,lcol)

Completed in 238 milliseconds

12