prefix 81 lib/torture/torture.c const char *prefix, prefix 87 lib/torture/torture.c prefix); prefix 418 lib/torture/torture.h const char *prefix, prefix 85 lib/zlib/contrib/untgz/untgz.c char prefix[155]; /* 345 */ prefix 159 lib/zlib/examples/gun.c unsigned short prefix[65536]; /* index to LZW prefix string */ prefix 327 lib/zlib/examples/gun.c code = prefix[code]; prefix 335 lib/zlib/examples/gun.c prefix[end] = (unsigned short)prev; prefix 1586 librpc/gen_ndr/cli_srvsvc.c const char *prefix /* [in] [charset(UTF16)] */, prefix 1598 librpc/gen_ndr/cli_srvsvc.c r.in.prefix = prefix; prefix 231 librpc/gen_ndr/cli_srvsvc.h const char *prefix /* [in] [charset(UTF16)] */, prefix 171 librpc/gen_ndr/drsblobs.h const char *prefix;/* [value(SUPPLEMENTAL_CREDENTIALS_PREFIX),charset(UTF16)] */ prefix 1303 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_pull_charset(ndr, NDR_SCALARS, &r->prefix, 0x30, sizeof(uint16_t), CH_UTF16)); prefix 1324 librpc/gen_ndr/ndr_drsblobs.c ndr_print_string(ndr, "prefix", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?SUPPLEMENTAL_CREDENTIALS_PREFIX:r->prefix); prefix 17380 librpc/gen_ndr/ndr_srvsvc.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, ndr_charset_length(r->in.prefix, CH_UTF16))); prefix 17382 librpc/gen_ndr/ndr_srvsvc.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, ndr_charset_length(r->in.prefix, CH_UTF16))); prefix 17383 librpc/gen_ndr/ndr_srvsvc.c NDR_CHECK(ndr_push_charset(ndr, NDR_SCALARS, r->in.prefix, ndr_charset_length(r->in.prefix, CH_UTF16), sizeof(uint16_t), CH_UTF16)); prefix 17436 librpc/gen_ndr/ndr_srvsvc.c NDR_CHECK(ndr_pull_array_size(ndr, &r->in.prefix)); prefix 17437 librpc/gen_ndr/ndr_srvsvc.c NDR_CHECK(ndr_pull_array_length(ndr, &r->in.prefix)); prefix 17438 librpc/gen_ndr/ndr_srvsvc.c if (ndr_get_array_length(ndr, &r->in.prefix) > ndr_get_array_size(ndr, &r->in.prefix)) { prefix 17439 librpc/gen_ndr/ndr_srvsvc.c return ndr_pull_error(ndr, NDR_ERR_ARRAY_SIZE, "Bad array size %u should exceed array length %u", ndr_get_array_size(ndr, &r->in.prefix), ndr_get_array_length(ndr, &r->in.prefix)); prefix 17441 librpc/gen_ndr/ndr_srvsvc.c NDR_CHECK(ndr_check_string_terminator(ndr, ndr_get_array_length(ndr, &r->in.prefix), sizeof(uint16_t))); prefix 17442 librpc/gen_ndr/ndr_srvsvc.c NDR_CHECK(ndr_pull_charset(ndr, NDR_SCALARS, &r->in.prefix, ndr_get_array_length(ndr, &r->in.prefix), sizeof(uint16_t), CH_UTF16)); prefix 17491 librpc/gen_ndr/ndr_srvsvc.c ndr_print_string(ndr, "prefix", r->in.prefix); prefix 1543 librpc/gen_ndr/srvsvc.h const char *prefix;/* [charset(UTF16)] */ prefix 1149 nsswitch/wbinfo.c static char *wbinfo_prompt_pass(const char *prefix, prefix 1159 nsswitch/wbinfo.c if (prefix) { prefix 1160 nsswitch/wbinfo.c prompt = talloc_asprintf_append(prompt, "%s ", prefix); prefix 127 source3/client/clitar.c static long readtarheader(union hblock *hb, file_info2 *finfo, const char *prefix); prefix 228 source3/client/clitar.c static long readtarheader(union hblock *hb, file_info2 *finfo, const char *prefix) prefix 263 source3/client/clitar.c if ((finfo->name = string_create_s(strlen(prefix) + strlen(hb -> dbuf.name) + 3)) == NULL) { prefix 268 source3/client/clitar.c safe_strcpy(finfo->name, prefix, strlen(prefix) + strlen(hb -> dbuf.name) + 3); prefix 271 source3/client/clitar.c unfixtarname(finfo->name + strlen(prefix), hb->dbuf.name, prefix 1194 source3/lib/ctdbd_conn.c const char prefix[12] = { 0,0,0,0,0,0,0,0,0,0,0xff,0xff }; prefix 1197 source3/lib/ctdbd_conn.c if (memcmp(&in6->sin6_addr, prefix, 12) == 0) { prefix 22 source3/lib/smbconf/testsuite.c static void print_strings(const char *prefix, prefix 27 source3/lib/smbconf/testsuite.c if (prefix == NULL) { prefix 28 source3/lib/smbconf/testsuite.c prefix = ""; prefix 32 source3/lib/smbconf/testsuite.c printf("%s%s\n", prefix, strings[count]); prefix 408 source3/libnet/libnet_keytab.c const char *prefix, prefix 417 source3/libnet/libnet_keytab.c prefix ? prefix : "", prefix 418 source3/libnet/libnet_keytab.c prefix ? "/" : "", prefix 62 source3/libnet/libnet_proto.h const char *prefix, prefix 774 source3/modules/vfs_full_audit.c char *prefix = NULL; prefix 777 source3/modules/vfs_full_audit.c prefix = talloc_strdup(ctx, prefix 780 source3/modules/vfs_full_audit.c if (!prefix) { prefix 790 source3/modules/vfs_full_audit.c prefix); prefix 791 source3/modules/vfs_full_audit.c TALLOC_FREE(prefix); prefix 515 source3/registry/reg_backend_db.c const char *prefix) prefix 526 source3/registry/reg_backend_db.c if (prefix == NULL) { prefix 529 source3/registry/reg_backend_db.c path = talloc_asprintf(mem_ctx, "%s/%s", prefix, keyname); prefix 194 source3/smbd/lanman.c static bool prefix_ok(const char *str, const char *prefix) prefix 196 source3/smbd/lanman.c return(strncmp(str,prefix,strlen(prefix)) == 0); prefix 113 source3/smbd/mangle_hash.c static NTSTATUS mangle_get_prefix(const smb_ucs2_t *ucs2_string, smb_ucs2_t **prefix, prefix 120 source3/smbd/mangle_hash.c *prefix = strdup_w(ucs2_string); prefix 121 source3/smbd/mangle_hash.c if (!*prefix) { prefix 124 source3/smbd/mangle_hash.c if ((p = strrchr_w(*prefix, UCS2_CHAR('.')))) { prefix 126 source3/smbd/mangle_hash.c if ((ext_len > 0) && (ext_len < 4) && (p != *prefix) && prefix 131 source3/smbd/mangle_hash.c SAFE_FREE(*prefix); prefix 134 source3/smbd/mangle_hash2.c static void cache_insert(const char *prefix, int length, unsigned int hash) prefix 136 source3/smbd/mangle_hash2.c char *str = SMB_STRNDUP(prefix, length); prefix 357 source3/smbd/mangle_hash2.c char *prefix; prefix 377 source3/smbd/mangle_hash2.c prefix = cache_lookup(ctx, hash); prefix 378 source3/smbd/mangle_hash2.c if (!prefix) { prefix 394 source3/smbd/mangle_hash2.c name, prefix, extension)); prefix 395 source3/smbd/mangle_hash2.c *pp_out = talloc_asprintf(ctx, "%s.%s", prefix, extension); prefix 397 source3/smbd/mangle_hash2.c M_DEBUG(10,("lookup_name_from_8_3: %s -> %s\n", name, prefix)); prefix 398 source3/smbd/mangle_hash2.c *pp_out = talloc_strdup(ctx, prefix); prefix 401 source3/smbd/mangle_hash2.c TALLOC_FREE(prefix); prefix 72 source3/smbd/share_access.c const char *prefix; prefix 96 source3/smbd/share_access.c if (!do_group_checks(&name, &prefix)) { prefix 110 source3/smbd/share_access.c for (/* initialized above */ ; *prefix != '\0'; prefix++) { prefix 111 source3/smbd/share_access.c if (*prefix == '+') { prefix 130 source3/smbd/share_access.c if (*prefix == '&') { prefix 304 source4/client/cifsdd.c char prefix[24]; prefix 321 source4/client/cifsdd.c snprintf(prefix, sizeof(prefix), "%s=%-*s", prefix 323 source4/client/cifsdd.c (int)(sizeof(prefix) - strlen(args[i].arg_name) - 2), prefix 325 source4/client/cifsdd.c prefix[sizeof(prefix) - 1] = '\0'; prefix 326 source4/client/cifsdd.c fprintf(stdout, " %s%s\n", prefix, args[i].arg_help); prefix 2799 source4/heimdal/lib/asn1/parse.c static void fix_labels2(Type *t, const char *prefix); prefix 2800 source4/heimdal/lib/asn1/parse.c static void fix_labels1(struct memhead *members, const char *prefix) prefix 2807 source4/heimdal/lib/asn1/parse.c asprintf(&m->label, "%s_%s", prefix, m->gen_name); prefix 2815 source4/heimdal/lib/asn1/parse.c static void fix_labels2(Type *t, const char *prefix) prefix 2818 source4/heimdal/lib/asn1/parse.c fix_labels1(t->members, prefix); prefix 984 source4/heimdal/lib/asn1/parse.y static void fix_labels2(Type *t, const char *prefix); prefix 985 source4/heimdal/lib/asn1/parse.y static void fix_labels1(struct memhead *members, const char *prefix) prefix 992 source4/heimdal/lib/asn1/parse.y asprintf(&m->label, "%s_%s", prefix, m->gen_name); prefix 1000 source4/heimdal/lib/asn1/parse.y static void fix_labels2(Type *t, const char *prefix) prefix 1003 source4/heimdal/lib/asn1/parse.y fix_labels1(t->members, prefix); prefix 51 source4/heimdal/lib/com_err/compile_et.c char *prefix; prefix 53 source4/heimdal/lib/com_err/compile_et.h extern char *prefix; prefix 1419 source4/heimdal/lib/com_err/parse.c free(prefix); prefix 1420 source4/heimdal/lib/com_err/parse.c asprintf (&prefix, "%s_", (yyvsp[(2) - (2)].string)); prefix 1421 source4/heimdal/lib/com_err/parse.c if (prefix == NULL) prefix 1430 source4/heimdal/lib/com_err/parse.c prefix = realloc(prefix, 1); prefix 1431 source4/heimdal/lib/com_err/parse.c if (prefix == NULL) prefix 1433 source4/heimdal/lib/com_err/parse.c *prefix = '\0'; prefix 1447 source4/heimdal/lib/com_err/parse.c if(prefix && *prefix != '\0') { prefix 1448 source4/heimdal/lib/com_err/parse.c asprintf (&ec->name, "%s%s", prefix, (yyvsp[(2) - (4)].string)); prefix 103 source4/heimdal/lib/com_err/parse.y free(prefix); prefix 104 source4/heimdal/lib/com_err/parse.y asprintf (&prefix, "%s_", $2); prefix 105 source4/heimdal/lib/com_err/parse.y if (prefix == NULL) prefix 111 source4/heimdal/lib/com_err/parse.y prefix = realloc(prefix, 1); prefix 112 source4/heimdal/lib/com_err/parse.y if (prefix == NULL) prefix 114 source4/heimdal/lib/com_err/parse.y *prefix = '\0'; prefix 125 source4/heimdal/lib/com_err/parse.y if(prefix && *prefix != '\0') { prefix 126 source4/heimdal/lib/com_err/parse.y asprintf (&ec->name, "%s%s", prefix, $2); prefix 42 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c heim_oid prefix; prefix 53 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c &prefix, NULL); prefix 61 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c if (oid.length - 1 == prefix.length) { prefix 64 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c ret = (der_heim_oid_cmp(&oid, &prefix) == 0); prefix 69 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c der_free_oid(&prefix); prefix 254 source4/heimdal/lib/hdb/hdb.c char *prefix, *path, *symbol; prefix 268 source4/heimdal/lib/hdb/hdb.c prefix = strndup(filename, len); prefix 269 source4/heimdal/lib/hdb/hdb.c if (prefix == NULL) prefix 272 source4/heimdal/lib/hdb/hdb.c if (asprintf(&path, LIBDIR "/hdb_%s.so", prefix) == -1) prefix 286 source4/heimdal/lib/hdb/hdb.c free(prefix); prefix 291 source4/heimdal/lib/hdb/hdb.c if (asprintf(&symbol, "hdb_%s_interface", prefix) == -1) prefix 300 source4/heimdal/lib/hdb/hdb.c free(prefix); prefix 311 source4/heimdal/lib/hdb/hdb.c prefix, mso->version, HDB_INTERFACE_VERSION); prefix 313 source4/heimdal/lib/hdb/hdb.c free(prefix); prefix 320 source4/heimdal/lib/hdb/hdb.c prefix); prefix 322 source4/heimdal/lib/hdb/hdb.c free(prefix); prefix 327 source4/heimdal/lib/hdb/hdb.c method.prefix = prefix; prefix 344 source4/heimdal/lib/hdb/hdb.c for (h = methods; h->prefix != NULL; ++h) { prefix 345 source4/heimdal/lib/hdb/hdb.c if (strncmp (filename, h->prefix, strlen(h->prefix)) == 0) { prefix 346 source4/heimdal/lib/hdb/hdb.c *rest = filename + strlen(h->prefix); prefix 370 source4/heimdal/lib/hdb/hdb.c for (h = methods; h->prefix != NULL; ++h) { prefix 371 source4/heimdal/lib/hdb/hdb.c if (h->prefix[0] == '\0') prefix 373 source4/heimdal/lib/hdb/hdb.c len += strlen(h->prefix) + 2; prefix 384 source4/heimdal/lib/hdb/hdb.c for (h = methods; h->prefix != NULL; ++h) { prefix 387 source4/heimdal/lib/hdb/hdb.c strlcat(buf, h->prefix, len); prefix 411 source4/heimdal/lib/hdb/hdb.c if (strncmp (filename, h->prefix, strlen(h->prefix)) == 0 prefix 413 source4/heimdal/lib/hdb/hdb.c residual = filename + strlen(h->prefix); prefix 134 source4/heimdal/lib/hdb/hdb.h const char *prefix; prefix 144 source4/heimdal/lib/hdb/hdb.h const char *prefix; prefix 59 source4/heimdal/lib/krb5/cache.c for(i = 0; i < context->num_cc_ops && context->cc_ops[i].prefix; i++) { prefix 60 source4/heimdal/lib/krb5/cache.c if(strcmp(context->cc_ops[i].prefix, ops->prefix) == 0) { prefix 65 source4/heimdal/lib/krb5/cache.c ops->prefix); prefix 159 source4/heimdal/lib/krb5/cache.c for(i = 0; i < context->num_cc_ops && context->cc_ops[i].prefix; i++) { prefix 160 source4/heimdal/lib/krb5/cache.c size_t prefix_len = strlen(context->cc_ops[i].prefix); prefix 162 source4/heimdal/lib/krb5/cache.c if(strncmp(context->cc_ops[i].prefix, name, prefix_len) == 0 prefix 192 source4/heimdal/lib/krb5/cache.c return krb5_cc_new_unique(context, ops->prefix, NULL, id); prefix 252 source4/heimdal/lib/krb5/cache.c return id->ops->prefix; prefix 772 source4/heimdal/lib/krb5/cache.c id->ops->prefix); prefix 929 source4/heimdal/lib/krb5/cache.c krb5_cc_get_prefix_ops(krb5_context context, const char *prefix) prefix 934 source4/heimdal/lib/krb5/cache.c if (prefix == NULL) prefix 936 source4/heimdal/lib/krb5/cache.c if (prefix[0] == '/') prefix 939 source4/heimdal/lib/krb5/cache.c p = strdup(prefix); prefix 948 source4/heimdal/lib/krb5/cache.c for(i = 0; i < context->num_cc_ops && context->cc_ops[i].prefix; i++) { prefix 949 source4/heimdal/lib/krb5/cache.c if(strcmp(context->cc_ops[i].prefix, p) == 0) { prefix 1000 source4/heimdal/lib/krb5/cache.c ops->prefix); prefix 1141 source4/heimdal/lib/krb5/cache.c if (strcmp(from->ops->prefix, to->ops->prefix) != 0) { prefix 1368 source4/heimdal/lib/krb5/cache.c context->cc_ops[cursor->idx].prefix, prefix 49 source4/heimdal/lib/krb5/keytab.c if (strlen(ops->prefix) > KRB5_KT_PREFIX_MAX_LEN - 1) { prefix 97 source4/heimdal/lib/krb5/keytab.c if(strncasecmp(type, context->kt_types[i].prefix, type_len) == 0) prefix 223 source4/heimdal/lib/krb5/keytab.c char *prefix, prefix 226 source4/heimdal/lib/krb5/keytab.c strlcpy(prefix, keytab->prefix, prefixsize); prefix 453 source4/heimdal/lib/krb5/keytab.c id->prefix); prefix 475 source4/heimdal/lib/krb5/keytab.c id->prefix); prefix 493 source4/heimdal/lib/krb5/keytab.c " keytab", id->prefix); prefix 512 source4/heimdal/lib/krb5/keytab.c id->prefix); prefix 532 source4/heimdal/lib/krb5/keytab.c id->prefix); prefix 404 source4/heimdal/lib/krb5/krb5.h const char *prefix; prefix 496 source4/heimdal/lib/krb5/krb5.h const char *prefix; prefix 182 source4/heimdal/lib/krb5/send_to_kdc.c const char *prefix, prefix 193 source4/heimdal/lib/krb5/send_to_kdc.c asprintf(&request, "GET %s%s HTTP/1.0\r\n\r\n", prefix, str); prefix 264 source4/heimdal/lib/krb5/send_to_kdc.c char *prefix; prefix 307 source4/heimdal/lib/krb5/send_to_kdc.c asprintf(&prefix, "http://%s/", hi->hostname); prefix 308 source4/heimdal/lib/krb5/send_to_kdc.c if(prefix == NULL) { prefix 313 source4/heimdal/lib/krb5/send_to_kdc.c prefix, send_data, receive); prefix 315 source4/heimdal/lib/krb5/send_to_kdc.c free(prefix); prefix 47 source4/heimdal/lib/roken/rtbl.c char *prefix; prefix 114 source4/heimdal/lib/roken/rtbl.c free (c->prefix); prefix 142 source4/heimdal/lib/roken/rtbl.c col->prefix = NULL; prefix 200 source4/heimdal/lib/roken/rtbl.c rtbl_set_prefix (rtbl_t table, const char *prefix) prefix 204 source4/heimdal/lib/roken/rtbl.c table->column_prefix = strdup (prefix); prefix 223 source4/heimdal/lib/roken/rtbl.c const char *prefix) prefix 229 source4/heimdal/lib/roken/rtbl.c if (c->prefix) prefix 230 source4/heimdal/lib/roken/rtbl.c free (c->prefix); prefix 231 source4/heimdal/lib/roken/rtbl.c c->prefix = strdup (prefix); prefix 232 source4/heimdal/lib/roken/rtbl.c if (c->prefix == NULL) prefix 239 source4/heimdal/lib/roken/rtbl.c const char *prefix, const char *suffix) prefix 245 source4/heimdal/lib/roken/rtbl.c if (c->prefix) prefix 246 source4/heimdal/lib/roken/rtbl.c free (c->prefix); prefix 247 source4/heimdal/lib/roken/rtbl.c if(prefix == NULL) prefix 248 source4/heimdal/lib/roken/rtbl.c c->prefix = NULL; prefix 250 source4/heimdal/lib/roken/rtbl.c c->prefix = strdup (prefix); prefix 251 source4/heimdal/lib/roken/rtbl.c if (c->prefix == NULL) prefix 273 source4/heimdal/lib/roken/rtbl.c if (c->prefix) prefix 274 source4/heimdal/lib/roken/rtbl.c return c->prefix; prefix 664 source4/kdc/kdc.c .prefix = "samba4:", prefix 447 source4/ntptr/simple_ldb/ntptr_simple_ldb.c const char *prefix; prefix 462 source4/ntptr/simple_ldb/ntptr_simple_ldb.c prefix = "C:\\DRIVERS"; prefix 464 source4/ntptr/simple_ldb/ntptr_simple_ldb.c prefix = talloc_asprintf(mem_ctx, "%s\\print$", r->in.server); prefix 465 source4/ntptr/simple_ldb/ntptr_simple_ldb.c W_ERROR_HAVE_NO_MEMORY(prefix); prefix 477 source4/ntptr/simple_ldb/ntptr_simple_ldb.c info->info1.directory_name = talloc_asprintf(mem_ctx, "%s\\%s", prefix, postfix); prefix 757 source4/ntptr/simple_ldb/ntptr_simple_ldb.c const char *prefix; prefix 772 source4/ntptr/simple_ldb/ntptr_simple_ldb.c prefix = "C:\\PRTPROCS"; prefix 774 source4/ntptr/simple_ldb/ntptr_simple_ldb.c prefix = talloc_asprintf(mem_ctx, "%s\\prnproc$", r->in.server); prefix 775 source4/ntptr/simple_ldb/ntptr_simple_ldb.c W_ERROR_HAVE_NO_MEMORY(prefix); prefix 787 source4/ntptr/simple_ldb/ntptr_simple_ldb.c info->info1.directory_name = talloc_asprintf(mem_ctx, "%s\\%s", prefix, postfix); prefix 128 source4/ntvfs/posix/pvfs_shortname.c const char *prefix, int length, uint32_t hash) prefix 136 source4/ntvfs/posix/pvfs_shortname.c ctx->prefix_cache[i] = talloc_strndup(ctx->prefix_cache, prefix, length); prefix 323 source4/ntvfs/posix/pvfs_shortname.c const char *prefix; prefix 341 source4/ntvfs/posix/pvfs_shortname.c prefix = cache_lookup(ctx, hash); prefix 342 source4/ntvfs/posix/pvfs_shortname.c if (!prefix) { prefix 356 source4/ntvfs/posix/pvfs_shortname.c return talloc_asprintf(mem_ctx, "%s.%s", prefix, extension); prefix 359 source4/ntvfs/posix/pvfs_shortname.c return talloc_strdup(mem_ctx, prefix); prefix 42 source4/torture/smbtorture.c const char *prefix, prefix 68 source4/torture/smbtorture.c asprintf(&name, "%s-%s", prefix, c->name); prefix 73 source4/torture/smbtorture.c torture->active_testname = talloc_strdup(torture, prefix); prefix 85 source4/torture/smbtorture.c asprintf(&name, "%s-%s", prefix, t->name); prefix 89 source4/torture/smbtorture.c torture->active_testname = talloc_strdup(torture, prefix);