Searched refs:section (Results 51 - 75 of 729) sorted by relevance

1234567891011>>

/macosx-10.10.1/text_cmds-88/nl/
H A Dnl.c111 /* delimiter characters that indicate the start of a logical page section */
297 int section; /* logical page section */ local
304 section = BODY;
318 * the new section is logically "before", or the same as, the current
319 * section (thereby starting a new logical page), reset the line numbers.
321 if (restart && idx >= section)
324 section = idx;
337 switch (numbering_properties[section].type) {
357 (regexec(&numbering_properties[section]
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_conf.c73 static char *conf_lhash_get_string(void *db, char *section, char *value);
74 static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, char *section);
140 ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=", value);
320 * section to an extension STACK.
324 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, argument
331 if (!(nval = NCONF_get_section(conf, section))) return 0;
345 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, argument
351 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
356 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, argument
362 return X509V3_EXT_add_nconf_sk(conf, ctx, section, s
367 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
384 X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) argument
415 X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) argument
422 nconf_get_string(void *db, char *section, char *value) argument
475 conf_lhash_get_string(void *db, char *section, char *value) argument
498 X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert) argument
508 X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl) argument
518 X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DRulesStyleDetailsPanel.js97 var section = style.__rulesSection;
98 if (section && section.focused && !previousFocusedSection)
99 previousFocusedSection = section;
101 if (!section) {
102 section = new WebInspector.CSSStyleDeclarationSection(style);
103 style.__rulesSection = section;
105 section.refresh();
108 previousFocusedSection = section;
113 section
[all...]
H A DComputedStyleDetailsPanel.css26 .details-section > .content > .group > .row.simple.content-flow-link > .value > span > .icon {
34 .details-section > .content > .group > .row.simple.content-flow-link span
H A DPropertiesSection.js32 this.propertiesTreeOutline.section = this;
H A DScopeVariableTreeElement.js62 var section = this.treeOutline.section;
63 this._propertyIdentifier = (section.__propertyIdentifierPrefix ? section.__propertyIdentifierPrefix + "-" : "") + this.propertyPath;
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Daddr2line.c59 {"section", required_argument, NULL, 'j'},
86 -j --section=<name> Read section-relative offsets instead of addresses\n\
130 /* Look for an address in a section. This is called via
134 find_address_in_section (bfd *abfd, asection *section,
143 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0)
146 vma = bfd_get_section_vma (abfd, section);
150 size = bfd_get_section_size (section);
154 found = bfd_find_nearest_line (abfd, section, syms, pc - vma,
158 /* Look for an offset in a section argument
131 find_address_in_section(bfd *abfd, asection *section, void *data ATTRIBUTE_UNUSED) argument
180 translate_addresses(bfd *abfd, asection *section) argument
270 asection *section; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dgenerate-bytecode-files191 for section in bytecodeSections:
192 if bytecodeHFilename and section['emitInHFile']:
193 bytecodeHFile.write("#define FOR_EACH_{0}_ID(macro) \\\n".format(section["macroNameComponent"]))
196 if "defaultLength" in section:
197 defaultLength = section["defaultLength"]
200 for bytecode in section["bytecodes"]:
213 bytecodeHFile.write("#define NUMBER_OF_{0}_IDS {1}\n\n".format(section["macroNameComponent"], bytecodeNum))
215 if initASMFileName and section['emitInASMFile']:
217 if "asmPrefix" in section:
218 prefix = section["asmPrefi
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dmipsbsd.c215 if (bfd_is_und_section (symbol->section)
219 /* Work out which section the relocation is targeted at and the
221 if (bfd_is_com_section (symbol->section))
226 relocation += symbol->section->output_section->vma;
227 relocation += symbol->section->output_offset;
266 if (bfd_is_und_section (symbol->section)
270 /* Work out which section the relocation is targeted at and the
272 if (bfd_is_com_section (symbol->section))
277 relocation += symbol->section->output_section->vma;
278 relocation += symbol->section
[all...]
H A Dsection.c1 /* Object file "section" support for the BFD library.
28 section abstraction. A single BFD may have any number of
32 Sections are supported in BFD in <<section.c>>.
38 @* section prototypes::
46 When a BFD is opened for reading, the section structures are
49 Each section has a name which describes the section in the
58 constructor data, or an application may add a section (using
60 BFD. For example, the linker creates an extra section
65 the section descripto
1182 bfd_set_section_flags(bfd *abfd ATTRIBUTE_UNUSED, sec_ptr section, flagword flags) argument
1328 bfd_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
1396 bfd_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Dcoff-m88k.c88 /* Work out which section the relocation is targeted at and the
92 if (bfd_is_com_section (symbol->section))
97 reloc_target_output_section = symbol->section->output_section;
99 /* Convert input-section-relative symbol value to absolute. */
105 relocation += output_base + symbol->section->output_offset;
125 if (bfd_is_und_section (symbol->section) && output_bfd == (bfd *) NULL)
259 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
260 reloc_processing(relent, reloc, symbols, abfd, section)
263 reloc_processing (relent, reloc, symbols, abfd, section)
268 asection *section;
[all...]
H A Dsom.c148 char *section; member in struct:section_to_type
168 /* Map SOM section names to POSIX/BSD single-character symbol types.
213 specify copying of data from the input section to the output section
1538 && ! bfd_is_com_section (sym->section))
1638 asection *section; local
1703 for (section = abfd->sections; section; section = section
1765 asection *section; local
2214 asection *section; local
2334 som_is_space(asection *section) argument
2355 som_is_subspace(asection *section) argument
2391 asection *section; local
2405 asection *section; local
2469 asection *section; local
2576 asection *section = abfd->sections; local
2964 asection *section; local
3232 asection *section; local
3582 asection *section; local
4192 asection *section; local
4498 som_set_reloc_info(unsigned char *fixup, unsigned int end, arelent *internal_relocs, asection *section, asymbol **symbols, bfd_boolean just_count) argument
4840 som_slurp_reloc_table(bfd *abfd, asection *section, asymbol **symbols, bfd_boolean just_count) argument
4934 som_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
5109 bfd_som_set_section_attributes(asection *section, int defined, int private, unsigned int sort_key, int spnum) argument
5136 bfd_som_set_subsection_attributes(asection *section, asection *container, int access, unsigned int sort_key, int quadrant, int comdat, int common, int dup_common) argument
5258 som_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
5274 som_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A Dtimer.asm5 [section .data]
8 [section .text]
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dpod2mantest34 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | fgrep OpenSSL >/dev/null; then
41 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | grep '^MARKER - ' >/dev/null; then
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Diodbc_misc.h80 int _iodbcdm_cfg_to_string (PCONFIG pconfig, char *section,
/macosx-10.10.1/apr-32/apr/apr/locks/win32/
H A Dthread_mutex.c32 DeleteCriticalSection(&lock->section);
60 * On Win9x, we cannot 'try' on a critical section, so we
64 InitializeCriticalSection(&(*mutex)->section);
85 EnterCriticalSection(&mutex->section);
99 if (!TryEnterCriticalSection(&mutex->section)) {
115 LeaveCriticalSection(&mutex->section);
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dman2help.tcl31 foreach section [getSections $package] {
35 if {[string compare $lastSection $section]} {
36 puts $fd "1 $section"
38 set lastSection $section
40 foreach topic [getTopics $package $section] {
42 set id $topics($package,$section,$topic)
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dman2help.tcl30 foreach section [getSections $package] {
34 if {[string compare $lastSection $section]} {
35 puts $fd "1 $section"
37 set lastSection $section
39 foreach topic [getTopics $package $section] {
41 set id $topics($package,$section,$topic)
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkctool_main.c126 "Can't find prelink info section.");
135 ((struct section *)prelinkInfoSect)->offset;
259 static struct section *
265 struct section *sectionHeader;
278 sectionHeader = (struct section *) (file + offset + sizeof(*segmentHeader));
321 void * section = NULL; // do not free local
328 section = (void *)macho_get_section_by_name_64(
333 section = (void *)macho_get_section_by_name(
338 if (!section) {
347 kextOffset = ((struct section_64 *)section)
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dru-refcard.tex60 \section{������ Emacs}
64 \section{����� �� Emacs}
71 \section{�����}
83 \section{��������� ������}
99 \section{����������� ������}
109 \section{H����������� �����}
128 \section{�����������}
153 \section{����������� � ��������}
174 \section{�������}
188 \section{������ � ��������}
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dgetpart.pm39 # return the attributes of the section
41 my ($section, $part)=@_;
46 # print "Section: $section, part: $part\n";
50 if(!$inside && ($_ =~ /^ *\<$section/)) {
66 # detect end of section when part wasn't found
67 elsif((1 ==$inside) && ($_ =~ /^ *\<\/$section\>/)) {
78 my ($section, $part)=@_;
84 # print "Section: $section, part: $part\n";
88 if(!$inside && ($_ =~ /^ *\<$section/)) {
107 elsif(($inside >= 1) && ($_ =~ /^ *\<\/$section/)) {
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dfragment.c52 String *section = Copy(Getattr(fragment, "section")); local
55 Setmeta(ccode, "section", section);
61 Printf(stdout, "registering fragment %s %s\n", name, section);
62 Delete(section);
123 String *section = Getmeta(code, "section"); local
138 if (section) {
139 File *f = Swig_filebyname(section);
141 Swig_error(Getfile(code), Getline(code), "Bad section '%s' for code fragment '%s'\\n", section, name); local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsnnsnet.vim43 syn match snnsnetSection "unit definition section"
44 syn match snnsnetSection "unit default section"
45 syn match snnsnetSection "site definition section"
46 syn match snnsnetSection "type definition section"
47 syn match snnsnetSection "connection definition section"
48 syn match snnsnetSection "layer definition section"
49 syn match snnsnetSection "subnet definition section"
50 syn match snnsnetSection "3D translation section"
51 syn match snnsnetSection "time delay section"
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dhelp.c46 const char *section; /* Current section */ local
63 * Set the web interface section...
155 topic = n->section;
251 for (i = 0, section = NULL, n = (help_node_t *)cupsArrayFirst(hi->sorted);
259 * Add a section link as needed...
262 if (n->section &&
263 (!section || strcmp(n->section, section)))
[all...]
H A Dhelp-index.c144 const char *section, const char *text,
235 section[1024], /* Section name */ local
291 * filename mtime offset length "section" "text"
339 * Get section...
356 strlcpy(section, sectptr, sizeof(section));
376 if ((node = help_new_node(filename, anchor, section, text,
488 node->section ? node->section : "", node->text) < 0)
521 const char *section, /*
519 helpSearchIndex(help_index_t *hi, const char *query, const char *section, const char *filename) argument
876 section[1024], /* Section */ local
1202 help_new_node(const char *filename, const char *anchor, const char *section, const char *text, time_t mtime, off_t offset, size_t length) argument
[all...]

Completed in 319 milliseconds

1234567891011>>