Searched refs:LINE (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/contrib/mdocml/
H A Dmsec.in25 LINE("1", "FreeBSD General Commands Manual")
26 LINE("2", "FreeBSD System Calls Manual")
27 LINE("3", "FreeBSD Library Functions Manual")
28 LINE("3p", "Perl Library Functions Manual")
29 LINE("4", "FreeBSD Kernel Interfaces Manual")
30 LINE("5", "FreeBSD File Formats Manual")
31 LINE("6", "FreeBSD Games Manual")
32 LINE("7", "FreeBSD Miscellaneous Information Manual")
33 LINE("8", "FreeBSD System Manager\'s Manual")
34 LINE("
[all...]
H A Darch.in29 LINE("acorn26", "Acorn26")
30 LINE("acorn32", "Acorn32")
31 LINE("algor", "Algor")
32 LINE("alpha", "Alpha")
33 LINE("amd64", "AMD64")
34 LINE("amiga", "Amiga")
35 LINE("amigappc", "AmigaPPC")
36 LINE("arc", "ARC")
37 LINE("arm", "ARM")
38 LINE("arm2
[all...]
H A Dlib.in26 LINE("libarchive", "Streaming Archive Library (libarchive, \\-larchive)")
27 LINE("libarm", "ARM Architecture Library (libarm, \\-larm)")
28 LINE("libarm32", "ARM32 Architecture Library (libarm32, \\-larm32)")
29 LINE("libbluetooth", "Bluetooth Library (libbluetooth, \\-lbluetooth)")
30 LINE("libbsm", "Basic Security Module Library (libbsm, \\-lbsm)")
31 LINE("libc", "Standard C\\~Library (libc, \\-lc)")
32 LINE("libc_r", "Reentrant C\\~Library (libc_r, \\-lc_r)")
33 LINE("libcalendar", "Calendar Arithmetic Library (libcalendar, \\-lcalendar)")
34 LINE("libcam", "Common Access Method User Library (libcam, \\-lcam)")
35 LINE("libcd
[all...]
H A Datt.in27 LINE("v1", "Version\\~1 AT&T UNIX")
28 LINE("v2", "Version\\~2 AT&T UNIX")
29 LINE("v3", "Version\\~3 AT&T UNIX")
30 LINE("v4", "Version\\~4 AT&T UNIX")
31 LINE("v5", "Version\\~5 AT&T UNIX")
32 LINE("v6", "Version\\~6 AT&T UNIX")
33 LINE("v7", "Version\\~7 AT&T UNIX")
34 LINE("32v", "Version\\~32V AT&T UNIX")
35 LINE("III", "AT&T System\\~III UNIX")
36 LINE("
[all...]
H A Dst.in31 LINE("-p1003.1-88", "IEEE Std 1003.1-1988 (\\(lqPOSIX.1\\(rq)")
32 LINE("-p1003.1-90", "IEEE Std 1003.1-1990 (\\(lqPOSIX.1\\(rq)")
33 LINE("-p1003.1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)")
34 LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)")
35 LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)")
36 LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)")
37 LINE("-p1003.1", "IEEE Std 1003.1 (\\(lqPOSIX.1\\(rq)")
38 LINE("-p1003.1b", "IEEE Std 1003.1b (\\(lqPOSIX.1\\(rq)")
39 LINE("-p1003.1b-93", "IEEE Std 1003.1b-1993 (\\(lqPOSIX.1\\(rq)")
40 LINE("
[all...]
H A Dvol.in24 LINE("USD", "User\'s Supplementary Documents")
25 LINE("PS1", "Programmer\'s Supplementary Documents")
26 LINE("AMD", "Ancestral Manual Documents")
27 LINE("SMM", "System Manager\'s Manual")
28 LINE("URM", "User\'s Reference Manual")
29 LINE("PRM", "Programmer\'s Manual")
30 LINE("KM", "Kernel Manual")
31 LINE("IND", "Manual Master Index")
32 LINE("MMI", "Manual Master Index")
33 LINE("LOCA
[all...]
H A Darch.c29 #define LINE(x, y) \ macro
H A Datt.c29 #define LINE(x, y) \ macro
H A Dlib.c29 #define LINE(x, y) \ macro
H A Dmsec.c27 #define LINE(x, y) \ macro
H A Dst.c29 #define LINE(x, y) \ macro
H A Dvol.c29 #define LINE(x, y) \ macro
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dsdb.h42 #define PUT_SDB_BLOCK_START(LINE) \
50 (LINE)); \
54 #define PUT_SDB_BLOCK_END(LINE) \
62 (LINE)); \
66 #define PUT_SDB_FUNCTION_START(LINE)
68 #define PUT_SDB_FUNCTION_END(LINE) \
70 SDB_OUTPUT_SOURCE_LINE (asm_out_file, LINE + sdb_begin_function_line); \
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_check112 LINE: while( <> ) label
119 next LINE;
126 next LINE;
133 next LINE;
139 next LINE;
146 next LINE;
/freebsd-10.0-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.h56 LINE = 272 enumerator in enum:yytokentype
74 #define LINE 272 macro
H A Dconfig_parser.c91 LINE = 272 enumerator in enum:yytokentype
109 #define LINE 272 macro
/freebsd-10.0-release/usr.bin/col/
H A Dcol.c84 typedef struct line_str LINE; typedef in typeref:struct:line_str
87 LINE *l_prev; /* previous line */
88 LINE *l_next; /* next line */
95 static LINE *alloc_line(void);
97 static void flush_line(LINE *);
100 static void free_line(LINE *);
104 static LINE *lines;
124 LINE *l; /* current line */
233 LINE *lnew;
340 LINE *
[all...]
/freebsd-10.0-release/contrib/gcclibs/libcpp/include/
H A Dline-map.h140 #define SOURCE_LINE(MAP, LINE) \
141 ((((LINE) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
143 #define SOURCE_COLUMN(MAP, LINE) \
144 (((LINE) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh243 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
244 DEPS=`echo "${LINE}"|cut -f3 -d'|'`
282 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
283 NAME=`echo "${LINE}"|cut -f2 -d'|'`
303 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
304 NAME=`echo "${LINE}"|cut -f1 -d'|'`
322 LINE=`grep "|${PACKAGE}|" "${INDEX_FILE}" 2>/dev/null`
323 NAME=`echo "${LINE}"|cut -f1 -d'|'`
H A Dfunctions-bsdlabel.sh51 LINE="${2}"
53 echo $LINE | cut -d ' ' -f 4 | grep -q '(' 2>/dev/null
57 echo $LINE | grep -q '^ZFS' 2>/dev/null
60 ZFSVARS="`echo $LINE | cut -d ' ' -f 4-20 |cut -d '(' -f 2- | cut -d ')' -f 1 | xargs`"
90 echo $LINE | grep -q '^UFS' 2>/dev/null
92 FSVARS="`echo $LINE | cut -d '(' -f 2- | cut -d ')' -f 1 | xargs`"
/freebsd-10.0-release/usr.bin/join/
H A Djoin.c72 } LINE; typedef in typeref:struct:__anon11440
80 LINE *set; /* set of lines with same field */
104 static int cmp(LINE *, u_long, LINE *, u_long);
110 static void outfield(LINE *, u_long, int);
111 static void outoneline(INPUT *, LINE *);
112 static void outtwoline(INPUT *, LINE *, INPUT *, LINE *);
276 LINE *lp, *lastlp, tmp;
296 F->setalloc * sizeof(LINE)))
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \
H A Dsdbout.c228 #define PUT_SDB_BLOCK_START(LINE) \
231 SDB_DELIM, SDB_DELIM, SDB_DELIM, (LINE), SDB_DELIM)
235 #define PUT_SDB_BLOCK_END(LINE) \
238 SDB_DELIM, SDB_DELIM, SDB_DELIM, (LINE), SDB_DELIM)
242 #define PUT_SDB_FUNCTION_START(LINE) \
245 SDB_DELIM, SDB_DELIM, SDB_DELIM, (LINE), SDB_DELIM)
249 #define PUT_SDB_FUNCTION_END(LINE) \
252 SDB_DELIM, SDB_DELIM, SDB_DELIM, (LINE), SDB_DELIM)
1533 number LINE. */
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dbuildvirtuser148 LINE: while (<DOMAIN>) label
152 next LINE if /^#/;
153 next LINE if /^$/;
/freebsd-10.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh501 while read LINE; do
503 LINEX=`echo "${LINE}" | cut -f 1 -d '#'`
506 echo "==> ${LINE}"
1658 while read LINE; do
1659 NODE=`echo "${LINE}" | cut -f 1-2 -d '|'`
1663 lam -s "${LINE}|" - >> $3.add
1761 while read LINE; do
1762 F=`echo "${LINE}" | cut -f 1 -d '|'`
1763 HASH=`echo "${LINE}" | cut -f 2 -d '|'`
3063 while read LINE; d
[all...]

Completed in 187 milliseconds

12