Home
last modified time | relevance | path

Searched refs:NULL_CHAR (Results 1 – 25 of 70) sorted by relevance

123

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/
H A Dftmod_sangoma_isdn_trace.h106 {NULL_CHAR,NULL_CHAR,'!','1','A','Q','a','q'},
107 {NULL_CHAR,NULL_CHAR,'"','2','B','R','b','r'},
108 {NULL_CHAR,NULL_CHAR,'#','3','C','S','c','s'},
109 {NULL_CHAR,NULL_CHAR,'$','4','D','T','d','t'},
110 {NULL_CHAR,NULL_CHAR,'%','5','E','U','e','u'},
111 {NULL_CHAR,NULL_CHAR,'&','6','F','V','f','v'},
113 {NULL_CHAR,NULL_CHAR,'(','8','H','X','h','x'},
114 {NULL_CHAR,NULL_CHAR,')','9','I','Y','i','y'},
115 {NULL_CHAR,NULL_CHAR,'*',':','J','Z','j','z'},
116 {NULL_CHAR,NULL_CHAR,'+',';','K','[','k','{'},
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Text/
H A DOSEncoder.cs17 private const char NULL_CHAR = (char)0; field in System.Text.OSEncoder
27 _charLeftOver = NULL_CHAR; in Reset()
41 if (chars.Length == 0 && (_charLeftOver == NULL_CHAR || !flush)) in GetByteCount()
54 Debug.Assert(_charLeftOver != NULL_CHAR); in ConvertWithLeftOverChar()
91 if (_charLeftOver == NULL_CHAR) in GetByteCount()
124 if (charCount == 0 && (_charLeftOver == NULL_CHAR || !flush)) in GetBytes()
150 if (lastChar != NULL_CHAR) in GetBytes()
153 if (_charLeftOver == NULL_CHAR) in GetBytes()
167 if (charCount == 0 && lastChar == NULL_CHAR && !flush) in GetBytes()
194 if (bytes.Length == 0 || (chars.Length == 0 && (_charLeftOver == NULL_CHAR || !flush))) in Convert()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/newt/event/
H A DTestNewtKeyCodeModifiersAWT.java194 …yEvent) queue.get(i++), KeyEvent.EVENT_KEY_PRESSED, modifierMask, modifierKey, KeyEvent.NULL_CHAR); in testKeyCodeModifier()
198 …il.validateKeyEvent(e, KeyEvent.EVENT_KEY_RELEASED, modifierMask, modifierKey, KeyEvent.NULL_CHAR); in testKeyCodeModifier()
231 …vent((KeyEvent) queue.get(i++), KeyEvent.EVENT_KEY_PRESSED, m1m, m1k, KeyEvent.NULL_CHAR); in testKeyCodeAllModifierV1()
232 …vent((KeyEvent) queue.get(i++), KeyEvent.EVENT_KEY_PRESSED, m1m|m2m, m2k, KeyEvent.NULL_CHAR); in testKeyCodeAllModifierV1()
233 …vent((KeyEvent) queue.get(i++), KeyEvent.EVENT_KEY_PRESSED, m1m|m2m|m3m, m3k, KeyEvent.NULL_CHAR); in testKeyCodeAllModifierV1()
235 …vent) queue.get(i++), KeyEvent.EVENT_KEY_PRESSED, m1m|m2m|m3m, KeyEvent.VK_1, KeyEvent.NULL_CHAR); in testKeyCodeAllModifierV1()
238 …NEWTKeyUtil.validateKeyEvent(e, KeyEvent.EVENT_KEY_RELEASED, m1m|m2m|m3m, m3k, KeyEvent.NULL_CHAR); in testKeyCodeAllModifierV1()
239 …vent((KeyEvent) queue.get(i++), KeyEvent.EVENT_KEY_RELEASED, m1m|m2m, m2k, KeyEvent.NULL_CHAR); in testKeyCodeAllModifierV1()
240 …vent((KeyEvent) queue.get(i++), KeyEvent.EVENT_KEY_RELEASED, m1m, m1k, KeyEvent.NULL_CHAR); in testKeyCodeAllModifierV1()
271 …t, glWindow1KA, KeyEvent.VK_CONTROL, InputEvent.CTRL_MASK, KeyEvent.VK_1, '1', KeyEvent.NULL_CHAR); in testImpl()
[all …]
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Dmonitor.c175 symbol[0] = NULL_CHAR; in scan_sym()
183 symbol[0] = NULL_CHAR; in scan_sym()
217 symbol[k] = NULL_CHAR; in scan_sym()
228 symbol[k] = NULL_CHAR; in scan_sym()
236 symbol[k] = NULL_CHAR; in scan_sym()
253 symbol[k] = NULL_CHAR; in scan_sym()
258 symbol[k] = NULL_CHAR; in scan_sym()
269 symbol[k] = NULL_CHAR; in scan_sym()
280 symbol[k] = NULL_CHAR; in scan_sym()
305 symbol[k] = NULL_CHAR; in scan_sym()
[all …]
H A Da68g.c1521 case NULL_CHAR: in fetch_integral()
1551 if (suffix[0] != NULL_CHAR && suffix[1] != NULL_CHAR) { in fetch_integral()
3282 z[0] = NULL_CHAR; in new_string()
3695 while (x[0] != NULL_CHAR && x[0] != alt && c[0] != NULL_CHAR && match) { in match_string()
4173 d[0] = NULL_CHAR; in bufcat()
4203 d[0] = NULL_CHAR; in bufcpy()
4400 out[-1] = NULL_CHAR; in get_init_sylls()
5586 nst[0] = NULL_CHAR; in add_diagnostic()
5860 b[0] = NULL_CHAR; in diagnostic_node()
5943 b[0] = NULL_CHAR; in diagnostic_line()
[all …]
H A Dinet.c153 buffer[k] = NULL_CHAR; in genie_http_content()
276 buffer[k] = NULL_CHAR; in genie_tcp_request()
418 buffer[k] = NULL_CHAR; in genie_http_content()
552 buffer[k] = NULL_CHAR; in genie_tcp_request()
/dports/devel/py-sysv_ipc/sysv_ipc-1.1.0/demos/sem_and_shm/
H A Dutils.py4 NULL_CHAR = '\0' variable
17 s += NULL_CHAR
25 i = s.find(NULL_CHAR)
/dports/devel/py-posix_ipc/posix_ipc-1.0.4/demo/
H A Dutils.py7 NULL_CHAR = 0 variable
9 NULL_CHAR = '\0'
47 while c != NULL_CHAR:
/dports/biology/babel/babel-1.6/
H A Drdmacmol.c89 Type(i)[1] = NULL_CHAR; in read_mcmol()
126 while (mcmol_str[i] != NULL_CHAR) in clean_comments()
130 mcmol_str[i] = NULL_CHAR; in clean_comments()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dmusicout.c156 if (encoded_file_name[0] == NULL_CHAR) in main()
158 } while (encoded_file_name[0] == NULL_CHAR); in main()
165 if (decoded_file_name[0] == NULL_CHAR) in main()
178 if (ext_bitstream_name[0] == NULL_CHAR) in main()
228 encoded_file_name[0] = NULL_CHAR; in main()
229 decoded_file_name[0] = NULL_CHAR; in main()
230 ext_bitstream_name[0] = NULL_CHAR; in main()
305 if (encoded_file_name[0] == NULL_CHAR) { in main()
311 } else if (decoded_file_name[0] == NULL_CHAR) { in main()
331 ext_bitstream_name[0] = NULL_CHAR; in main()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dtest-file-4-GPL-2.0.c101 if (*(end+1) == NULL_CHAR) { /* EOF */ in stripLine()
102 *start = NULL_CHAR; in stripLine()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A Dprocess.c101 if (*(end+1) == NULL_CHAR) { /* EOF */ in stripLine()
102 *start = NULL_CHAR; in stripLine()
H A Dutil.c401 for (cp = s; *cp != NULL_CHAR; cp++) { in findEol()
406 if (*cp == NULL_CHAR) { in findEol()
716 *ibuf = NULL_CHAR; in getInstances()
801 if (*end == NULL_CHAR) { in getInstances()
845 *end = NULL_CHAR; /* char PAST the newline! */ in getInstances()
937 *cp = NULL_CHAR; in curDate()
1013 if (*debugStr == NULL_CHAR) { in printRegexMatch()
1038 *x = NULL_CHAR; in printRegexMatch()
1047 misc[cp-x] = NULL_CHAR; in printRegexMatch()
1280 if ((cp = findEol(cp)) == NULL_STR || *cp == NULL_CHAR) { in bufferLineCount()
H A Dnomos_regex.c628 if (firstx == NULL_CHAR) in strNbuf_noGlobals()
660 if (*bufp == NULL_CHAR) in strNbuf_noGlobals()
690 if (*pattp == NULL_CHAR) in strNbuf_noGlobals()
700 if (*bufp == NULL_CHAR) in strNbuf_noGlobals()
H A Dlicenses.c321 seed[strlen(seed) - 1] = NULL_CHAR; in searchStrategy()
336 *cp = NULL_CHAR; in searchStrategy()
366 *cp = NULL_CHAR; in searchStrategy()
437 if (*(cp+cur.regm.rm_eo) == NULL_CHAR) { in fixSearchString()
468 if (*(cp+cur.regm.rm_eo) == NULL_CHAR) { in fixSearchString()
504 if (*(cp+cur.regm.rm_eo) == NULL_CHAR) { in fixSearchString()
/dports/devel/gindent/indent-2.2.12/src/
H A Doutput.c337 bb->col = count_columns (code_target, s_code, NULL_CHAR) - 1; in set_buf_break()
740 cur_col = count_columns (cur_col + preproc_indent + 1, p, NULL_CHAR); in dump_line_label()
795 cur_col = count_columns (cur_col, s_lab, NULL_CHAR); in dump_line_label()
929 *pcur_col = count_columns (*pcur_col, s_code, NULL_CHAR); in dump_line_code()
979 *pcur_col = count_columns (*pcur_col, s_code, NULL_CHAR); in dump_line_code()
1086 *(--e_code) = NULL_CHAR; in dump_line()
1466 while (*bp != stop_char && *bp != NULL_CHAR) in count_columns()
H A Dsys.h79 #define NULL_CHAR '\0' macro
/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DTagTypeRegister.java27 private char ch=NULL_CHAR;
31 private static final char NULL_CHAR='\u0000'; field in TagTypeRegister
159 if (ch!=NULL_CHAR) sb.append(ch).append(' '); in appendDebugInfo()
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dconfig.c44 if (original_file_name[0] == NULL_CHAR) in obtain_parameters()
46 } while (original_file_name[0] == NULL_CHAR); in obtain_parameters()
64 if (multilingual_file_name[0] == NULL_CHAR) { in obtain_parameters()
99 if (encoded_file_name[0] == NULL_CHAR) { in obtain_parameters()
H A Dmusicin.c813 if (encoded_file_name_ext[0] == NULL_CHAR) in main()
819 if (encoded_file_name_mpg[0] == NULL_CHAR) in main()
1084 original_file_name[0] = NULL_CHAR; in parse_args()
1085 encoded_file_name[0] = NULL_CHAR; in parse_args()
1310 if (original_file_name[0] == NULL_CHAR) in parse_args()
1312 else if (encoded_file_name[0] == NULL_CHAR) in parse_args()
1323 if (err || original_file_name[0] == NULL_CHAR) in parse_args()
1326 if (encoded_file_name[0] == NULL_CHAR) { in parse_args()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/jboucher/upgrade/
H A Dgeneral.h101 #define NULL_CHAR '\0' macro
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/headers/
H A Dgeneral.h110 #define NULL_CHAR '\0' macro
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/headers/
H A Dgeneral.h110 #define NULL_CHAR '\0' macro
/dports/multimedia/mpeg_encode/mpeg_encode/headers/
H A Dgeneral.h110 #define NULL_CHAR '\0' macro
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/headers/
H A Dgeneral.h125 #define NULL_CHAR '\0' macro

123