PRINTERS_PREFIX   233 source3/printing/nt_printing.c 	keystr = talloc_asprintf(ctx, "%s%s", PRINTERS_PREFIX, share);
PRINTERS_PREFIX   287 source3/printing/nt_printing.c 		if (strncmp((const char *)kbuf.dptr, PRINTERS_PREFIX, strlen(PRINTERS_PREFIX)) == 0) {
PRINTERS_PREFIX   467 source3/printing/nt_printing.c 	if ( strncmp((const char *) key.dptr, PRINTERS_PREFIX, strlen(PRINTERS_PREFIX) ) == 0 ) {
PRINTERS_PREFIX   468 source3/printing/nt_printing.c 		new_key = make_printer_tdbkey(ctx, (const char *)key.dptr+strlen(PRINTERS_PREFIX) );
PRINTERS_PREFIX   667 source3/printing/nt_printing.c 	if (memcmp(PRINTERS_PREFIX, key.dptr, sizeof(PRINTERS_PREFIX)-1) == 0) {