Home
last modified time | relevance | path

Searched refs:TEXT (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite2 identity TEXT PRIMARY KEY,
3 methods TEXT,
4 password TEXT,
5 remediation TEXT,
11 identity TEXT PRIMARY KEY,
12 methods TEXT
22 timestamp TEXT,
23 session TEXT,
24 nas_ip TEXT,
25 username TEXT,
[all …]
/freebsd/contrib/kyua/store/
H A Dschema_v1.sql76 cwd TEXT NOT NULL
85 var_name TEXT NOT NULL,
86 var_value TEXT NOT NULL,
148 root TEXT NOT NULL,
154 test_suite_name TEXT NOT NULL,
160 interface TEXT NOT NULL
173 name TEXT NOT NULL
184 result_type TEXT NOT NULL,
185 result_reason TEXT,
202 file_name TEXT NOT NULL,
[all …]
H A Dschema_v3.sql75 cwd TEXT NOT NULL
83 var_name TEXT PRIMARY KEY,
84 var_value TEXT NOT NULL
112 property_name TEXT NOT NULL,
115 property_value TEXT,
148 absolute_path TEXT NOT NULL,
151 root TEXT NOT NULL,
154 relative_path TEXT NOT NULL,
157 test_suite_name TEXT NOT NULL,
166 interface TEXT NOT NULL
[all …]
H A Dschema_v2.sql78 cwd TEXT NOT NULL
87 var_name TEXT NOT NULL,
88 var_value TEXT NOT NULL,
142 property_name TEXT NOT NULL,
145 property_value TEXT,
179 absolute_path TEXT NOT NULL,
182 root TEXT NOT NULL,
185 relative_path TEXT NOT NULL,
188 test_suite_name TEXT NOT NULL,
197 interface TEXT NOT NULL
[all …]
H A Dmigrate_v1_v2.sql86 property_name TEXT NOT NULL,
87 property_value TEXT,
99 absolute_path TEXT NOT NULL,
100 root TEXT NOT NULL,
101 relative_path TEXT NOT NULL,
102 test_suite_name TEXT NOT NULL,
104 interface TEXT NOT NULL
149 interface TEXT NOT NULL,
150 property_name TEXT NOT NULL,
151 property_value TEXT NOT NULL,
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_winreg.c40 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
87 name[namelen] = TEXT('\0'); in wpa_config_read_blobs()
168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid()
187 str = wpa_config_read_reg_string(hk, TEXT("os_version")); in wpa_config_read_global_os_version()
206 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan); in wpa_config_read_global()
207 wpa_config_read_reg_dword(hk, TEXT("fast_reauth"), in wpa_config_read_global()
209 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigPMKLifetime"), in wpa_config_read_global()
212 TEXT("dot11RSNAConfigPMKReauthThreshold"), in wpa_config_read_global()
215 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigSATimeout"), in wpa_config_read_global()
[all …]
H A Dmain_winsvc.c31 #define WPASVC_NAME TEXT("wpasvc")
34 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service")
38 TEXT("Provides IEEE 802.1X and WPA/WPA2 supplicant functionality")
51 #define WPA_KEY_PREFIX TEXT("SOFTWARE\\wpa_supplicant")
82 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL, in read_interface()
85 ctrl_interface[TBUFLEN - 1] = TEXT('\0'); in read_interface()
93 ret = RegQueryValueEx(hk, TEXT("adapter"), NULL, NULL, in read_interface()
96 adapter[TBUFLEN - 1] = TEXT('\0'); in read_interface()
104 ret = RegQueryValueEx(hk, TEXT("config"), NULL, NULL, in read_interface()
115 ret = RegQueryValueEx(hk, TEXT("skip_on_error"), NULL, NULL, in read_interface()
[all …]
/freebsd/contrib/dialog/samples/
H A Dtextbox-help8 TEXT=/usr/share/common-licenses/GPL
9 test -f $TEXT || TEXT=../COPYING
12 expand < $TEXT >> $tempfile
H A Dtextbox38 TEXT=/usr/share/common-licenses/GPL
9 test -f $TEXT || TEXT=../COPYING
12 expand < $TEXT >> $tempfile
H A Dtextbox-both8 TEXT=/usr/share/common-licenses/GPL
9 test -f $TEXT || TEXT=../COPYING
12 expand < $TEXT >> $tempfile
/freebsd/crypto/openssl/crypto/
H A DLPdir_win.c145 if (wdir[sz - 1] != TEXT('*')) { in LP_find_file()
146 if (wdir[sz - 1] != TEXT('/') && wdir[sz - 1] != TEXT('\\')) in LP_find_file()
147 _tcscpy(wdir + sz, TEXT("/*")); in LP_find_file()
149 _tcscpy(wdir + sz, TEXT("*")); in LP_find_file()
/freebsd/contrib/nvi/common/
H A Dcut.c222 TEXT *tp; in cut_line()
283 TEXT *
286 TEXT *tp; in text_init()
288 CALLOC(sp, tp, 1, sizeof(TEXT)); in text_init()
314 TEXT *tp; in text_lfree()
329 text_free(TEXT *tp) in text_free()
H A Dline.c85 TEXT *tp; in db_get()
112 l1 = ((TEXT *)TAILQ_FIRST(sp->tiq))->lno; in db_get()
113 l2 = ((TEXT *)TAILQ_LAST(sp->tiq, _texth))->lno; in db_get()
462 ep->c_nlines + (((TEXT *)TAILQ_LAST(sp->tiq, _texth))->lno - in db_exist()
463 ((TEXT *)TAILQ_FIRST(sp->tiq))->lno) : ep->c_nlines)); in db_exist()
497 *lnop += ((TEXT *)TAILQ_LAST(sp->tiq, _texth))->lno - in db_last()
498 ((TEXT *)TAILQ_FIRST(sp->tiq))->lno; in db_last()
534 ((TEXT *)TAILQ_LAST(sp->tiq, _texth))->lno > lno ? in db_last()
535 ((TEXT *)TAILQ_LAST(sp->tiq, _texth))->lno : lno); in db_last()
/freebsd/contrib/nvi/vi/
H A Dv_txt.c28 static int txt_abbrev(SCR *, TEXT *, CHAR_T *, int, int *, int *);
29 static void txt_ai_resolve(SCR *, TEXT *, int *);
30 static TEXT *txt_backup(SCR *, TEXTH *, TEXT *, u_int32_t *);
31 static int txt_dent(SCR *, TEXT *, int, int);
32 static int txt_emark(SCR *, TEXT *, size_t);
34 static int txt_fc(SCR *, TEXT *, int *);
36 static int txt_hex(SCR *, TEXT *);
37 static int txt_insch(SCR *, TEXT *, CHAR_T *, u_int);
38 static int txt_isrch(SCR *, VICMD *, TEXT *, u_int8_t *);
41 static int txt_margin(SCR *, TEXT *, TEXT *, int *, u_int32_t);
[all …]
H A Dv_ex.c28 static int v_ecl_log(SCR *, TEXT *);
235 TEXT *tp; in v_filter()
324 TEXT *tp; in v_ex()
574 v_ecl_log(SCR *sp, TEXT *tp) in v_ecl_log()
/freebsd/contrib/netbsd-tests/usr.bin/m4/
H A Dd_m4wrap-P.out1 TEXT IN BODY
2 TEXT AT EOF
H A Dd_m4wrap.out1 TEXT IN BODY
2 TEXT AT EOF
H A Dd_m4wrap.m42 define(`ateof', `TEXT AT EOF
5 TEXT IN BODY
H A Dd_m4wrap-P.m42 m4_define(`ateof', `TEXT AT EOF
5 TEXT IN BODY
/freebsd/contrib/nvi/ex/
H A Dex_txt.c43 static int txt_dent(SCR *, TEXT *);
44 static void txt_prompt(SCR *, TEXT *, ARG_CHAR_T, u_int32_t);
57 TEXT ait, *ntp, *tp; in ex_txt()
352 txt_prompt(SCR *sp, TEXT *tp, ARG_CHAR_T prompt, u_int32_t flags) in txt_prompt()
376 txt_dent(SCR *sp, TEXT *tp) in txt_dent()
/freebsd/contrib/libxo/doc/
H A Dfield-modifiers.rst54 TEXT:
79 TEXT:
82 The colon modifier is only used for the TEXT and HTML output
95 the display output styles, TEXT and HTML::
99 TEXT:
116 the display output styles, TEXT and HTML::
120 TEXT:
166 The humanize modifier only affects display styles (TEXT and HMTL).
185 TEXT:
345 TEXT:
[all …]
H A Doptions.rst39 color Enable colors/effects for display styles (TEXT, HTML)
51 no-humanize Ignore the {h:} modifier (TEXT, HTML)
58 text Emit TEXT output
100 c Enable color/effects for TEXT/HTML
107 n Disable humanization (TEXT, HTML)
H A Dformatting.rst33 TEXT:
57 - TEXT output can be display on a terminal session, allowing
66 In general, XML and JSON are suitable for encoding data, while TEXT is
86 using a single code path to make TEXT, XML, JSON or HTML, deciding at
/freebsd/contrib/ncurses/menu/
H A Dmenu.h40 #define TEXT TEXT_ncurses macro
83 TEXT; typedef
91 TEXT name; /* name of menu item */
92 TEXT description; /* description of item, optional in display */
/freebsd/usr.bin/ident/
H A Dident.c49 TEXT enumerator
160 state = TEXT; in scan()
168 case TEXT: in scan()

12345