/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
|
/src/usr.bin/make/unit-tests/ |
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/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/btdevctl/ |
btdevctl.c | 67 int ch, query, verbose, attach, detach, set, none; local in function:main 73 query = false; 123 query = true; 154 if (dev == NULL || query == true) { 156 printf("Performing SDP query for service '%s'..\n", service); 212 "\t-q force SDP query\n"
|
btdevctl.c | 67 int ch, query, verbose, attach, detach, set, none; local in function:main 73 query = false; 123 query = true; 154 if (dev == NULL || query == true) { 156 printf("Performing SDP query for service '%s'..\n", service); 212 "\t-q force SDP query\n"
|
btdevctl.c | 67 int ch, query, verbose, attach, detach, set, none; local in function:main 73 query = false; 123 query = true; 154 if (dev == NULL || query == true) { 156 printf("Performing SDP query for service '%s'..\n", service); 212 "\t-q force SDP query\n"
|
/src/lib/libc/locale/ |
setlocale_local.h | 60 char query[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)]; member in struct:_locale
|
setlocale_local.h | 60 char query[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)]; member in struct:_locale
|
setlocale_local.h | 60 char query[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)]; member in struct:_locale
|
/src/sys/kern/ |
subr_hash.c | 190 bool fill, query; local in function:hashstat_sysctl 213 /* Can't QUERY one hash without supplying the hash name. */ 216 query = true; 222 query = false; 228 if (query && (strcmp(hash->hs_name, queryname) != 0)) { 246 if (query && written == 0) /* query not found? */
|
subr_hash.c | 190 bool fill, query; local in function:hashstat_sysctl 213 /* Can't QUERY one hash without supplying the hash name. */ 216 query = true; 222 query = false; 228 if (query && (strcmp(hash->hs_name, queryname) != 0)) { 246 if (query && written == 0) /* query not found? */
|
subr_hash.c | 190 bool fill, query; local in function:hashstat_sysctl 213 /* Can't QUERY one hash without supplying the hash name. */ 216 query = true; 222 query = false; 228 if (query && (strcmp(hash->hs_name, queryname) != 0)) { 246 if (query && written == 0) /* query not found? */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_hdcp.c | 107 struct mod_hdcp_display_query query; local in function:hdcp_update_display 112 query.display = NULL; 113 mod_hdcp_query_display(&hdcp_w->hdcp, aconnector->base.index, &query); 115 if (query.display != NULL) { 116 memcpy(display, query.display, sizeof(struct mod_hdcp_display)); 246 struct mod_hdcp_display_query query; local in function:event_property_validate 254 query.encryption_status = MOD_HDCP_ENCRYPTION_STATUS_HDCP_OFF; 255 mod_hdcp_query_display(&hdcp_work->hdcp, aconnector->base.index, &query); 257 if (query.encryption_status != hdcp_work->encryption_status) { 258 hdcp_work->encryption_status = query.encryption_status [all...] |
amdgpu_dm_hdcp.c | 107 struct mod_hdcp_display_query query; local in function:hdcp_update_display 112 query.display = NULL; 113 mod_hdcp_query_display(&hdcp_w->hdcp, aconnector->base.index, &query); 115 if (query.display != NULL) { 116 memcpy(display, query.display, sizeof(struct mod_hdcp_display)); 246 struct mod_hdcp_display_query query; local in function:event_property_validate 254 query.encryption_status = MOD_HDCP_ENCRYPTION_STATUS_HDCP_OFF; 255 mod_hdcp_query_display(&hdcp_work->hdcp, aconnector->base.index, &query); 257 if (query.encryption_status != hdcp_work->encryption_status) { 258 hdcp_work->encryption_status = query.encryption_status [all...] |
amdgpu_dm_hdcp.c | 107 struct mod_hdcp_display_query query; local in function:hdcp_update_display 112 query.display = NULL; 113 mod_hdcp_query_display(&hdcp_w->hdcp, aconnector->base.index, &query); 115 if (query.display != NULL) { 116 memcpy(display, query.display, sizeof(struct mod_hdcp_display)); 246 struct mod_hdcp_display_query query; local in function:event_property_validate 254 query.encryption_status = MOD_HDCP_ENCRYPTION_STATUS_HDCP_OFF; 255 mod_hdcp_query_display(&hdcp_work->hdcp, aconnector->base.index, &query); 257 if (query.encryption_status != hdcp_work->encryption_status) { 258 hdcp_work->encryption_status = query.encryption_status [all...] |
/src/usr.bin/audiocfg/ |
audiodev.c | 58 audio_format_query_t query; local in function:audiodev_getinfo 78 memset(&query, 0, sizeof(query)); 79 query.index = i; 80 if (ioctl(adev->ctlfd, AUDIO_QUERYFORMAT, &query) == -1) { 92 f->fmt = query.fmt;
|
audiodev.c | 58 audio_format_query_t query; local in function:audiodev_getinfo 78 memset(&query, 0, sizeof(query)); 79 query.index = i; 80 if (ioctl(adev->ctlfd, AUDIO_QUERYFORMAT, &query) == -1) { 92 f->fmt = query.fmt;
|
/src/usr.bin/error/ |
main.c | 56 FILE *queryfile; /* input for the query responses from the user */ 74 bool query = false; /* query the operator if touch files */ variable in typeref:typename:bool 114 query = true; 154 if (query) 155 err(1, "Cannot open `%s' to query the user", im_on); 205 if (query) {
|
main.c | 56 FILE *queryfile; /* input for the query responses from the user */ 74 bool query = false; /* query the operator if touch files */ variable in typeref:typename:bool 114 query = true; 154 if (query) 155 err(1, "Cannot open `%s' to query the user", im_on); 205 if (query) {
|