/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user_sqlite | 2 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 D | schema_v1.sql | 76 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 D | schema_v3.sql | 75 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 D | schema_v2.sql | 78 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 D | migrate_v1_v2.sql | 86 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 D | config_winreg.c | 40 #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 D | main_winsvc.c | 31 #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 D | textbox-help | 8 TEXT=/usr/share/common-licenses/GPL 9 test -f $TEXT || TEXT=../COPYING 12 expand < $TEXT >> $tempfile
|
H A D | textbox3 | 8 TEXT=/usr/share/common-licenses/GPL 9 test -f $TEXT || TEXT=../COPYING 12 expand < $TEXT >> $tempfile
|
H A D | textbox-both | 8 TEXT=/usr/share/common-licenses/GPL 9 test -f $TEXT || TEXT=../COPYING 12 expand < $TEXT >> $tempfile
|
/freebsd/crypto/openssl/crypto/ |
H A D | LPdir_win.c | 145 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 D | cut.c | 222 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 D | line.c | 85 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 D | v_txt.c | 28 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 D | v_ex.c | 28 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 D | d_m4wrap-P.out | 1 TEXT IN BODY 2 TEXT AT EOF
|
H A D | d_m4wrap.out | 1 TEXT IN BODY 2 TEXT AT EOF
|
H A D | d_m4wrap.m4 | 2 define(`ateof', `TEXT AT EOF 5 TEXT IN BODY
|
H A D | d_m4wrap-P.m4 | 2 m4_define(`ateof', `TEXT AT EOF 5 TEXT IN BODY
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_txt.c | 43 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 D | field-modifiers.rst | 54 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 D | options.rst | 39 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 D | formatting.rst | 33 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 D | menu.h | 40 #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 D | ident.c | 49 TEXT enumerator 160 state = TEXT; in scan() 168 case TEXT: in scan()
|