Home
last modified time | relevance | path

Searched refs:scan_format (Results 1 – 25 of 60) sorted by relevance

123

/dports/sysutils/ascpu/ascpu-1.11/
H A Dascpu_x.c468 static char scan_format[MAX_CPU*30]; /* 26 is correct I think but not sure */ variable
475 scan_format[0] = '\0'; in prepare_format()
509 …sprintf(scan_format, proc_extended?((proc_extended-1)?"cpu %%ld %%ld %%ld %%ld %%*ld %%*ld %%*ld %… in prepare_format()
513 sprintf(&scan_format[strlen(scan_format)], in prepare_format()
517 sprintf(&scan_format[strlen(scan_format)], in prepare_format()
523 sprintf(scan_format, "cpu %%ld %%ld %%ld %%ld\n"); in prepare_format()
525 sprintf(scan_format, "cpu %%*ld %%*ld %%*ld %%*ld\n"); in prepare_format()
527 sprintf(&scan_format[strlen(scan_format)], in prepare_format()
531 sprintf(&scan_format[strlen(scan_format)], in prepare_format()
537 printf("The format is [%s]\n", scan_format); in prepare_format()
[all …]
/dports/audio/liboggz/liboggz-1.1.1/src/liboggz/
H A Ddirac.c171 int scan_format = dirac_uint( &bs ); /* scan_format */ in dirac_parse_info() local
172 if (scan_format < 2) { in dirac_parse_info()
173 info->interlaced = scan_format; in dirac_parse_info()
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/
H A DFilterList.pm493 my $scan_format = $format;
494 $scan_format =~ s/\%\%//g; # eliminate quoted %
498 my @field_formats = ( $scan_format =~ /\%(.)/g );
/dports/lang/elixir/elixir-1.12.3/lib/logger/lib/logger/
H A Dutils.ex96 check `:io_lib.scan_format/2`
109 :io_lib.scan_format(format, [])
125 |> :io_lib.scan_format(args)
/dports/lang/elixir-devel/elixir-1.13.1/lib/logger/lib/logger/
H A Dutils.ex96 check `:io_lib.scan_format/2`
109 :io_lib.scan_format(format, [])
125 |> :io_lib.scan_format(args)
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_convert.escript41 Opts0 = scan_format([IEDir]),
67 scan_format(Dir) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derror_logger_file_h.erl138 Format1 = io_lib:scan_format(Format0, Args),
H A Derror_logger_tty_h.erl167 Format1 = io_lib:scan_format(Format0, Args),
H A Dio_lib.erl64 -export([scan_format/2,unscan_format/1,build_text/1,build_text/2]).
205 -spec scan_format(Format, Data) -> FormatList when
210 scan_format(Format, Args) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derror_logger_file_h.erl138 Format1 = io_lib:scan_format(Format0, Args),
H A Derror_logger_tty_h.erl167 Format1 = io_lib:scan_format(Format0, Args),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derror_logger_file_h.erl138 Format1 = io_lib:scan_format(Format0, Args),
H A Derror_logger_tty_h.erl167 Format1 = io_lib:scan_format(Format0, Args),
H A Dio_lib.erl64 -export([scan_format/2,unscan_format/1,build_text/1,build_text/2]).
205 -spec scan_format(Format, Data) -> FormatList when
210 scan_format(Format, Args) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derror_logger_file_h.erl138 Format1 = io_lib:scan_format(Format0, Args),
H A Derror_logger_tty_h.erl167 Format1 = io_lib:scan_format(Format0, Args),
H A Dio_lib.erl64 -export([scan_format/2,unscan_format/1,build_text/1,build_text/2]).
205 -spec scan_format(Format, Data) -> FormatList when
210 scan_format(Format, Args) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derror_logger_file_h.erl138 Format1 = io_lib:scan_format(Format0, Args),
H A Derror_logger_tty_h.erl167 Format1 = io_lib:scan_format(Format0, Args),
H A Dio_lib.erl64 -export([scan_format/2,unscan_format/1,build_text/1,build_text/2]).
205 -spec scan_format(Format, Data) -> FormatList when
210 scan_format(Format, Args) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derror_logger_file_h.erl138 Format1 = io_lib:scan_format(Format0, Args),
H A Derror_logger_tty_h.erl167 Format1 = io_lib:scan_format(Format0, Args),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derror_logger_file_h.erl138 Format1 = io_lib:scan_format(Format0, Args),
H A Derror_logger_tty_h.erl167 Format1 = io_lib:scan_format(Format0, Args),
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dsys_scanf.c1008 static int scan_format(vpiHandle callh, struct byte_source*src, vpiHandle argv, function
1378 scan_format(callh, &src, argv, name);
1436 scan_format(callh, &src, argv, name);

123