Home
last modified time | relevance | path

Searched refs:spacebuf (Results 1 – 18 of 18) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dprettify.c261 …r_t column_sep, uintptr_t* col_widths, uintptr_t col_ct, unsigned char* spacebuf, unsigned char* r… in pretty_write() argument
308 fwrite(spacebuf, 1, col_widths[cur_col_idx] + column_sep - prev_col_width, outfile); in pretty_write()
310 fwrite(spacebuf, 1, column_sep, outfile); in pretty_write()
324 fwrite(spacebuf, 1, col_widths[cur_col_idx] - cur_col_width, outfile); in pretty_write()
343 fwrite(spacebuf, 1, col_widths[cur_col_idx] - prev_col_width, outfile); in pretty_write()
346 fwrite(spacebuf, 1, col_widths[cur_col_idx] - cur_col_width, outfile); in pretty_write()
355 fwrite(spacebuf, 1, col_widths[++cur_col_idx] + column_sep, outfile); in pretty_write()
359 fwrite(spacebuf, 1, column_sep, outfile); in pretty_write()
431 unsigned char* spacebuf = NULL; in main() local
586 …retval = scan_column_widths(infile, column_sep, &col_widths, &col_ct, &spacebuf, (flags & FLAG_RJU… in main()
[all …]
H A Dplink_assoc.c8127 char spacebuf[8]; in qassoc() local
8207 memset(spacebuf, 32, 8); in qassoc()
8698 fwrite(spacebuf, 1, 7 - uii - ujj, outfile_qtm); in qassoc()
8705 fwrite(spacebuf, 1, 7 - 2 * ujj, outfile_qtm); in qassoc()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp1.c157 free(global->spacebuf); in fppPreProcess()
202 global->spacebuf = (char *)malloc(MAX_SPACE_SIZE); in fpp_cppmain()
203 if(!global->spacebuf) in fpp_cppmain()
248 global->spacebuf[global->chpos++]=(char)c; in fpp_cppmain()
291 global->spacebuf[global->chpos] = '\0'; in fpp_cppmain()
292 fpp_Putstring(global, global->spacebuf); in fpp_cppmain()
307 global->spacebuf[global->chpos++]=(char)c; in fpp_cppmain()
318 global->spacebuf[global->chpos] = '\0'; in fpp_cppmain()
319 fpp_Putstring(global, global->spacebuf); /* Output all whitespaces */ in fpp_cppmain()
H A Dcppadd.h230 char *spacebuf; /* Buffer to store whitespaces in if -H */ member
H A Dcpp6.c848 global->spacebuf[global->chpos] = '\0'; in fpp_get()
849 fpp_Putstring(global, global->spacebuf); in fpp_get()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp1.c157 free(global->spacebuf); in fppPreProcess()
202 global->spacebuf = (char *)malloc(MAX_SPACE_SIZE); in fpp_cppmain()
203 if(!global->spacebuf) in fpp_cppmain()
248 global->spacebuf[global->chpos++]=(char)c; in fpp_cppmain()
291 global->spacebuf[global->chpos] = '\0'; in fpp_cppmain()
292 fpp_Putstring(global, global->spacebuf); in fpp_cppmain()
307 global->spacebuf[global->chpos++]=(char)c; in fpp_cppmain()
318 global->spacebuf[global->chpos] = '\0'; in fpp_cppmain()
319 fpp_Putstring(global, global->spacebuf); /* Output all whitespaces */ in fpp_cppmain()
H A Dcppadd.h230 char *spacebuf; /* Buffer to store whitespaces in if -H */ member
H A Dcpp6.c848 global->spacebuf[global->chpos] = '\0'; in fpp_get()
849 fpp_Putstring(global, global->spacebuf); in fpp_get()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/liblouis/
H A Dlou_backTranslateString.c113 const InString *input, OutString *output, char *spacebuf, int *posMapping,
160 char *spacebuf; in _lou_backTranslate() local
213 spacebuf = spacing; in _lou_backTranslate()
222 if (spacebuf != NULL) memset(spacebuf, '*', *outlen); in _lou_backTranslate()
249 &input, &output, spacebuf, passPosMapping, &realInlen, in _lou_backTranslate()
954 OutString *output, char *spacebuf, int *posMapping, int *cursorPosition, in insertSpace() argument
960 if (spacebuf) spacebuf[output->length - 1] = '1'; in insertSpace()
1073 const InString *input, OutString *output, char *spacebuf, int *posMapping, in backTranslateString() argument
1126 if (!insertSpace(table, pos, input, output, spacebuf, posMapping, in backTranslateString()
1251 if (!insertSpace(table, pos, input, output, spacebuf, posMapping, in backTranslateString()
/dports/devel/liblouis/liblouis-3.20.0/liblouis/
H A Dlou_backTranslateString.c112 const InString *input, OutString *output, char *spacebuf, int *posMapping,
157 char *spacebuf; in _lou_backTranslate() local
211 spacebuf = spacing; in _lou_backTranslate()
220 if (spacebuf != NULL) memset(spacebuf, '*', *outlen); in _lou_backTranslate()
247 spacebuf, passPosMapping, &realInlen, &cursorPosition, &cursorStatus, in _lou_backTranslate()
988 OutString *output, char *spacebuf, int *posMapping, int *cursorPosition, in insertSpace() argument
994 if (spacebuf) spacebuf[output->length - 1] = '1'; in insertSpace()
1108 const InString *input, OutString *output, char *spacebuf, int *posMapping, in backTranslateString() argument
1161 if (!insertSpace(table, pos, input, output, spacebuf, posMapping, in backTranslateString()
1285 if (!insertSpace(table, pos, input, output, spacebuf, posMapping, in backTranslateString()
/dports/games/libretro-hatari/hatari-561c07e/src/debug/
H A DdebugInfo.c394 char addrbuf[6], spacebuf[2] = "X"; in DebugInfo_DspMemDump() local
395 char *argv[] = { cmdbuf, spacebuf, addrbuf }; in DebugInfo_DspMemDump()
396 spacebuf[0] = (arg>>16)&0xff; in DebugInfo_DspMemDump()
/dports/emulators/hatari/hatari-2.2.1/src/debug/
H A DdebugInfo.c455 char addrbuf[6], spacebuf[2] = "X"; in DebugInfo_DspMemDump() local
456 char *argv[] = { cmdbuf, spacebuf, addrbuf }; in DebugInfo_DspMemDump()
457 spacebuf[0] = (arg>>16)&0xff; in DebugInfo_DspMemDump()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dutils.c1958 char *spacebuf; in puts_filtered_tabular() local
1981 spacebuf = alloca (spaces + 1); in puts_filtered_tabular()
1982 spacebuf[spaces] = '\0'; in puts_filtered_tabular()
1984 spacebuf[spaces] = ' '; in puts_filtered_tabular()
1986 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dutils.c1958 char *spacebuf; in puts_filtered_tabular() local
1981 spacebuf = alloca (spaces + 1); in puts_filtered_tabular()
1982 spacebuf[spaces] = '\0'; in puts_filtered_tabular()
1984 spacebuf[spaces] = ' '; in puts_filtered_tabular()
1986 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dutils.c2013 char *spacebuf; in puts_filtered_tabular() local
2036 spacebuf = alloca (spaces + 1); in puts_filtered_tabular()
2037 spacebuf[spaces] = '\0'; in puts_filtered_tabular()
2039 spacebuf[spaces] = ' '; in puts_filtered_tabular()
2041 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dutils.c1651 char *spacebuf; in puts_filtered_tabular() local
1674 spacebuf = (char *) alloca (spaces + 1); in puts_filtered_tabular()
1675 spacebuf[spaces] = '\0'; in puts_filtered_tabular()
1677 spacebuf[spaces] = ' '; in puts_filtered_tabular()
1679 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dutils.c2431 char *spacebuf; in puts_filtered_tabular() local
2454 spacebuf = alloca (spaces + 1); in puts_filtered_tabular()
2455 spacebuf[spaces] = '\0'; in puts_filtered_tabular()
2457 spacebuf[spaces] = ' '; in puts_filtered_tabular()
2459 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()
/dports/comms/hamlib/hamlib-4.3.1/rigs/prm80/
H A Dprm80.c162 char spacebuf[4]; in read_prompt_and_send() local
191 retval = read_block(rigport, spacebuf, 1); in read_prompt_and_send()