where             468 source3/iniparser/src/iniparser.c     char    *   where ;
where             488 source3/iniparser/src/iniparser.c         where = strskp(lin); /* Skip leading spaces */
where             489 source3/iniparser/src/iniparser.c         if (*where==';' || *where=='#' || *where==0)
where             492 source3/iniparser/src/iniparser.c             if (sscanf(where, "[%[^]]", sec)==1) {
where             496 source3/iniparser/src/iniparser.c             } else if (sscanf (where, "%[^=] = \"%[^\"]\"", key, val) == 2
where             497 source3/iniparser/src/iniparser.c                    ||  sscanf (where, "%[^=] = '%[^\']'",   key, val) == 2
where             498 source3/iniparser/src/iniparser.c                    ||  sscanf (where, "%[^=] = %[^;#]",     key, val) == 2) {
where             196 source4/heimdal/lib/hx509/file.c     enum { BEFORE, SEARCHHEADER, INHEADER, INDATA, DONE } where;
where             198 source4/heimdal/lib/hx509/file.c     where = BEFORE;
where             216 source4/heimdal/lib/hx509/file.c 	switch (where) {
where             225 source4/heimdal/lib/hx509/file.c 		where = SEARCHHEADER;
where             231 source4/heimdal/lib/hx509/file.c 		where = INDATA;
where             237 source4/heimdal/lib/hx509/file.c 		where = INDATA;
where             254 source4/heimdal/lib/hx509/file.c 		where = DONE;
where             274 source4/heimdal/lib/hx509/file.c 	if (where == DONE) {
where             282 source4/heimdal/lib/hx509/file.c 	    where = BEFORE;
where             290 source4/heimdal/lib/hx509/file.c     if (where != BEFORE) {
where              35 source4/torture/basic/delete.c 								  const char *where)
where              51 source4/torture/basic/delete.c 		talloc_asprintf(tctx, "single_search failed (%s)", where));
where              62 source4/torture/basic/delete.c 					"qfileinfo failed (%s)", where));
where              67 source4/torture/basic/delete.c 			       where, expect_it, io.all_info.out.delete_pending));
where              72 source4/torture/basic/delete.c 			       where, nlink, io.all_info.out.nlink));
where              78 source4/torture/basic/delete.c 		torture_assert_ntstatus_ok(tctx, status, talloc_asprintf(tctx, "qpathinfo failed (%s)", where));
where              82 source4/torture/basic/delete.c 			       where, expect_it, io.standard_info.out.delete_pending));
where              86 source4/torture/basic/delete.c 			       where, nlink, io.all_info.out.nlink));
where              98 source4/torture/basic/delete.c 			talloc_asprintf(tctx, "qpathinfo failed (%s)", where));