l 248 examples/libsmbclient/smbwrapper/smbw.c int l;
l 302 examples/libsmbclient/smbwrapper/smbw.c l = strlen(name);
l 303 examples/libsmbclient/smbwrapper/smbw.c p = l>=3?(name+l-3):name;
l 318 examples/libsmbclient/smbwrapper/smbw.c l = strlen(name);
l 319 examples/libsmbclient/smbwrapper/smbw.c p = l>=2?(name+l-2):name;
l 338 examples/libsmbclient/smbwrapper/smbw.c l = strlen(p=name);
l 339 examples/libsmbclient/smbwrapper/smbw.c if (l > 1 && p[l-1] == '/') {
l 341 examples/libsmbclient/smbwrapper/smbw.c p[l-1] = 0;
l 141 lib/compression/mszip.c int32_t *l; /* stack of bits per table */
l 150 lib/compression/mszip.c l = ZIP(lx)+1;
l 211 lib/compression/mszip.c w = l[-1] = 0; /* no bits decoded yet */
l 224 lib/compression/mszip.c while (k > w + l[h])
l 226 lib/compression/mszip.c w += l[h++]; /* add bits already decoded */
l 244 lib/compression/mszip.c l[h] = j; /* set table size in stack */
l 261 lib/compression/mszip.c r.b = (uint8_t)l[h-1]; /* bits to dump before this table */
l 264 lib/compression/mszip.c j = (i & ((1 << w) - 1)) >> (w - l[h-1]);
l 296 lib/compression/mszip.c w -= l[--h]; /* don't need to update q */
l 301 lib/compression/mszip.c *m = l[0];
l 438 lib/compression/mszip.c uint32_t *l;
l 440 lib/compression/mszip.c l = ZIP(ll);
l 444 lib/compression/mszip.c l[i] = 8;
l 446 lib/compression/mszip.c l[i] = 9;
l 448 lib/compression/mszip.c l[i] = 7;
l 450 lib/compression/mszip.c l[i] = 8;
l 452 lib/compression/mszip.c if((i = Ziphuft_build(decomp_state, l, 288, 257, Zipcplens, Zipcplext, &fixed_tl, &fixed_bl)))
l 457 lib/compression/mszip.c l[i] = 5;
l 459 lib/compression/mszip.c if((i = Ziphuft_build(decomp_state, l, 30, 0, Zipcpdist, Zipcpdext, &fixed_td, &fixed_bd)) > 1)
l 479 lib/compression/mszip.c uint32_t l; /* last length */
l 532 lib/compression/mszip.c i = l = 0;
l 540 lib/compression/mszip.c ll[i++] = l = j; /* save last length in l */
l 549 lib/compression/mszip.c ll[i++] = l;
l 560 lib/compression/mszip.c l = 0;
l 571 lib/compression/mszip.c l = 0;
l 201 lib/crypto/sha256.c size_t l = MIN(len, 64 - offset);
l 202 lib/crypto/sha256.c memcpy(m->save + offset, p, l);
l 203 lib/crypto/sha256.c offset += l;
l 204 lib/crypto/sha256.c p += l;
l 205 lib/crypto/sha256.c len -= l;
l 135 lib/popt/popthelp.c char * l = le;
l 168 lib/popt/popthelp.c size_t slen = 4*lineLength - (le - l) - sizeof("\"...\")");
l 179 lib/popt/popthelp.c l = (char *)_free(l);
l 187 lib/popt/popthelp.c return l;
l 736 lib/replace/crypt.c long64 l, r, s, *k;
l 738 lib/replace/crypt.c l = (((long64)l1) << 32) | ((long64)l2);
l 745 lib/replace/crypt.c l ^= SBA(_ufc_sb3, (s >> 0) & 0xffff);
l 746 lib/replace/crypt.c l ^= SBA(_ufc_sb2, (s >> 16) & 0xffff);
l 747 lib/replace/crypt.c l ^= SBA(_ufc_sb1, (s >> 32) & 0xffff);
l 748 lib/replace/crypt.c l ^= SBA(_ufc_sb0, (s >> 48) & 0xffff);
l 750 lib/replace/crypt.c s = *k++ ^ l;
l 756 lib/replace/crypt.c s=l; l=r; r=s;
l 759 lib/replace/crypt.c l1 = l >> 32; l2 = l & 0xffffffff;
l 41 lib/replace/replace.c int rep_ftruncate(int f, off_t l)
l 44 lib/replace/replace.c return chsize(f,l);
l 50 lib/replace/replace.c fl.l_start = l;
l 919 lib/replace/snprintf.c LLONG l=0;
l 924 lib/replace/snprintf.c l = (long)x;
l 925 lib/replace/snprintf.c if (l <= (x+1) && l >= (x-1)) break;
l 940 lib/replace/snprintf.c ret = my_modf(x0-l*f, &i2);
l 941 lib/replace/snprintf.c (*iptr) = l*f + i2;
l 945 lib/replace/snprintf.c (*iptr) = l;
l 1137 lib/replace/snprintf.c struct pr_chunk_x *l;
l 1147 lib/replace/snprintf.c l = (struct pr_chunk_x *)malloc(sizeof(struct pr_chunk_x) * max);
l 1150 lib/replace/snprintf.c l = (struct pr_chunk_x *)realloc(*list, sizeof(struct pr_chunk_x) * max);
l 1153 lib/replace/snprintf.c if (l == NULL) {
l 1160 lib/replace/snprintf.c l[i].chunks = NULL;
l 1161 lib/replace/snprintf.c l[i].num = 0;
l 1164 lib/replace/snprintf.c l = *list;
l 1169 lib/replace/snprintf.c cnum = l[i].num + 1;
l 1170 lib/replace/snprintf.c if (l[i].chunks == NULL) {
l 1173 lib/replace/snprintf.c c = (struct pr_chunk **)realloc(l[i].chunks, sizeof(struct pr_chunk *) * cnum);
l 1177 lib/replace/snprintf.c if (l[i].chunks) free(l[i].chunks);
l 1181 lib/replace/snprintf.c c[l[i].num] = chunk;
l 1182 lib/replace/snprintf.c l[i].chunks = c;
l 1183 lib/replace/snprintf.c l[i].num = cnum;
l 1185 lib/replace/snprintf.c *list = l;
l 49 lib/replace/strptime.c struct tm *l = localtime (t);
l 50 lib/replace/strptime.c if (! l)
l 52 lib/replace/strptime.c *tp = *l;
l 143 lib/tdb/common/freelist.c struct list_struct l;
l 165 lib/tdb/common/freelist.c if (tdb->methods->tdb_read(tdb, left, &l, sizeof(l), DOCONV()) == -1) {
l 171 lib/tdb/common/freelist.c if (l.magic == TDB_FREE_MAGIC) {
l 175 lib/tdb/common/freelist.c l.rec_len += sizeof(*rec) + rec->rec_len;
l 176 lib/tdb/common/freelist.c if (tdb_rec_write(tdb, left, &l) == -1) {
l 180 lib/tdb/common/freelist.c if (update_tailer(tdb, left, &l) == -1) {
l 108 lib/util/idtree.c int l, id, oid;
l 116 lib/util/idtree.c l = idp->layers;
l 117 lib/util/idtree.c pa[l--] = NULL;
l 122 lib/util/idtree.c n = (id >> (IDR_BITS*l)) & IDR_MASK;
l 127 lib/util/idtree.c l++;
l 129 lib/util/idtree.c id = (id | ((1 << (IDR_BITS*l))-1)) + 1;
l 132 lib/util/idtree.c if (!(p = pa[l])) {
l 140 lib/util/idtree.c sh = IDR_BITS * (l + 1);
l 147 lib/util/idtree.c sh = IDR_BITS*l;
l 152 lib/util/idtree.c if (l == 0)
l 163 lib/util/idtree.c pa[l--] = p;
l 181 lib/util/idtree.c if (!(p = pa[++l]))
l 362 lib/util/xfile.c int l = size;
l 363 lib/util/xfile.c while (l>1) {
l 367 lib/util/xfile.c l--;
l 370 lib/util/xfile.c if (l==size || x_ferror(stream)) {
l 106 lib/zlib/contrib/iostream/zfstream.h inline gzofstream &setcompressionlevel( gzofstream &s, int l )
l 108 lib/zlib/contrib/iostream/zfstream.h (s.rdbuf())->setcompressionlevel(l);
l 112 lib/zlib/contrib/iostream/zfstream.h inline gzofstream &setcompressionstrategy( gzofstream &s, int l )
l 114 lib/zlib/contrib/iostream/zfstream.h (s.rdbuf())->setcompressionstrategy(l);
l 118 lib/zlib/contrib/iostream/zfstream.h inline gzomanip<int> setcompressionlevel(int l)
l 120 lib/zlib/contrib/iostream/zfstream.h return gzomanip<int>(&setcompressionlevel,l);
l 123 lib/zlib/contrib/iostream/zfstream.h inline gzomanip<int> setcompressionstrategy(int l)
l 125 lib/zlib/contrib/iostream/zfstream.h return gzomanip<int>(&setcompressionstrategy,l);
l 440 lib/zlib/contrib/iostream3/zfstream.h setcompression(gzofstream &gzs, int l, int s = Z_DEFAULT_STRATEGY)
l 442 lib/zlib/contrib/iostream3/zfstream.h (gzs.rdbuf())->setcompression(l, s);
l 463 lib/zlib/contrib/iostream3/zfstream.h setcompression(int l, int s = Z_DEFAULT_STRATEGY)
l 464 lib/zlib/contrib/iostream3/zfstream.h { return gzomanip2<int,int>(&setcompression, l, s); }
l 36 librpc/ndr/ndr_table.c struct ndr_interface_list *l;
l 38 librpc/ndr/ndr_table.c for (l = ndr_interfaces; l; l = l->next) {
l 39 librpc/ndr/ndr_table.c if (GUID_equal(&table->syntax_id.uuid, &l->table->syntax_id.uuid)) {
l 42 librpc/ndr/ndr_table.c table->name, l->table->name));
l 47 librpc/ndr/ndr_table.c l = talloc(talloc_autofree_context(), struct ndr_interface_list);
l 48 librpc/ndr/ndr_table.c l->table = table;
l 50 librpc/ndr/ndr_table.c DLIST_ADD(ndr_interfaces, l);
l 60 librpc/ndr/ndr_table.c const struct ndr_interface_list *l;
l 61 librpc/ndr/ndr_table.c for (l=ndr_table_list();l;l=l->next) {
l 62 librpc/ndr/ndr_table.c if (GUID_equal(&l->table->syntax_id.uuid, uuid) &&
l 63 librpc/ndr/ndr_table.c l->table->syntax_id.if_version == if_version) {
l 64 librpc/ndr/ndr_table.c return l->table->name;
l 75 librpc/ndr/ndr_table.c const struct ndr_interface_list *l;
l 76 librpc/ndr/ndr_table.c for (l=ndr_interfaces;l;l=l->next){
l 77 librpc/ndr/ndr_table.c if (GUID_equal(&l->table->syntax_id.uuid, uuid) &&
l 78 librpc/ndr/ndr_table.c l->table->syntax_id.if_version == if_version) {
l 79 librpc/ndr/ndr_table.c return l->table->num_calls;
l 91 librpc/ndr/ndr_table.c const struct ndr_interface_list *l;
l 92 librpc/ndr/ndr_table.c for (l=ndr_interfaces;l;l=l->next) {
l 93 librpc/ndr/ndr_table.c if (strcasecmp(l->table->name, name) == 0) {
l 94 librpc/ndr/ndr_table.c return l->table;
l 105 librpc/ndr/ndr_table.c const struct ndr_interface_list *l;
l 106 librpc/ndr/ndr_table.c for (l=ndr_interfaces;l;l=l->next) {
l 107 librpc/ndr/ndr_table.c if (GUID_equal(&l->table->syntax_id.uuid, uuid)) {
l 108 librpc/ndr/ndr_table.c return l->table;
l 54 librpc/tools/ndrdump.c const struct ndr_interface_list *l;
l 57 librpc/tools/ndrdump.c for (l=ndr_table_list();l;l=l->next) {
l 58 librpc/tools/ndrdump.c if(l->table->helpstring) {
l 59 librpc/tools/ndrdump.c printf("\t%s - %s\n", l->table->name, l->table->helpstring);
l 61 librpc/tools/ndrdump.c printf("\t%s\n", l->table->name);
l 130 librpc/tools/ndrdump.c static void ndrdump_data(uint8_t *d, uint32_t l, bool force)
l 133 librpc/tools/ndrdump.c dump_data(0, d, l);
l 135 librpc/tools/ndrdump.c dump_data_skip_zeros(0, d, l);
l 260 source3/client/client.c int l=0;
l 265 source3/client/client.c for (l=0;l<maxlen && (c=fgetc(stdin))!=EOF;l++) {
l 267 source3/client/client.c msg[l++] = '\r';
l 268 source3/client/client.c msg[l] = c;
l 275 source3/client/client.c if (!cli_message_text(cli, msg, l, grp_id)) {
l 280 source3/client/client.c total_len += l;
l 120 source3/client/clitar.c static void fixtarname(char *tptr, const char *fp, size_t l);
l 130 source3/client/clitar.c static void unfixtarname(char *tptr, char *fp, int l, bool first);
l 161 source3/client/clitar.c int i, chk, l;
l 168 source3/client/clitar.c l=strlen(aname);
l 172 source3/client/clitar.c if (l+2 >= NAMSIZ) {
l 175 source3/client/clitar.c b = (char *)SMB_MALLOC(l+TBLOCK+100);
l 180 source3/client/clitar.c writetarheader(f, "/./@LongLink", l+2, 0, " 0 \0", 'L');
l 181 source3/client/clitar.c memset(b, 0, l+TBLOCK+100);
l 182 source3/client/clitar.c fixtarname(b, aname, l+2);
l 189 source3/client/clitar.c fixtarname(hb.dbuf.name, aname, (l+2 >= NAMSIZ) ? NAMSIZ : l + 2);
l 426 source3/client/clitar.c static void fixtarname(char *tptr, const char *fp, size_t l)
l 431 source3/client/clitar.c l--;
l 433 source3/client/clitar.c StrnCpy(tptr, fp, l-1);
l 902 source3/client/clitar.c static void unfixtarname(char *tptr, char *fp, int l, bool first)
l 908 source3/client/clitar.c DEBUG(5, ("firstb=%lX, secondb=%lX, len=%i\n", (long)tptr, (long)fp, l));
l 913 source3/client/clitar.c l--;
l 917 source3/client/clitar.c l--;
l 921 source3/client/clitar.c safe_strcpy(tptr, fp, l);
l 56 source3/iniparser/src/strlib.c static char l[ASCIILINESZ+1];
l 60 source3/iniparser/src/strlib.c memset(l, 0, ASCIILINESZ+1);
l 63 source3/iniparser/src/strlib.c l[i] = (char)tolower((int)s[i]);
l 66 source3/iniparser/src/strlib.c l[ASCIILINESZ]=(char)0;
l 67 source3/iniparser/src/strlib.c return l ;
l 87 source3/iniparser/src/strlib.c static char l[ASCIILINESZ+1];
l 91 source3/iniparser/src/strlib.c memset(l, 0, ASCIILINESZ+1);
l 94 source3/iniparser/src/strlib.c l[i] = (char)toupper((int)s[i]);
l 97 source3/iniparser/src/strlib.c l[ASCIILINESZ]=(char)0;
l 98 source3/iniparser/src/strlib.c return l ;
l 141 source3/iniparser/src/strlib.c static char l[ASCIILINESZ+1];
l 145 source3/iniparser/src/strlib.c memset(l, 0, ASCIILINESZ+1);
l 146 source3/iniparser/src/strlib.c strcpy(l, s);
l 147 source3/iniparser/src/strlib.c last = l + strlen(l);
l 148 source3/iniparser/src/strlib.c while (last > l) {
l 154 source3/iniparser/src/strlib.c return l ;
l 175 source3/iniparser/src/strlib.c static char l[ASCIILINESZ+1];
l 182 source3/iniparser/src/strlib.c memset(l, 0, ASCIILINESZ+1);
l 183 source3/iniparser/src/strlib.c strcpy(l, s);
l 184 source3/iniparser/src/strlib.c last = l + strlen(l);
l 185 source3/iniparser/src/strlib.c while (last > l) {
l 192 source3/iniparser/src/strlib.c return (char*)l ;
l 243 source3/lib/debug.c int l = asprintf(&list[i],
l 247 source3/lib/debug.c if (l < 0 || l > MAX_CLASS_NAME_SIZE) {
l 251 source3/lib/debug.c dim += l;
l 261 source3/lib/debug.c int l = strlen(list[i]);
l 262 source3/lib/debug.c strncpy(b, list[i], l);
l 263 source3/lib/debug.c b = b + l;
l 57 source3/lib/ldb/common/attrib_handlers.c int l;
l 71 source3/lib/ldb/common/attrib_handlers.c l = strlen(s);
l 72 source3/lib/ldb/common/attrib_handlers.c while (l > 0 && s[l - 1] == ' ') l--;
l 73 source3/lib/ldb/common/attrib_handlers.c s[l] = '\0';
l 80 source3/lib/ldb/common/attrib_handlers.c memmove(t, s, l);
l 90 source3/lib/ldb/common/attrib_handlers.c l = strlen(s);
l 93 source3/lib/ldb/common/attrib_handlers.c memmove(t + 1, s, l);
l 294 source3/lib/util_sock.c socklen_t l;
l 295 source3/lib/util_sock.c l = sizeof(int);
l 296 source3/lib/util_sock.c return(getsockopt(fd, SOL_SOCKET, SO_TYPE, (char *)&v, &l) == 0);
l 738 source3/lib/util_str.c size_t l;
l 743 source3/lib/util_str.c l = strlen(src);
l 745 source3/lib/util_str.c if (l == 0) {
l 1047 source3/libnet/libnet_samsync_ldif.c struct samsync_ldif_context *l)
l 1051 source3/libnet/libnet_samsync_ldif.c fprintf(l->ldif_file,
l 1053 source3/libnet/libnet_samsync_ldif.c fprintf(l->ldif_file,
l 1055 source3/libnet/libnet_samsync_ldif.c fflush(l->ldif_file);
l 1057 source3/libnet/libnet_samsync_ldif.c fprintf(l->ldif_file,
l 1059 source3/libnet/libnet_samsync_ldif.c fprintf(l->ldif_file,
l 1061 source3/libnet/libnet_samsync_ldif.c fflush(l->ldif_file);
l 1063 source3/libnet/libnet_samsync_ldif.c fseek(l->add_file, 0, SEEK_SET);
l 1064 source3/libnet/libnet_samsync_ldif.c transfer_file(fileno(l->add_file), fileno(l->ldif_file), (size_t) -1);
l 1067 source3/libnet/libnet_samsync_ldif.c fprintf(l->ldif_file,
l 1069 source3/libnet/libnet_samsync_ldif.c fprintf(l->ldif_file,
l 1071 source3/libnet/libnet_samsync_ldif.c fflush(l->ldif_file);
l 1073 source3/libnet/libnet_samsync_ldif.c fprintf(l->ldif_file,
l 1075 source3/libnet/libnet_samsync_ldif.c fprintf(l->ldif_file,
l 1077 source3/libnet/libnet_samsync_ldif.c fflush(l->ldif_file);
l 1079 source3/libnet/libnet_samsync_ldif.c fseek(l->mod_file, 0, SEEK_SET);
l 1080 source3/libnet/libnet_samsync_ldif.c transfer_file(fileno(l->mod_file), fileno(l->ldif_file), (size_t) -1);
l 1095 source3/libnet/libnet_samsync_ldif.c struct samsync_ldif_context *l =
l 1105 source3/libnet/libnet_samsync_ldif.c &l->groupmap[*g_index_p],
l 1106 source3/libnet/libnet_samsync_ldif.c l->add_file,
l 1108 source3/libnet/libnet_samsync_ldif.c l->suffix);
l 1115 source3/libnet/libnet_samsync_ldif.c l->groupmap,
l 1116 source3/libnet/libnet_samsync_ldif.c &l->accountmap[*a_index_p],
l 1117 source3/libnet/libnet_samsync_ldif.c l->add_file,
l 1119 source3/libnet/libnet_samsync_ldif.c l->suffix,
l 1120 source3/libnet/libnet_samsync_ldif.c l->num_alloced);
l 1127 source3/libnet/libnet_samsync_ldif.c &l->groupmap[*g_index_p],
l 1128 source3/libnet/libnet_samsync_ldif.c l->add_file,
l 1130 source3/libnet/libnet_samsync_ldif.c l->suffix,
l 1138 source3/libnet/libnet_samsync_ldif.c l->groupmap,
l 1139 source3/libnet/libnet_samsync_ldif.c l->accountmap,
l 1140 source3/libnet/libnet_samsync_ldif.c l->mod_file,
l 1141 source3/libnet/libnet_samsync_ldif.c l->num_alloced);
l 1166 source3/libnet/libnet_samsync_ldif.c struct samsync_ldif_context *l,
l 1170 source3/libnet/libnet_samsync_ldif.c l->groupmap = TALLOC_REALLOC_ARRAY(mem_ctx,
l 1171 source3/libnet/libnet_samsync_ldif.c l->groupmap,
l 1173 source3/libnet/libnet_samsync_ldif.c num_entries + l->num_alloced);
l 1175 source3/libnet/libnet_samsync_ldif.c l->accountmap = TALLOC_REALLOC_ARRAY(mem_ctx,
l 1176 source3/libnet/libnet_samsync_ldif.c l->accountmap,
l 1178 source3/libnet/libnet_samsync_ldif.c num_entries + l->num_alloced);
l 1180 source3/libnet/libnet_samsync_ldif.c if (l->groupmap == NULL || l->accountmap == NULL) {
l 1186 source3/libnet/libnet_samsync_ldif.c memset(&(l->groupmap[l->num_alloced]), 0,
l 1188 source3/libnet/libnet_samsync_ldif.c memset(&(l->accountmap[l->num_alloced]), 0,
l 1192 source3/libnet/libnet_samsync_ldif.c l->num_alloced += num_entries;
l 123 source3/libsmb/clirap2.c #define PUTSTRINGF(p,s,l) \
l 125 source3/libsmb/clirap2.c push_ascii(p,s?s:"",l,STR_TERMINATE);\
l 126 source3/libsmb/clirap2.c p += l;\
l 163 source3/libsmb/clirap2.c static size_t rap_getstringf(char *src, char *dest, size_t l, size_t dlen, char *endp)
l 177 source3/libsmb/clirap2.c if (len > l) {
l 178 source3/libsmb/clirap2.c len = l;
l 183 source3/libsmb/clirap2.c return l;
l 378 source3/libsmb/nmblib.c int l = parse_nmb_name(inbuf,*offset,length,
l 380 source3/libsmb/nmblib.c (*offset) += l;
l 381 source3/libsmb/nmblib.c if (!l || (*offset)+10 > length) {
l 412 source3/libsmb/nmblib.c int l = put_nmb_name(buf,offset,&recs[i].rr_name);
l 413 source3/libsmb/nmblib.c offset += l;
l 414 source3/libsmb/nmblib.c ret += l;
l 1355 source3/libsmb/nmblib.c uint16 l = RSVAL(buf, ofs) & 0x3FFF;
l 1356 source3/libsmb/nmblib.c DEBUG(5,("name ptr to pos %d from %d is %s\n",l,ofs,buf+l));
l 1357 source3/libsmb/nmblib.c return(buf + l);
l 190 source3/libsmb/smbdes.c char l[32], r[32];
l 211 source3/libsmb/smbdes.c l[j] = pd1[j];
l 246 source3/libsmb/smbdes.c x_or(r2, l, pcb, 32);
l 249 source3/libsmb/smbdes.c l[j] = r[j];
l 255 source3/libsmb/smbdes.c concat(rl, r, l, 32, 32);
l 3860 source3/printing/nt_printing.c int l = strlen(nt_name);
l 3861 source3/printing/nt_printing.c while (l && isspace(nt_name[l-1])) {
l 3862 source3/printing/nt_printing.c nt_name[l-1] = 0;
l 3863 source3/printing/nt_printing.c l--;
l 3871 source3/printing/nt_printing.c int l = strlen(os2_name);
l 3872 source3/printing/nt_printing.c while (l && isspace(os2_name[l-1])) {
l 3873 source3/printing/nt_printing.c os2_name[l-1] = 0;
l 3874 source3/printing/nt_printing.c l--;
l 1213 source3/registry/reg_backend_db.c uint32_t l, u;
l 1224 source3/registry/reg_backend_db.c l = 0;
l 1227 source3/registry/reg_backend_db.c while (l < u) {
l 1228 source3/registry/reg_backend_db.c uint32_t idx = (l+u)/2;
l 1235 source3/registry/reg_backend_db.c l = idx + 1;
l 93 source3/rpc_server/srv_netlog_nt.c struct netr_LogonControl2Ex l;
l 104 source3/rpc_server/srv_netlog_nt.c l.in.logon_server = r->in.logon_server;
l 105 source3/rpc_server/srv_netlog_nt.c l.in.function_code = r->in.function_code;
l 106 source3/rpc_server/srv_netlog_nt.c l.in.level = r->in.level;
l 107 source3/rpc_server/srv_netlog_nt.c l.in.data = NULL;
l 108 source3/rpc_server/srv_netlog_nt.c l.out.query = r->out.info;
l 110 source3/rpc_server/srv_netlog_nt.c return _netr_LogonControl2Ex(p, &l);
l 131 source3/rpc_server/srv_netlog_nt.c struct netr_LogonControl2Ex l;
l 133 source3/rpc_server/srv_netlog_nt.c l.in.logon_server = r->in.logon_server;
l 134 source3/rpc_server/srv_netlog_nt.c l.in.function_code = r->in.function_code;
l 135 source3/rpc_server/srv_netlog_nt.c l.in.level = r->in.level;
l 136 source3/rpc_server/srv_netlog_nt.c l.in.data = r->in.data;
l 137 source3/rpc_server/srv_netlog_nt.c l.out.query = r->out.query;
l 139 source3/rpc_server/srv_netlog_nt.c return _netr_LogonControl2Ex(p, &l);
l 339 source3/rpc_server/srv_samr_util.c const char *l;
l 346 source3/rpc_server/srv_samr_util.c l = log_prefix;
l 348 source3/rpc_server/srv_samr_util.c l = "INFO_21";
l 354 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_LAST_LOGON: %lu -> %lu\n", l,
l 365 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_LAST_LOGOFF: %lu -> %lu\n", l,
l 376 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_ACCT_EXPIRY: %lu -> %lu\n", l,
l 387 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_LAST_PWD_CHANGE: %lu -> %lu\n", l,
l 399 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_ACCOUNT_NAME: %s -> %s\n", l,
l 410 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_FULL_NAME: %s -> %s\n", l,
l 421 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_HOME_DIRECTORY: %s -> %s\n", l,
l 432 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_HOME_DRIVE: %s -> %s\n", l,
l 443 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_LOGON_SCRIPT: %s -> %s\n", l,
l 454 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_PROFILE_PATH: %s -> %s\n", l,
l 465 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_DESCRIPTION: %s -> %s\n", l,
l 476 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_WORKSTATIONS: %s -> %s\n", l,
l 487 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_COMMENT: %s -> %s\n", l,
l 504 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_PARAMETERS: %s -> %s\n", l,
l 515 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s: Asked to set User RID to 0 !? Skipping change!\n", l));
l 517 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_RID: %u -> %u NOT UPDATED!\n", l,
l 524 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s: Asked to set Group RID to 0 !? Skipping change!\n", l));
l 526 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_PRIMARY_GID: %u -> %u\n", l,
l 534 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_ACCT_FLAGS: %08X -> %08X\n", l,
l 561 source3/rpc_server/srv_samr_util.c DEBUG(15,("%s SAMR_FIELD_LOGON_HOURS (units_per_week): %08X -> %08X\n", l,
l 568 source3/rpc_server/srv_samr_util.c DEBUG(15,("%s SAMR_FIELD_LOGON_HOURS (units_per_week/8): %08X -> %08X\n", l,
l 576 source3/rpc_server/srv_samr_util.c DEBUG(15,("%s SAMR_FIELD_LOGON_HOURS (bits): %s -> %s\n", l,
l 586 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_BAD_PWD_COUNT: %08X -> %08X\n", l,
l 595 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_NUM_LOGONS: %08X -> %08X\n", l,
l 607 source3/rpc_server/srv_samr_util.c DEBUG(10,("%s SAMR_FIELD_EXPIRED_FLAG: %02X\n", l,
l 82 source3/smbd/lanman.c int l;
l 111 source3/smbd/lanman.c l = push_ascii(*dst,buf,*p_space_remaining, STR_TERMINATE);
l 112 source3/smbd/lanman.c if (l == -1) {
l 115 source3/smbd/lanman.c (*dst) += l;
l 116 source3/smbd/lanman.c (*p_space_remaining) -= l;
l 117 source3/smbd/lanman.c return l;
l 122 source3/smbd/lanman.c int l;
l 126 source3/smbd/lanman.c l = push_ascii(*dst,src,*n, STR_TERMINATE);
l 127 source3/smbd/lanman.c if (l == -1) {
l 130 source3/smbd/lanman.c (*dst) += l;
l 131 source3/smbd/lanman.c (*n) -= l;
l 132 source3/smbd/lanman.c return l;
l 437 source3/smbd/lanman.c #define PACKl(desc,t,v,l) package(desc,t,v,l,0,0,0,0)
l 440 source3/smbd/lanman.c #define PACKl(desc,t,v,l) package(desc,v,l)
l 171 source3/smbd/map_username.c int l = strlen(unixname);
l 172 source3/smbd/map_username.c while (l && isspace((int)unixname[l-1])) {
l 173 source3/smbd/map_username.c unixname[l-1] = 0;
l 174 source3/smbd/map_username.c l--;
l 363 source3/torture/masktest.c int l1, l2, i, l;
l 400 source3/torture/masktest.c l = strlen(mask);
l 402 source3/torture/masktest.c mask[i+l] = maskchars[random() % mc_len];
l 404 source3/torture/masktest.c mask[l+l1] = 0;
l 407 source3/torture/masktest.c file[i+l] = filechars[random() % fc_len];
l 409 source3/torture/masktest.c file[l+l2] = 0;
l 411 source3/torture/masktest.c if (strcmp(file+l,".") == 0 ||
l 412 source3/torture/masktest.c strcmp(file+l,"..") == 0 ||
l 413 source3/torture/masktest.c strcmp(mask+l,"..") == 0) continue;
l 415 source3/torture/masktest.c if (strspn(file+l, ".") == strlen(file+l)) continue;
l 4345 source3/torture/torture.c unsigned int i, j, k, l;
l 4376 source3/torture/torture.c for (l = 0; l < sizeof(attr_results)/sizeof(struct trunc_open_results); l++) {
l 4377 source3/torture/torture.c if (attr_results[l].num == k) {
l 4413 source3/torture/torture.c for (l = 0; l < sizeof(attr_results)/sizeof(struct trunc_open_results); l++) {
l 4414 source3/torture/torture.c if (attr_results[l].num == k) {
l 4415 source3/torture/torture.c if (attr != attr_results[l].result_attr ||
l 4416 source3/torture/torture.c open_attrs_table[i] != attr_results[l].init_attr ||
l 4417 source3/torture/torture.c open_attrs_table[j] != attr_results[l].trunc_attr) {
l 4422 source3/torture/torture.c attr_results[l].result_attr);
l 75 source3/utils/smbget.c static void human_readable(off_t s, char *buffer, int l)
l 77 source3/utils/smbget.c if(s > 1024 * 1024 * 1024) snprintf(buffer, l, "%.2fGb", 1.0 * s / (1024 * 1024 * 1024));
l 78 source3/utils/smbget.c else if(s > 1024 * 1024) snprintf(buffer, l, "%.2fMb", 1.0 * s / (1024 * 1024));
l 79 source3/utils/smbget.c else if(s > 1024) snprintf(buffer, l, "%.2fkb", 1.0 * s / 1024);
l 80 source3/utils/smbget.c else snprintf(buffer, l, OFF_T_FORMAT"b", (OFF_T_FORMAT_CAST)s);
l 433 source3/web/cgi.c int fd, l, i;
l 500 source3/web/cgi.c while ((l=read(fd,buf,sizeof(buf)))>0) {
l 501 source3/web/cgi.c if (fwrite(buf, 1, l, stdout) != l) {
l 189 source4/client/client.c int l=0;
l 192 source4/client/client.c for (l=0;l<maxlen && (c=fgetc(stdin))!=EOF;l++) {
l 194 source4/client/client.c msg[l++] = '\r';
l 195 source4/client/client.c msg[l] = c;
l 198 source4/client/client.c if (!smbcli_message_text(cli->tree, msg, l, grp_id)) {
l 203 source4/client/client.c total_len += l;
l 613 source4/heimdal/kdc/krb5tgs.c size_t l = 0;
l 616 source4/heimdal/kdc/krb5tgs.c l += strlen(realms[i]) + 2;
l 617 source4/heimdal/kdc/krb5tgs.c rs = malloc(l);
l 622 source4/heimdal/kdc/krb5tgs.c strlcat(rs, ", ", l);
l 623 source4/heimdal/kdc/krb5tgs.c strlcat(rs, realms[i], l);
l 75 source4/heimdal/lib/asn1/asn1_gen.c int ret, l, c, ty, ta;
l 107 source4/heimdal/lib/asn1/asn1_gen.c l = atoi(length);
l 111 source4/heimdal/lib/asn1/asn1_gen.c line, (unsigned long)offset, c, ty, ta, l,
l 115 source4/heimdal/lib/asn1/asn1_gen.c l,
l 137 source4/heimdal/lib/asn1/der_format.c long l;
l 160 source4/heimdal/lib/asn1/der_format.c l = strtol(w, &endptr, 10);
l 161 source4/heimdal/lib/asn1/der_format.c if (*endptr != '\0' || l < 0 || l > INT_MAX) {
l 166 source4/heimdal/lib/asn1/der_format.c data->components[data->length++] = l;
l 102 source4/heimdal/lib/asn1/der_get.c size_t l;
l 113 source4/heimdal/lib/asn1/der_get.c e = der_get_unsigned (p, v, &tmp, &l);
l 116 source4/heimdal/lib/asn1/der_get.c if(size) *size = l + 1;
l 460 source4/heimdal/lib/asn1/der_get.c size_t l;
l 466 source4/heimdal/lib/asn1/der_get.c e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l);
l 474 source4/heimdal/lib/asn1/der_get.c if(size) *size = l;
l 483 source4/heimdal/lib/asn1/der_get.c size_t l, ret = 0;
l 486 source4/heimdal/lib/asn1/der_get.c e = der_match_tag (p, len, class, type, tag, &l);
l 488 source4/heimdal/lib/asn1/der_get.c p += l;
l 489 source4/heimdal/lib/asn1/der_get.c len -= l;
l 490 source4/heimdal/lib/asn1/der_get.c ret += l;
l 491 source4/heimdal/lib/asn1/der_get.c e = der_get_length (p, len, length_ret, &l);
l 493 source4/heimdal/lib/asn1/der_get.c p += l;
l 494 source4/heimdal/lib/asn1/der_get.c len -= l;
l 495 source4/heimdal/lib/asn1/der_get.c ret += l;
l 129 source4/heimdal/lib/asn1/der_put.c size_t l = 0;
l 137 source4/heimdal/lib/asn1/der_put.c l++;
l 139 source4/heimdal/lib/asn1/der_put.c *p = 0x80 | l;
l 141 source4/heimdal/lib/asn1/der_put.c *size = l + 1;
l 310 source4/heimdal/lib/asn1/der_put.c size_t l;
l 316 source4/heimdal/lib/asn1/der_put.c e = der_put_octet_string(p, len, &k, &l);
l 321 source4/heimdal/lib/asn1/der_put.c *size = l;
l 330 source4/heimdal/lib/asn1/der_put.c size_t l;
l 336 source4/heimdal/lib/asn1/der_put.c e = der_put_octet_string(p, len, &k, &l);
l 341 source4/heimdal/lib/asn1/der_put.c *size = l;
l 412 source4/heimdal/lib/asn1/der_put.c size_t l;
l 415 source4/heimdal/lib/asn1/der_put.c e = der_put_length (p, len, len_val, &l);
l 418 source4/heimdal/lib/asn1/der_put.c p -= l;
l 419 source4/heimdal/lib/asn1/der_put.c len -= l;
l 420 source4/heimdal/lib/asn1/der_put.c ret += l;
l 421 source4/heimdal/lib/asn1/der_put.c e = der_put_tag (p, len, class, type, tag, &l);
l 424 source4/heimdal/lib/asn1/der_put.c p -= l;
l 425 source4/heimdal/lib/asn1/der_put.c len -= l;
l 426 source4/heimdal/lib/asn1/der_put.c ret += l;
l 56 source4/heimdal/lib/asn1/extra.c size_t len_len, length, l;
l 64 source4/heimdal/lib/asn1/extra.c e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l);
l 66 source4/heimdal/lib/asn1/extra.c if (l > len)
l 68 source4/heimdal/lib/asn1/extra.c e = der_get_length(p + l, len - l, &length, &len_len);
l 70 source4/heimdal/lib/asn1/extra.c if (length + len_len + l > len)
l 73 source4/heimdal/lib/asn1/extra.c data->data = malloc(length + len_len + l);
l 76 source4/heimdal/lib/asn1/extra.c data->length = length + len_len + l;
l 77 source4/heimdal/lib/asn1/extra.c memcpy(data->data, p, length + len_len + l);
l 80 source4/heimdal/lib/asn1/extra.c *size = length + len_len + l;
l 189 source4/heimdal/lib/hcrypto/md4.c size_t l = min(len, 64 - offset);
l 190 source4/heimdal/lib/hcrypto/md4.c memcpy(m->save + offset, p, l);
l 191 source4/heimdal/lib/hcrypto/md4.c offset += l;
l 192 source4/heimdal/lib/hcrypto/md4.c p += l;
l 193 source4/heimdal/lib/hcrypto/md4.c len -= l;
l 213 source4/heimdal/lib/hcrypto/md5.c size_t l = min(len, 64 - offset);
l 214 source4/heimdal/lib/hcrypto/md5.c memcpy(m->save + offset, p, l);
l 215 source4/heimdal/lib/hcrypto/md5.c offset += l;
l 216 source4/heimdal/lib/hcrypto/md5.c p += l;
l 217 source4/heimdal/lib/hcrypto/md5.c len -= l;
l 239 source4/heimdal/lib/hcrypto/sha.c size_t l = min(len, 64 - offset);
l 240 source4/heimdal/lib/hcrypto/sha.c memcpy(m->save + offset, p, l);
l 241 source4/heimdal/lib/hcrypto/sha.c offset += l;
l 242 source4/heimdal/lib/hcrypto/sha.c p += l;
l 243 source4/heimdal/lib/hcrypto/sha.c len -= l;
l 181 source4/heimdal/lib/hcrypto/sha256.c size_t l = min(len, 64 - offset);
l 182 source4/heimdal/lib/hcrypto/sha256.c memcpy(m->save + offset, p, l);
l 183 source4/heimdal/lib/hcrypto/sha256.c offset += l;
l 184 source4/heimdal/lib/hcrypto/sha256.c p += l;
l 185 source4/heimdal/lib/hcrypto/sha256.c len -= l;
l 96 source4/heimdal/lib/hx509/file.c ssize_t l;
l 102 source4/heimdal/lib/hx509/file.c l = base64_encode(p, length, &line);
l 103 source4/heimdal/lib/hx509/file.c if (l < 0) {
l 63 source4/heimdal/lib/hx509/lock.c hx509_lock l;
l 68 source4/heimdal/lib/hx509/lock.c l = calloc(1, sizeof(*l));
l 69 source4/heimdal/lib/hx509/lock.c if (l == NULL)
l 76 source4/heimdal/lib/hx509/lock.c &l->certs);
l 78 source4/heimdal/lib/hx509/lock.c free(l);
l 82 source4/heimdal/lib/hx509/lock.c *lock = l;
l 106 source4/heimdal/lib/hx509/name.c int l = snprintf(&to[j], tolen - j - 1,
l 108 source4/heimdal/lib/hx509/name.c j += l;
l 297 source4/heimdal/lib/hx509/test_name.c compare_subject(hx509_cert c1, hx509_cert c2, int *l)
l 307 source4/heimdal/lib/hx509/test_name.c *l = hx509_name_cmp(n1, n2);
l 202 source4/heimdal/lib/krb5/addr_families.c uint32_t l, h, m = 0xffffffff;
l 213 source4/heimdal/lib/krb5/addr_families.c l = ia & m;
l 214 source4/heimdal/lib/krb5/addr_families.c h = l | ~m;
l 219 source4/heimdal/lib/krb5/addr_families.c _krb5_put_int(low->address.data, l, low->address.length);
l 596 source4/heimdal/lib/krb5/addr_families.c size_t l, size, ret_len;
l 600 source4/heimdal/lib/krb5/addr_families.c l = strlcpy(str, "RANGE:", len);
l 601 source4/heimdal/lib/krb5/addr_families.c ret_len = l;
l 602 source4/heimdal/lib/krb5/addr_families.c if (l > len)
l 603 source4/heimdal/lib/krb5/addr_families.c l = len;
l 604 source4/heimdal/lib/krb5/addr_families.c size = l;
l 606 source4/heimdal/lib/krb5/addr_families.c ret = krb5_print_address (&a->low, str + size, len - size, &l);
l 609 source4/heimdal/lib/krb5/addr_families.c ret_len += l;
l 610 source4/heimdal/lib/krb5/addr_families.c if (len - size > l)
l 611 source4/heimdal/lib/krb5/addr_families.c size += l;
l 615 source4/heimdal/lib/krb5/addr_families.c l = strlcat(str + size, "-", len - size);
l 616 source4/heimdal/lib/krb5/addr_families.c ret_len += l;
l 617 source4/heimdal/lib/krb5/addr_families.c if (len - size > l)
l 618 source4/heimdal/lib/krb5/addr_families.c size += l;
l 622 source4/heimdal/lib/krb5/addr_families.c ret = krb5_print_address (&a->high, str + size, len - size, &l);
l 625 source4/heimdal/lib/krb5/addr_families.c ret_len += l;
l 677 source4/heimdal/lib/krb5/addr_families.c size_t ret_len = 0, l, size = 0;
l 695 source4/heimdal/lib/krb5/addr_families.c l = strlcpy(str, "ADDRPORT:", len);
l 696 source4/heimdal/lib/krb5/addr_families.c ret_len += l;
l 697 source4/heimdal/lib/krb5/addr_families.c if (len > l)
l 698 source4/heimdal/lib/krb5/addr_families.c size += l;
l 702 source4/heimdal/lib/krb5/addr_families.c ret = krb5_print_address(&addr1, str + size, len - size, &l);
l 705 source4/heimdal/lib/krb5/addr_families.c ret_len += l;
l 706 source4/heimdal/lib/krb5/addr_families.c if (len - size > l)
l 707 source4/heimdal/lib/krb5/addr_families.c size += l;
l 1049 source4/heimdal/lib/krb5/addr_families.c int l;
l 1053 source4/heimdal/lib/krb5/addr_families.c l = snprintf(s, len, "TYPE_%d:", addr->addr_type);
l 1054 source4/heimdal/lib/krb5/addr_families.c if (l < 0 || l >= len)
l 1056 source4/heimdal/lib/krb5/addr_families.c s += l;
l 1057 source4/heimdal/lib/krb5/addr_families.c len -= l;
l 1059 source4/heimdal/lib/krb5/addr_families.c l = snprintf(s, len, "%02x", ((char*)addr->address.data)[i]);
l 1060 source4/heimdal/lib/krb5/addr_families.c if (l < 0 || l >= len)
l 1062 source4/heimdal/lib/krb5/addr_families.c len -= l;
l 1063 source4/heimdal/lib/krb5/addr_families.c s += l;
l 55 source4/heimdal/lib/krb5/config_file.c ssize_t l;
l 61 source4/heimdal/lib/krb5/config_file.c l = min(len, p - ptr->s);
l 63 source4/heimdal/lib/krb5/config_file.c memcpy(str, ptr->s, l);
l 64 source4/heimdal/lib/krb5/config_file.c str[l] = '\0';
l 767 source4/heimdal/lib/krb5/config_file.c long l;
l 768 source4/heimdal/lib/krb5/config_file.c l = strtol(str, &endptr, 0);
l 772 source4/heimdal/lib/krb5/config_file.c return l;
l 545 source4/heimdal/lib/krb5/context.c ssize_t l;
l 547 source4/heimdal/lib/krb5/context.c l = strsep_copy(&q, ":", NULL, 0);
l 548 source4/heimdal/lib/krb5/context.c if(l == -1)
l 550 source4/heimdal/lib/krb5/context.c fn = malloc(l + 1);
l 555 source4/heimdal/lib/krb5/context.c l = strsep_copy(&p, ":", fn, l + 1);
l 2952 source4/heimdal/lib/krb5/crypto.c unsigned long l;
l 3006 source4/heimdal/lib/krb5/crypto.c l = len - et->confoundersize;
l 3007 source4/heimdal/lib/krb5/crypto.c memmove(p, p + et->confoundersize, l);
l 3008 source4/heimdal/lib/krb5/crypto.c result->data = realloc(p, l);
l 3009 source4/heimdal/lib/krb5/crypto.c if(result->data == NULL && l != 0) {
l 3014 source4/heimdal/lib/krb5/crypto.c result->length = l;
l 3029 source4/heimdal/lib/krb5/crypto.c size_t checksum_sz, l;
l 3068 source4/heimdal/lib/krb5/crypto.c l = len - et->confoundersize - checksum_sz;
l 3069 source4/heimdal/lib/krb5/crypto.c memmove(p, p + et->confoundersize + checksum_sz, l);
l 3070 source4/heimdal/lib/krb5/crypto.c result->data = realloc(p, l);
l 3071 source4/heimdal/lib/krb5/crypto.c if(result->data == NULL && l != 0) {
l 3076 source4/heimdal/lib/krb5/crypto.c result->length = l;
l 74 source4/heimdal/lib/krb5/fcache.c struct flock l;
l 76 source4/heimdal/lib/krb5/fcache.c l.l_start = 0;
l 77 source4/heimdal/lib/krb5/fcache.c l.l_len = 0;
l 78 source4/heimdal/lib/krb5/fcache.c l.l_type = exclusive ? F_WRLCK : F_RDLCK;
l 79 source4/heimdal/lib/krb5/fcache.c l.l_whence = SEEK_SET;
l 80 source4/heimdal/lib/krb5/fcache.c ret = fcntl(fd, F_SETLKW, &l);
l 115 source4/heimdal/lib/krb5/fcache.c struct flock l;
l 116 source4/heimdal/lib/krb5/fcache.c l.l_start = 0;
l 117 source4/heimdal/lib/krb5/fcache.c l.l_len = 0;
l 118 source4/heimdal/lib/krb5/fcache.c l.l_type = F_UNLCK;
l 119 source4/heimdal/lib/krb5/fcache.c l.l_whence = SEEK_SET;
l 120 source4/heimdal/lib/krb5/fcache.c ret = fcntl(fd, F_SETLKW, &l);
l 70 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_init(l) rwlock_init(l, NULL)
l 71 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_rdlock(l) rwlock_rdlock(l)
l 72 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_wrlock(l) rwlock_wrlock(l)
l 73 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_tryrdlock(l) rwlock_tryrdlock(l)
l 74 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_trywrlock(l) rwlock_trywrlock(l)
l 75 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_unlock(l) rwlock_unlock(l)
l 76 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_destroy(l) rwlock_destroy(l)
l 97 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL)
l 98 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_rdlock(l) pthread_rwlock_rdlock(l)
l 99 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_wrlock(l) pthread_rwlock_wrlock(l)
l 100 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_tryrdlock(l) pthread_rwlock_tryrdlock(l)
l 101 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_trywrlock(l) pthread_rwlock_trywrlock(l)
l 102 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_unlock(l) pthread_rwlock_unlock(l)
l 103 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_destroy(l) pthread_rwlock_destroy(l)
l 125 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_init(l) do { } while(0)
l 126 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_rdlock(l) do { } while(0)
l 127 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_wrlock(l) do { } while(0)
l 128 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_tryrdlock(l) do { } while(0)
l 129 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_trywrlock(l) do { } while(0)
l 130 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_unlock(l) do { } while(0)
l 131 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_destroy(l) do { } while(0)
l 146 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_init(l) do { } while(0)
l 147 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_rdlock(l) do { } while(0)
l 148 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_wrlock(l) do { } while(0)
l 149 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_tryrdlock(l) do { } while(0)
l 150 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_trywrlock(l) do { } while(0)
l 151 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_unlock(l) do { } while(0)
l 152 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_RWLOCK_destroy(l) do { } while(0)
l 195 source4/heimdal/lib/krb5/mcache.c struct link *l;
l 217 source4/heimdal/lib/krb5/mcache.c l = m->creds;
l 218 source4/heimdal/lib/krb5/mcache.c while (l != NULL) {
l 221 source4/heimdal/lib/krb5/mcache.c krb5_free_cred_contents (context, &l->cred);
l 222 source4/heimdal/lib/krb5/mcache.c old = l;
l 223 source4/heimdal/lib/krb5/mcache.c l = l->next;
l 238 source4/heimdal/lib/krb5/mcache.c struct link *l;
l 243 source4/heimdal/lib/krb5/mcache.c l = malloc (sizeof(*l));
l 244 source4/heimdal/lib/krb5/mcache.c if (l == NULL) {
l 249 source4/heimdal/lib/krb5/mcache.c l->next = m->creds;
l 250 source4/heimdal/lib/krb5/mcache.c m->creds = l;
l 251 source4/heimdal/lib/krb5/mcache.c memset (&l->cred, 0, sizeof(l->cred));
l 252 source4/heimdal/lib/krb5/mcache.c ret = krb5_copy_creds_contents (context, creds, &l->cred);
l 254 source4/heimdal/lib/krb5/mcache.c m->creds = l->next;
l 255 source4/heimdal/lib/krb5/mcache.c free (l);
l 297 source4/heimdal/lib/krb5/mcache.c struct link *l;
l 302 source4/heimdal/lib/krb5/mcache.c l = *cursor;
l 303 source4/heimdal/lib/krb5/mcache.c if (l != NULL) {
l 304 source4/heimdal/lib/krb5/mcache.c *cursor = l->next;
l 306 source4/heimdal/lib/krb5/mcache.c &l->cred,
l 108 source4/heimdal/lib/krb5/n-fold.c size_t l = 0;
l 118 source4/heimdal/lib/krb5/n-fold.c memcpy(tmp + l, buf, len);
l 119 source4/heimdal/lib/krb5/n-fold.c l += len;
l 123 source4/heimdal/lib/krb5/n-fold.c while(l >= size) {
l 125 source4/heimdal/lib/krb5/n-fold.c l -= size;
l 126 source4/heimdal/lib/krb5/n-fold.c if(l == 0)
l 128 source4/heimdal/lib/krb5/n-fold.c memmove(tmp, tmp + size, l);
l 130 source4/heimdal/lib/krb5/n-fold.c } while(l != 0);
l 70 source4/heimdal/lib/krb5/pac.c #define CHECK(r,f,l) \
l 74 source4/heimdal/lib/krb5/pac.c goto l; \
l 813 source4/heimdal/lib/krb5/pac.c size_t l;
l 816 source4/heimdal/lib/krb5/pac.c l = len;
l 817 source4/heimdal/lib/krb5/pac.c if (l > sizeof(zeros))
l 818 source4/heimdal/lib/krb5/pac.c l = sizeof(zeros);
l 819 source4/heimdal/lib/krb5/pac.c sret = krb5_storage_write(sp, zeros, l);
l 1025 source4/heimdal/lib/krb5/pkinit.c size_t l;
l 1030 source4/heimdal/lib/krb5/pkinit.c ASN1_C_UNIV, CONS, UT_Sequence, &l);
l 1033 source4/heimdal/lib/krb5/pkinit.c ptr += ph - l;
l 1034 source4/heimdal/lib/krb5/pkinit.c length += l;
l 1134 source4/heimdal/lib/krb5/principal.c check_list(const krb5_config_binding *l, const char *name, const char **out)
l 1136 source4/heimdal/lib/krb5/principal.c while(l){
l 1137 source4/heimdal/lib/krb5/principal.c if (l->type != krb5_config_string)
l 1139 source4/heimdal/lib/krb5/principal.c if(strcmp(name, l->u.string) == 0) {
l 1140 source4/heimdal/lib/krb5/principal.c *out = l->name;
l 1143 source4/heimdal/lib/krb5/principal.c l = l->next;
l 1152 source4/heimdal/lib/krb5/principal.c const krb5_config_binding *l;
l 1153 source4/heimdal/lib/krb5/principal.c l = krb5_config_get_list (context,
l 1160 source4/heimdal/lib/krb5/principal.c if(l && check_list(l, name, out))
l 1162 source4/heimdal/lib/krb5/principal.c l = krb5_config_get_list (context,
l 1168 source4/heimdal/lib/krb5/principal.c if(l && check_list(l, name, out))
l 1170 source4/heimdal/lib/krb5/principal.c l = krb5_config_get_list (context,
l 1177 source4/heimdal/lib/krb5/principal.c if(l && check_list(l, name, out))
l 1179 source4/heimdal/lib/krb5/principal.c l = krb5_config_get_list (context,
l 1185 source4/heimdal/lib/krb5/principal.c if(l && check_list(l, name, out))
l 84 source4/heimdal/lib/roken/hex.c size_t l;
l 88 source4/heimdal/lib/roken/hex.c l = strlen(str);
l 91 source4/heimdal/lib/roken/hex.c if ((l/2) + (l&1) > len)
l 95 source4/heimdal/lib/roken/hex.c if (l & 1) {
l 100 source4/heimdal/lib/roken/hex.c for (i = 0; i < l / 2; i++)
l 102 source4/heimdal/lib/roken/hex.c return i + (l & 1);
l 51 source4/heimdal/lib/roken/strsep_copy.c size_t l;
l 55 source4/heimdal/lib/roken/strsep_copy.c l = min(len, *stringp - save);
l 57 source4/heimdal/lib/roken/strsep_copy.c memcpy(buf, save, l);
l 58 source4/heimdal/lib/roken/strsep_copy.c buf[l] = '\0';
l 61 source4/heimdal/lib/roken/strsep_copy.c l = *stringp - save;
l 66 source4/heimdal/lib/roken/strsep_copy.c return l;
l 76 source4/heimdal/lib/wind/bidi.c unsigned l = 0;
l 83 source4/heimdal/lib/wind/bidi.c l |= is_l(in[i]);
l 86 source4/heimdal/lib/wind/bidi.c if (l)
l 72 source4/heimdal/lib/wind/normalize.c unsigned l, v, t;
l 78 source4/heimdal/lib/wind/normalize.c l = l_base + s_index / n_count;
l 86 source4/heimdal/lib/wind/normalize.c out[0] = l;
l 363 source4/lib/com/dcom/main.c int i, l;
l 364 source4/lib/com/dcom/main.c l = strlen(host);
l 366 source4/lib/com/dcom/main.c if ((sb[i]->wTowerId == EPM_PROTOCOL_TCP) && !strncasecmp(host, sb[i]->NetworkAddr, l) && (sb[i]->NetworkAddr[l] == '['))
l 100 source4/lib/com/tables.c struct com_class *l = talloc_zero(running_classes?running_classes:talloc_autofree_context(), struct com_class);
l 102 source4/lib/com/tables.c l->clsid = *clsid;
l 103 source4/lib/com/tables.c l->progid = talloc_strdup(l, progid);
l 104 source4/lib/com/tables.c l->class_object = p;
l 106 source4/lib/com/tables.c DLIST_ADD(running_classes, l);
l 57 source4/lib/ldb/common/attrib_handlers.c int l;
l 72 source4/lib/ldb/common/attrib_handlers.c l = strlen(s);
l 73 source4/lib/ldb/common/attrib_handlers.c while (l > 0 && s[l - 1] == ' ') l--;
l 74 source4/lib/ldb/common/attrib_handlers.c s[l] = '\0';
l 81 source4/lib/ldb/common/attrib_handlers.c memmove(t, s, l);
l 91 source4/lib/ldb/common/attrib_handlers.c l = strlen(s);
l 94 source4/lib/ldb/common/attrib_handlers.c memmove(t + 1, s, l);
l 166 source4/lib/ldb/common/ldb_dn.c int l;
l 193 source4/lib/ldb/common/ldb_dn.c l = len - (s - src);
l 194 source4/lib/ldb/common/ldb_dn.c memcpy(d, s, l + 1);
l 197 source4/lib/ldb/common/ldb_dn.c return (l + (d - dst));
l 238 source4/lib/ldb/common/ldb_dn.c int l, ret;
l 433 source4/lib/ldb/common/ldb_dn.c l = 0;
l 480 source4/lib/ldb/common/ldb_dn.c l++;
l 509 source4/lib/ldb/common/ldb_dn.c l++;
l 518 source4/lib/ldb/common/ldb_dn.c l -= (p - t);
l 528 source4/lib/ldb/common/ldb_dn.c dn->components[dn->comp_num].value.length = l;
l 568 source4/lib/ldb/common/ldb_dn.c l++;
l 582 source4/lib/ldb/common/ldb_dn.c l++;
l 598 source4/lib/ldb/common/ldb_dn.c l++;
l 611 source4/lib/ldb/common/ldb_dn.c l++;
l 629 source4/lib/ldb/common/ldb_dn.c l -= (p - t);
l 634 source4/lib/ldb/common/ldb_dn.c dn->components[dn->comp_num].value.length = l;
l 1553 source4/lib/ldb/pyldb.c PyObject *l = PyList_New(msg->num_elements + (msg->dn == NULL?0:1));
l 1556 source4/lib/ldb/pyldb.c PyList_SetItem(l, 0, Py_BuildValue("(sO)", "dn", PyLdbDn_FromDn(msg->dn)));
l 1560 source4/lib/ldb/pyldb.c PyList_SetItem(l, j, Py_BuildValue("(sO)", msg->elements[i].name, PyLdbMessageElement_FromMessageElement(&msg->elements[i], self->msg)));
l 1562 source4/lib/ldb/pyldb.c return l;
l 285 source4/lib/tdr/tdr.c #define TDR_ALIGN(l,n) (((l) & ((n)-1)) == 0?0:((n)-((l)&((n)-1))))
l 40 source4/lib/tdr/testsuite.c uint8_t l;
l 46 source4/lib/tdr/testsuite.c torture_assert_ntstatus_ok(tctx, tdr_pull_uint8(tdr, tctx, &l),
l 68 source4/lib/tdr/testsuite.c uint16_t l;
l 74 source4/lib/tdr/testsuite.c torture_assert_ntstatus_ok(tctx, tdr_pull_uint16(tdr, tctx, &l),
l 77 source4/lib/tdr/testsuite.c torture_assert_int_equal(tctx, 782, l, "right int read");
l 98 source4/lib/tdr/testsuite.c uint32_t l;
l 104 source4/lib/tdr/testsuite.c torture_assert_ntstatus_ok(tctx, tdr_pull_uint32(tdr, tctx, &l),
l 107 source4/lib/tdr/testsuite.c torture_assert_int_equal(tctx, 782, l, "right int read");
l 114 source4/lib/tdr/testsuite.c const char *l = NULL;
l 119 source4/lib/tdr/testsuite.c torture_assert_ntstatus_ok(tctx, tdr_pull_charset(tdr, tctx, &l, -1, 1, CH_DOS),
l 122 source4/lib/tdr/testsuite.c torture_assert_str_equal(tctx, "bla", l, "right int read");
l 125 source4/lib/tdr/testsuite.c torture_assert_ntstatus_ok(tctx, tdr_pull_charset(tdr, tctx, &l, 2, 1, CH_UNIX),
l 128 source4/lib/tdr/testsuite.c torture_assert_str_equal(tctx, "bl", l, "right int read");
l 136 source4/lib/tdr/testsuite.c const char *l = NULL;
l 141 source4/lib/tdr/testsuite.c torture_assert_ntstatus_ok(tctx, tdr_pull_charset(tdr, tctx, &l, 0, 1, CH_DOS),
l 144 source4/lib/tdr/testsuite.c torture_assert_str_equal(tctx, "", l, "right string read");
l 153 source4/lib/tdr/testsuite.c const char *l = "bloe";
l 155 source4/lib/tdr/testsuite.c torture_assert_ntstatus_ok(tctx, tdr_push_charset(tdr, &l, 4, 1, CH_UTF8),
l 160 source4/lib/tdr/testsuite.c torture_assert_ntstatus_ok(tctx, tdr_push_charset(tdr, &l, -1, 1, CH_UTF8),
l 529 source4/lib/wmi/wmi_wrap.c register size_t l = 0;
l 533 source4/lib/wmi/wmi_wrap.c register size_t i = (l + r) >> 1;
l 546 source4/lib/wmi/wmi_wrap.c l = i + 1;
l 551 source4/lib/wmi/wmi_wrap.c } while (l <= r);
l 1121 source4/lib/wmi/wmi_wrap.c register Py_ssize_t l = PyTuple_GET_SIZE(args);
l 1122 source4/lib/wmi/wmi_wrap.c if (l < min) {
l 1124 source4/lib/wmi/wmi_wrap.c name, (min == max ? "" : "at least "), (int)min, (int)l);
l 1126 source4/lib/wmi/wmi_wrap.c } else if (l > max) {
l 1128 source4/lib/wmi/wmi_wrap.c name, (min == max ? "" : "at most "), (int)max, (int)l);
l 1132 source4/lib/wmi/wmi_wrap.c for (i = 0; i < l; ++i) {
l 1135 source4/lib/wmi/wmi_wrap.c for (; l < max; ++l) {
l 1136 source4/lib/wmi/wmi_wrap.c objs[l] = 0;
l 2890 source4/lib/wmi/wmi_wrap.c PyObject *l, *o;\
l 2897 source4/lib/wmi/wmi_wrap.c l = PyList_New(arr->count);\
l 2898 source4/lib/wmi/wmi_wrap.c if (!l) return NULL;\
l 2902 source4/lib/wmi/wmi_wrap.c Py_DECREF(l);\
l 2905 source4/lib/wmi/wmi_wrap.c PyList_SET_ITEM(l, i, o);\
l 2907 source4/lib/wmi/wmi_wrap.c return l;\
l 189 source4/libcli/auth/smbdes.c char l[32], r[32];
l 210 source4/libcli/auth/smbdes.c l[j] = pd1[j];
l 245 source4/libcli/auth/smbdes.c xor(r2, l, pcb, 32);
l 248 source4/libcli/auth/smbdes.c l[j] = r[j];
l 254 source4/libcli/auth/smbdes.c concat(rl, r, l, 32, 32);
l 44 source4/libcli/security/sddl.c size_t l = strlen(map[i].name);
l 45 source4/libcli/security/sddl.c if (strncmp(map[i].name, str, l) == 0) {
l 47 source4/libcli/security/sddl.c str += l;
l 48 source4/libcli/security/sddl.c if (len) *len += l;
l 564 source4/libnet/libnet_join.c struct samr_LookupDomain l;
l 567 source4/libnet/libnet_join.c l.in.connect_handle = &p_handle;
l 568 source4/libnet/libnet_join.c l.in.domain_name = &name;
l 569 source4/libnet/libnet_join.c l.out.sid = &sid;
l 571 source4/libnet/libnet_join.c status = dcerpc_samr_LookupDomain(samr_pipe, tmp_ctx, &l);
l 579 source4/libnet/libnet_join.c connect_with_info->out.domain_sid = *l.out.sid;
l 34 source4/rpc_server/dcesrv_mgmt.c struct dcesrv_if_list *l;
l 40 source4/rpc_server/dcesrv_mgmt.c for (l = ep->interface_list; l; l = l->next) {
l 43 source4/rpc_server/dcesrv_mgmt.c vector->if_id[vector->count-1].id = &l->iface.syntax_id;
l 278 source4/rpc_server/remote/dcesrv_remote.c const struct ndr_interface_list *l;
l 280 source4/rpc_server/remote/dcesrv_remote.c for (l=ndr_table_list();l;l=l->next) {
l 281 source4/rpc_server/remote/dcesrv_remote.c if (l->table->syntax_id.if_version == if_version &&
l 282 source4/rpc_server/remote/dcesrv_remote.c GUID_equal(&l->table->syntax_id.uuid, uuid)==0) {
l 283 source4/rpc_server/remote/dcesrv_remote.c return remote_fill_interface(iface, l->table);
l 95 source4/torture/basic/attr.c uint_t i, j, k, l;
l 123 source4/torture/basic/attr.c for (l = 0; l < ARRAY_SIZE(attr_results); l++) {
l 124 source4/torture/basic/attr.c if (attr_results[l].num == k) {
l 159 source4/torture/basic/attr.c for (l = 0; l < ARRAY_SIZE(attr_results); l++) {
l 160 source4/torture/basic/attr.c if (attr_results[l].num == k) {
l 161 source4/torture/basic/attr.c if (attr != attr_results[l].result_attr ||
l 162 source4/torture/basic/attr.c open_attrs_table[i] != attr_results[l].init_attr ||
l 163 source4/torture/basic/attr.c open_attrs_table[j] != attr_results[l].trunc_attr) {
l 168 source4/torture/basic/attr.c attr_results[l].result_attr);
l 224 source4/torture/masktest.c int l1, l2, i, l;
l 252 source4/torture/masktest.c l = strlen(mask);
l 254 source4/torture/masktest.c mask[i+l] = maskchars[random() % mc_len];
l 256 source4/torture/masktest.c mask[l+l1] = 0;
l 259 source4/torture/masktest.c file[i+l] = filechars[random() % fc_len];
l 261 source4/torture/masktest.c file[l+l2] = 0;
l 263 source4/torture/masktest.c if (ISDOT(file+l) || ISDOTDOT(file+l) || ISDOTDOT(mask+l)) {
l 267 source4/torture/masktest.c if (strspn(file+l, ".") == strlen(file+l)) continue;
l 111 source4/torture/rpc/countcalls.c const struct ndr_interface_list *l;
l 122 source4/torture/rpc/countcalls.c for (l=ndr_table_list();l;l=l->next) {
l 125 source4/torture/rpc/countcalls.c ret &= count_calls(torture, loop_ctx, l->table, true);
l 241 source4/torture/rpc/dssync.c struct cli_credentials *credentials, struct DsSyncLDAPInfo *l)
l 246 source4/torture/rpc/dssync.c status = torture_ldap_connection(tctx, &l->conn, ctx->ldap_url);
l 254 source4/torture/rpc/dssync.c status = torture_ldap_bind_sasl(l->conn, credentials, tctx->lp_ctx);
l 201 source4/torture/rpc/mgmt.c const struct ndr_interface_list *l;
l 212 source4/torture/rpc/mgmt.c for (l=ndr_table_list();l;l=l->next) {
l 216 source4/torture/rpc/mgmt.c if (l->table->num_calls == 0 ||
l 217 source4/torture/rpc/mgmt.c strcmp(l->table->name, "mgmt") == 0) {
l 222 source4/torture/rpc/mgmt.c printf("\nTesting pipe '%s'\n", l->table->name);
l 224 source4/torture/rpc/mgmt.c status = dcerpc_epm_map_binding(loop_ctx, b, l->table, NULL, torture->lp_ctx);
l 227 source4/torture/rpc/mgmt.c GUID_string(loop_ctx, &l->table->syntax_id.uuid));
l 370 source4/torture/rpc/samba3rpc.c struct samr_LookupDomain l;
l 448 source4/torture/rpc/samba3rpc.c l.in.connect_handle = &conn_handle;
l 451 source4/torture/rpc/samba3rpc.c l.in.domain_name = &domain_name;
l 452 source4/torture/rpc/samba3rpc.c l.out.sid = &sid;
l 454 source4/torture/rpc/samba3rpc.c status = dcerpc_samr_LookupDomain(samr_pipe, mem_ctx, &l);
l 462 source4/torture/rpc/samba3rpc.c o.in.sid = *l.out.sid;
l 522 source4/torture/rpc/samba3rpc.c *sid_p = dom_sid_add_rid(mem_ctx, *l.out.sid, user_rid);
l 1549 source4/torture/rpc/samba3rpc.c struct lsa_LookupNames l;
l 1590 source4/torture/rpc/samba3rpc.c l.in.handle = &handle;
l 1591 source4/torture/rpc/samba3rpc.c l.in.num_names = 1;
l 1592 source4/torture/rpc/samba3rpc.c l.in.names = &lsa_name;
l 1593 source4/torture/rpc/samba3rpc.c l.in.sids = &sids;
l 1594 source4/torture/rpc/samba3rpc.c l.in.level = 1;
l 1595 source4/torture/rpc/samba3rpc.c l.in.count = &count;
l 1596 source4/torture/rpc/samba3rpc.c l.out.count = &count;
l 1597 source4/torture/rpc/samba3rpc.c l.out.sids = &sids;
l 1598 source4/torture/rpc/samba3rpc.c l.out.domains = &domains;
l 1600 source4/torture/rpc/samba3rpc.c status = dcerpc_lsa_LookupNames(p, tmp_ctx, &l);
l 1609 source4/torture/rpc/samba3rpc.c l.out.sids->sids[0].rid);
l 1325 source4/torture/rpc/samlogon.c int i, v, l, f;
l 1392 source4/torture/rpc/samlogon.c for (l=0;l<ARRAY_SIZE(logon_levels);l++) {
l 1398 source4/torture/rpc/samlogon.c samlogon_state.r.in.logon_level = logon_levels[l];
l 1400 source4/torture/rpc/samlogon.c samlogon_state.r_ex.in.logon_level = logon_levels[l];
l 1402 source4/torture/rpc/samlogon.c samlogon_state.r_flags.in.logon_level = logon_levels[l];
l 1409 source4/torture/rpc/samlogon.c logon_levels[l], function_levels[f]);
l 2888 source4/torture/rpc/samr.c int s = 0, q = 0, f = 0, l = 0, z = 0;
l 2930 source4/torture/rpc/samr.c for (l=0; l<ARRAY_SIZE(levels); l++) {
l 2947 source4/torture/rpc/samr.c acct_flags, s, levels[l], q);
l 2949 source4/torture/rpc/samr.c switch (levels[l]) {
l 2967 source4/torture/rpc/samr.c levels[l],
l 2989 source4/torture/rpc/samr.c switch (levels[l]) {
l 3011 source4/torture/rpc/samr.c switch (levels[l]) {
l 3040 source4/torture/rpc/samr.c levels[l],
l 3057 source4/torture/rpc/samr.c switch (levels[l]) {
l 3089 source4/torture/rpc/samr.c switch (levels[l]) {
l 3120 source4/torture/rpc/samr.c levels[l],
l 3137 source4/torture/rpc/samr.c switch (levels[l]) {
l 3173 source4/torture/rpc/samr.c levels[l],
l 3190 source4/torture/rpc/samr.c switch (levels[l]) {
l 3233 source4/torture/rpc/samr.c switch (levels[l]) {
l 3257 source4/torture/rpc/samr.c switch (levels[l]) {
l 158 source4/torture/rpc/samsync.c struct samr_LookupDomain l;
l 164 source4/torture/rpc/samsync.c l.in.connect_handle = samsync_state->connect_handle;
l 165 source4/torture/rpc/samsync.c l.in.domain_name = &name;
l 166 source4/torture/rpc/samsync.c l.out.sid = &sid;
l 168 source4/torture/rpc/samsync.c nt_status = dcerpc_samr_LookupDomain(samsync_state->p_samr, mem_ctx, &l);
l 176 source4/torture/rpc/samsync.c o.in.sid = *l.out.sid;
l 180 source4/torture/rpc/samsync.c *sid_p = *l.out.sid;
l 104 source4/torture/rpc/scanner.c const struct ndr_interface_list *l;
l 112 source4/torture/rpc/scanner.c for (l=ndr_table_list();l;l=l->next) {
l 115 source4/torture/rpc/scanner.c if (l->table->num_calls == 0 ||
l 116 source4/torture/rpc/scanner.c strcmp(l->table->name, "mgmt") == 0) {
l 121 source4/torture/rpc/scanner.c printf("\nTesting pipe '%s'\n", l->table->name);
l 124 source4/torture/rpc/scanner.c status = dcerpc_epm_map_binding(torture, b, l->table, NULL, torture->lp_ctx);
l 127 source4/torture/rpc/scanner.c GUID_string(loop_ctx, &l->table->syntax_id.uuid));
l 132 source4/torture/rpc/scanner.c b->endpoint = talloc_strdup(b, l->table->name);
l 144 source4/torture/rpc/scanner.c if (!test_inq_if_ids(torture, p, torture, test_num_calls, l->table)) {
l 118 source4/torture/rpc/testjoin.c struct samr_LookupDomain l;
l 178 source4/torture/rpc/testjoin.c l.in.connect_handle = &handle;
l 179 source4/torture/rpc/testjoin.c l.in.domain_name = &name;
l 180 source4/torture/rpc/testjoin.c l.out.sid = &sid;
l 182 source4/torture/rpc/testjoin.c status = dcerpc_samr_LookupDomain(join->p, join, &l);
l 188 source4/torture/rpc/testjoin.c talloc_steal(join, *l.out.sid);
l 189 source4/torture/rpc/testjoin.c join->dom_sid = *l.out.sid;
l 195 source4/torture/rpc/testjoin.c o.in.sid = *l.out.sid;