HomeSort by: relevance | last modified time | path
    Searched refs:query (Results 1 - 25 of 192) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/usr.bin/make/unit-tests/
opt-query.exp 3 commands: query status 1
5 Making opt-query-file.out-of-date in compat mode:
6 opt-query-file.out-of-date in compat mode: query status 1
8 Making opt-query-file.up-to-date in compat mode:
9 `opt-query-file.up-to-date' is up to date.
10 opt-query-file.up-to-date in compat mode: query status 0
13 phony in compat mode: query status 1
15 Making opt-query-file.out-of-date in jobs mode
    [all...]
opt-query.exp 3 commands: query status 1
5 Making opt-query-file.out-of-date in compat mode:
6 opt-query-file.out-of-date in compat mode: query status 1
8 Making opt-query-file.up-to-date in compat mode:
9 `opt-query-file.up-to-date' is up to date.
10 opt-query-file.up-to-date in compat mode: query status 0
13 phony in compat mode: query status 1
15 Making opt-query-file.out-of-date in jobs mode
    [all...]
opt-query.exp 3 commands: query status 1
5 Making opt-query-file.out-of-date in compat mode:
6 opt-query-file.out-of-date in compat mode: query status 1
8 Making opt-query-file.up-to-date in compat mode:
9 `opt-query-file.up-to-date' is up to date.
10 opt-query-file.up-to-date in compat mode: query status 0
13 phony in compat mode: query status 1
15 Making opt-query-file.out-of-date in jobs mode
    [all...]
opt-query.mk 1 # $NetBSD: opt-query.mk,v 1.7 2022/08/18 05:37:05 rillig Exp $
24 _!= touch -f opt-query-file.up-to-date
31 && echo "${target}: query status $$?" \
32 || echo "${target}: query status $$?"
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
40 && echo "${target} in ${mode} mode: query status $$?" \
41 || echo "${target} in ${mode} mode: query status $$?"
49 # expect: opt-query-file.out-of-date in compat mode: query status
    [all...]
opt-query.mk 1 # $NetBSD: opt-query.mk,v 1.7 2022/08/18 05:37:05 rillig Exp $
24 _!= touch -f opt-query-file.up-to-date
31 && echo "${target}: query status $$?" \
32 || echo "${target}: query status $$?"
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
40 && echo "${target} in ${mode} mode: query status $$?" \
41 || echo "${target} in ${mode} mode: query status $$?"
49 # expect: opt-query-file.out-of-date in compat mode: query status
    [all...]
opt-query.mk 1 # $NetBSD: opt-query.mk,v 1.7 2022/08/18 05:37:05 rillig Exp $
24 _!= touch -f opt-query-file.up-to-date
31 && echo "${target}: query status $$?" \
32 || echo "${target}: query status $$?"
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
40 && echo "${target} in ${mode} mode: query status $$?" \
41 || echo "${target} in ${mode} mode: query status $$?"
49 # expect: opt-query-file.out-of-date in compat mode: query status
    [all...]
  /src/lib/libc/resolv/
res_debug.h 25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, (query), (int)(size), stdout);\
res_debug.h 25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, (query), (int)(size), stdout);\
res_debug.h 25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, (query), (int)(size), stdout);\
  /src/lib/libc/locale/
generic_lc_all.c 91 strlcpy(&locale->query[0], s, sizeof(locale->query));
105 strlcat(&locale->query[0], "/",
106 sizeof(locale->query));
107 strlcat(&locale->query[0], s,
108 sizeof(locale->query));
111 strlcat(&locale->query[0], "/", sizeof(locale->query));
112 strlcat(&locale->query[0], t, sizeof(locale->query));
    [all...]
generic_lc_all.c 91 strlcpy(&locale->query[0], s, sizeof(locale->query));
105 strlcat(&locale->query[0], "/",
106 sizeof(locale->query));
107 strlcat(&locale->query[0], s,
108 sizeof(locale->query));
111 strlcat(&locale->query[0], "/", sizeof(locale->query));
112 strlcat(&locale->query[0], t, sizeof(locale->query));
    [all...]
generic_lc_all.c 91 strlcpy(&locale->query[0], s, sizeof(locale->query));
105 strlcat(&locale->query[0], "/",
106 sizeof(locale->query));
107 strlcat(&locale->query[0], s,
108 sizeof(locale->query));
111 strlcat(&locale->query[0], "/", sizeof(locale->query));
112 strlcat(&locale->query[0], t, sizeof(locale->query));
    [all...]
  /src/lib/libc/arch/arm/misc/
arm_initfini.c 69 struct sysctlnode query, md[64]; local in function:_libc_aapcs_init
76 memset(&query, 0, sizeof(query));
77 query.sysctl_flags = SYSCTL_VERSION;
79 if (sysctl(mib, 2, md, &len, &query, sizeof(query)) == -1)
arm_initfini.c 69 struct sysctlnode query, md[64]; local in function:_libc_aapcs_init
76 memset(&query, 0, sizeof(query));
77 query.sysctl_flags = SYSCTL_VERSION;
79 if (sysctl(mib, 2, md, &len, &query, sizeof(query)) == -1)
arm_initfini.c 69 struct sysctlnode query, md[64]; local in function:_libc_aapcs_init
76 memset(&query, 0, sizeof(query));
77 query.sysctl_flags = SYSCTL_VERSION;
79 if (sysctl(mib, 2, md, &len, &query, sizeof(query)) == -1)
  /src/usr.sbin/makemandb/
apropos.c 158 char *query = NULL; // the user query local in function:main
208 query = remove_stopwords(lower(str));
211 * If the query consisted only of stopwords and we removed all of
212 * them, use the original query.
214 if (query == NULL)
215 query = str;
238 args.search_str = query;
252 "collapse;\" border=\"1\">\n", query);
260 free(query);
    [all...]
apropos.c 158 char *query = NULL; // the user query local in function:main
208 query = remove_stopwords(lower(str));
211 * If the query consisted only of stopwords and we removed all of
212 * them, use the original query.
214 if (query == NULL)
215 query = str;
238 args.search_str = query;
252 "collapse;\" border=\"1\">\n", query);
260 free(query);
    [all...]
apropos.c 158 char *query = NULL; // the user query local in function:main
208 query = remove_stopwords(lower(str));
211 * If the query consisted only of stopwords and we removed all of
212 * them, use the original query.
214 if (query == NULL)
215 query = str;
238 args.search_str = query;
252 "collapse;\" border=\"1\">\n", query);
260 free(query);
    [all...]
  /src/games/robots/
query.c 1 /* $NetBSD: query.c,v 1.9 2009/07/20 06:39:06 dholland Exp $ */
35 static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: query.c,v 1.9 2009/07/20 06:39:06 dholland Exp $");
45 * query:
49 query(const char *prompt) function in typeref:typename:int
query.c 1 /* $NetBSD: query.c,v 1.9 2009/07/20 06:39:06 dholland Exp $ */
35 static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: query.c,v 1.9 2009/07/20 06:39:06 dholland Exp $");
45 * query:
49 query(const char *prompt) function in typeref:typename:int
query.c 1 /* $NetBSD: query.c,v 1.9 2009/07/20 06:39:06 dholland Exp $ */
35 static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: query.c,v 1.9 2009/07/20 06:39:06 dholland Exp $");
45 * query:
49 query(const char *prompt) function in typeref:typename:int
Makefile 7 play_level.c query.c rnd_pos.c score.c flush_in.c
  /src/sys/kern/
subr_thmap.c 361 hashval_init(thmap_query_t *query, const uint8_t seed[static HASHVAL_SEEDLEN],
366 query->seed = seed;
367 query->rslot = ((hashval >> ROOT_MSBITS) ^ len) & ROOT_MASK;
368 query->level = 0;
369 query->hashval = hashval;
370 query->hashidx = 0;
378 hashval_getslot(thmap_query_t *query, const void * restrict key, size_t len)
380 const unsigned offset = query->level * LEVEL_BITS;
384 if (query->hashidx != i) {
386 query->hashval = hash(query->seed, key, len, i)
696 thmap_query_t query; local in function:thmap_get
725 thmap_query_t query; local in function:thmap_put
855 thmap_query_t query; local in function:thmap_del
    [all...]
subr_thmap.c 361 hashval_init(thmap_query_t *query, const uint8_t seed[static HASHVAL_SEEDLEN],
366 query->seed = seed;
367 query->rslot = ((hashval >> ROOT_MSBITS) ^ len) & ROOT_MASK;
368 query->level = 0;
369 query->hashval = hashval;
370 query->hashidx = 0;
378 hashval_getslot(thmap_query_t *query, const void * restrict key, size_t len)
380 const unsigned offset = query->level * LEVEL_BITS;
384 if (query->hashidx != i) {
386 query->hashval = hash(query->seed, key, len, i)
696 thmap_query_t query; local in function:thmap_get
725 thmap_query_t query; local in function:thmap_put
855 thmap_query_t query; local in function:thmap_del
    [all...]
subr_thmap.c 361 hashval_init(thmap_query_t *query, const uint8_t seed[static HASHVAL_SEEDLEN],
366 query->seed = seed;
367 query->rslot = ((hashval >> ROOT_MSBITS) ^ len) & ROOT_MASK;
368 query->level = 0;
369 query->hashval = hashval;
370 query->hashidx = 0;
378 hashval_getslot(thmap_query_t *query, const void * restrict key, size_t len)
380 const unsigned offset = query->level * LEVEL_BITS;
384 if (query->hashidx != i) {
386 query->hashval = hash(query->seed, key, len, i)
696 thmap_query_t query; local in function:thmap_get
725 thmap_query_t query; local in function:thmap_put
855 thmap_query_t query; local in function:thmap_del
    [all...]

Completed in 36 milliseconds

1 2 3 4 5 6 7 8