Home
last modified time | relevance | path

Searched refs:line (Results 3001 – 3025 of 4235) sorted by relevance

1...<<121122123124125126127128129130>>...170

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp118 info->line = lineno; in SymbolizeCodePCInfoCallback()
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Drockchip-vop.yaml50 frame start (VSYNC), line flag and other status interrupts.
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dcorstone1000.dtsi59 cache-line-size = <64>;
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dsnps,dw-apb-gpio.yaml64 gpio-line-names:
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dtrivial-rtc.yaml15 possibly an interrupt line.
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,ipq5018-tlmm.yaml30 gpio-line-names:
H A Dqcom,ipq5332-tlmm.yaml33 gpio-line-names:
H A Dqcom,ipq8074-pinctrl.yaml30 gpio-line-names:
H A Dqcom,msm8976-pinctrl.yaml30 gpio-line-names:
H A Dqcom,qdu1000-tlmm.yaml33 gpio-line-names:
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ul-ccimx6ulsbcexpress.dts99 broken-cd; /* no carrier detect line (use polling) */
/freebsd/usr.sbin/cron/doc/
H A DMAIL112 from command lines into a file for each line. Thus I might have a chance
161 describe this by example. Say I have the following line in my crontab
172 What I'd like to happen with the above line is to run the command ONLY
210 there could be a single line with some sort of pattern like
263 directory along with users cron files, and cron fabricates a line from
455 necessary to add TZ=PST8PDT to each crontab line which might need it. Cron
457 it should be possible to put a line in the crontab file which overrides that
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console.c1789 static void parse_cmd_line(char *line, osm_opensm_t * p_osm) in parse_cmd_line() argument
1795 while (isspace(*line)) in parse_cmd_line()
1796 line++; in parse_cmd_line()
1797 if (!*line) in parse_cmd_line()
1801 p_cmd = strtok_r(line, " \t\n\r", &p_last); in parse_cmd_line()
1823 fprintf(out, "Error parsing command line: `%s'\n", line); in parse_cmd_line()
/freebsd/contrib/spleen/
H A DChangeLog51 - Enlarge vertical line for consistency with other small sizes (5x8 version)
69 - Shift vertical line and double vertical line characters one pixel
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-sdp.dts34 gpio = <&gpio2 16 GPIO_ACTIVE_HIGH>; /* gpio line 48 */
395 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
478 interrupts = <2 IRQ_TYPE_LEVEL_LOW>; /* gpio line 34 */
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c587 int line, const char *fmt, ...) in __dprintf() argument
613 (void) printf("%s, line %d: ", newfile, line); in __dprintf()
627 i = snprintf(buf, size, "%s:%d:%s(): ", newfile, line, func); in __dprintf()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-venice-gw7903.dts246 gpio-line-names = "", "", "", "", "", "", "", "",
253 gpio-line-names = "dig2_in", "dig2_out#", "dig2_ctl", "", "", "", "dig1_ctl", "",
260 gpio-line-names = "", "", "", "", "", "", "", "sim1_det#",
H A Dimx8mp-verdin.dtsi336 gpio-line-names = "SODIMM_206",
355 gpio-line-names = "",
377 gpio-line-names = "SODIMM_52",
410 gpio-line-names = "SODIMM_252",
447 line-name = "CTRL_SLEEP_MOCI#";
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-bytedance-g220a.dts295 gpio-line-names =
922 line-name = "NCSI_BMC_R_SEL";
929 line-name = "EN_NCSI_SWITCH_N";
/freebsd/crypto/openssl/
H A DINSTALL.md78 Any line starting with a dollar sign is a command line.
90 For example, the line
106 So the line
720 Don't compile in filename and line number information (e.g. for errors and
1102 are ignored if compiling/linking flags are given on the command line, except
1126 This fetches the previous command line options and environment from data
1312 share/man/man1 Contains the OpenSSL command line man-pages.
1436 #! line of perl scripts that will be publicly installed.
1621 configure command line and the relevant output including the error message.
1624 ` ``` ` on a separate line) before and after your output:
[all …]
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES11 some invalid input with respect to line endings
1114 line.
3140 for direct (command line) submissions.
3256 (verbose) command line option.
4285 have a From line.
4866 information (from= syslog line).
7293 Received: line.
9080 the line will delete this header,
9296 file" line -- any data after that line is prohibited.
10637 line -- command line can only raise, not lower, logging
[all …]
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in298 /* line graphics */
318 #define ACS_HLINE NCURSES_ACS('q') /* horizontal line */
319 #define ACS_VLINE NCURSES_ACS('x') /* vertical line */
321 #define ACS_S1 NCURSES_ACS('o') /* scan line 1 */
322 #define ACS_S9 NCURSES_ACS('s') /* scan line 9 */
341 #define ACS_S3 NCURSES_ACS('p') /* scan line 3 */
342 #define ACS_S7 NCURSES_ACS('r') /* scan line 7 */
463 bool _idlok; /* OK to use insert/delete line? */
470 struct ldat *_line; /* the actual line data */
473 NCURSES_SIZE_T _regtop; /* top line of scrolling region */
[all …]
H A Dcurses.wide39 #define WACS_S1 NCURSES_WACS('o') /* scan line 1 */
40 #define WACS_S9 NCURSES_WACS('s') /* scan line 9 */
57 #define WACS_S3 NCURSES_WACS('p') /* scan line 3 */
58 #define WACS_S7 NCURSES_WACS('r') /* scan line 7 */
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4925 GET_OR_DISTINCT(DILocation, (Context, line.Val, column.Val, scope.Val, in parseDILocation()
5128 (Context, tag.Val, name.Val, file.Val, line.Val, in parseDIDerivedType()
5171 Context, *identifier.Val, tag.Val, name.Val, file.Val, line.Val, in parseDICompositeType()
5331 (Context, scope.Val, name.Val, linkageName.Val, file.Val, line.Val, in parseDISubprogram()
5351 DILexicalBlock, (Context, scope.Val, file.Val, line.Val, column.Val)); in parseDILexicalBlock()
5378 OPTIONAL(line, LineField, ); in parseDICommonBlock()
5384 file.Val, line.Val)); in parseDICommonBlock()
5455 apinotes.Val, line.Val, isDecl.Val)); in parseDIModule()
5520 line.Val, type.Val, isLocal.Val, isDefinition.Val, in parseDIGlobalVariable()
5561 REQUIRED(line, LineField, ); in parseDILabel()
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Derror.tab.c120 #line 2 "error.y"
123 #line 124 "error.tab.c"
354 #line 8 "error.y"
376 #line 377 "error.tab.c"

1...<<121122123124125126127128129130>>...170