Home
last modified time | relevance | path

Searched refs:secondary (Results 1 – 25 of 79) sorted by relevance

1234

/trueos/contrib/mdocml/
HDread.c68 struct buf *secondary; member
424 if (curp->secondary) { in mparse_buf_r()
425 curp->secondary->buf = in mparse_buf_r()
427 (curp->secondary->buf, in mparse_buf_r()
428 curp->secondary->sz + pos + 2); in mparse_buf_r()
429 memcpy(curp->secondary->buf + in mparse_buf_r()
430 curp->secondary->sz, in mparse_buf_r()
432 curp->secondary->sz += pos; in mparse_buf_r()
433 curp->secondary->buf in mparse_buf_r()
434 [curp->secondary->sz] = '\n'; in mparse_buf_r()
[all …]
/trueos/contrib/texinfo/makeinfo/
HDxml.c1727 char *primary = NULL, *secondary = NULL; in xml_insert_indexterm() local
1732 secondary = strstr (primary+1, INDEX_SEP); in xml_insert_indexterm()
1733 *secondary = '\0'; in xml_insert_indexterm()
1734 secondary += strlen (INDEX_SEP); in xml_insert_indexterm()
1747 execute_string ("%s", secondary); in xml_insert_indexterm()
1894 char *primary = NULL, *secondary; in xml_insert_indexentry() local
1903 secondary = strstr (primary+1, INDEX_SEP); in xml_insert_indexentry()
1904 *secondary = '\0'; in xml_insert_indexentry()
1905 secondary += strlen (INDEX_SEP); in xml_insert_indexentry()
1911 execute_string ("%s", secondary); in xml_insert_indexentry()
[all …]
/trueos/contrib/texinfo/util/
HDtexindex.c1250 char *primary, *secondary, *pagenumber; in indexify() local
1284 secondary = find_braced_pos (line, 3, 0, 0); in indexify()
1285 nosecondary = !*secondary; in indexify()
1287 secondarylength = find_braced_end (secondary) - secondary; in indexify()
1355 if (!nosecondary && strncmp (secondary, lastsecondary, secondarylength)) in indexify()
1365 fwrite (secondary, secondarylength, 1, ostream); in indexify()
1376 strncpy (lastsecondary, secondary, secondarylength); in indexify()
/trueos/usr.sbin/bsdconfig/share/
HDstruct.subr65 # The secondary method of accessing data is by using $name as a function.
75 # Alternatively, the secondary access method (details below):
82 # The secondary form should only be used if/when:
86 # The primary benefit to the secondary form is syntax cleanliness and read-
/trueos/share/examples/hast/
HDucarp_down.sh89 out=`hastctl role secondary "${resource}" 2>&1`
/trueos/sys/gnu/dts/arm/
HDhip01-ca9x2.dts16 /* First 8KB reserved for secondary core boot */
HDecx-2000.dts19 /* First 4KB has pen for secondary cores. */
HDhighbank.dts19 /* First 4KB has pen for secondary cores. */
HDintegratorap.dts15 arm,timer-secondary = &timer1;
HDbcm21664.dtsi34 secondary-boot-reg = <0x35004178>;
HDbcm11351.dtsi34 secondary-boot-reg = <0x3500417c>;
/trueos/sbin/hastd/
HDMakefile13 SRCS+= secondary.c
/trueos/usr.sbin/pw/
HDREADME13 group for each user and automatic membership in secondary groups
/trueos/contrib/openpam/
HDREADME14 except for mappings and secondary authentication. Also
/trueos/contrib/file/magic/Magdir/
HDdatabase141 #>>0x04 byte 3 non-incrementing secondary index .Xnn file
142 #>>0x04 byte 4 secondary index .Ynn file
143 #>>0x04 byte 5 incrementing secondary index .Xnn file
144 #>>0x04 byte 6 non-incrementing secondary index .XGn file
145 #>>0x04 byte 7 secondary index .YGn file
146 #>>>0x04 byte 8 incrementing secondary index .XGn file
HDconvex29 # secondary storage is not physically contained within the dump.
/trueos/sys/boot/fdt/dts/arm/
HDversatilepb.dts26 sic: secondary-interrupt-controller {
/trueos/contrib/bsnmp/snmp_ntp/
HDNTP-MIB.txt99 2-255, secondary reference (via NTP)"
141 ASCII string.In the case of stratum 2 and greater (secondary
375 2-255, secondary reference (via NTP)"
/trueos/contrib/binutils/binutils/
HDconfigure.in189 # Canonicalize the secondary target names.
420 # Canonicalize the secondary target names.
/trueos/sys/powerpc/powerpc/
HDplatform_if.m44 * These are used to bring up secondary CPUs, supply the physical memory
/trueos/contrib/binutils/ld/
HDconfigure.in163 # Canonicalize the secondary target names.
/trueos/usr.sbin/bsnmpd/modules/snmp_hast/
HDBEGEMOT-HAST-MIB.txt153 SYNTAX INTEGER { undef(0), init(1), primary(2), secondary(3) }
/trueos/contrib/binutils/opcodes/
HDconfigure.in115 # Canonicalize the secondary target names.
/trueos/lib/libmach/mach/
HDerr_server.sub137 "(server/auth) not secondary",
/trueos/contrib/texinfo/
HDTODO57 - @xindexterm [def] primary [,secondary [,tertiary]] or some such?

1234