Searched refs:info (Results 26 - 50 of 1698) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_nfsx.c189 char *info = NULL; local
194 info = xstrdup(mf->mf_info);
195 if (info == NULL)
198 host = strchr(info, ':');
204 host = info;
241 * Determine the mount info
260 XFREE(info);
H A Damfs_program.c130 amfs_program_exec(char *info) argument
136 * Split copy of command info string
138 info = xstrdup(info);
139 xivec = strsplit(info, ' ', '\'');
186 XFREE(info);
H A Dmntfs.c76 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
85 mf->mf_info = xstrdup(info);
105 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
109 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts);
119 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
123 dlog("Locating mntfs reference to (%s,%s)", mp, info);
129 * not of their server info. After all, there is little we can do if
135 || (STREQ(mf->mf_info, info) && mf->mf_ops == ops))) {
165 mf->mf_info = strealloc(mf->mf_info, info);
179 mf->mf_info = strealloc(mf->mf_info, info);
201 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
383 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex404 \ifvoid\margin\else % marginal info is present
8007 % Cross-manual reference with only an info filename (arg 4), no
8627 % If have an xref label, write the list of floats info. Do this
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_analyze.c157 show_required(ioloc *l, int mask, char *info, char *hostname, char *strings[]) argument
160 fsi_log("mask left for %s:%s is %#x", hostname, info, mask);
164 lerror(l, "%s:%s needs field \"%s\"", hostname, info, strings[i]);
H A Dfsi_util.c184 info_hdr(FILE *ef, char *info) argument
186 fprintf(ef, "# *** NOTE: This file contains %s info\n", info);
275 fsi_log("Writing %s info for %s to %s", pref, hn, p);
H A Dfsinfo.h86 extern void info_hdr(FILE *ef, char *info);
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.in320 info:
373 install-sysconfDATA tags distdir info dvi installcheck install-exec \
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapu_internal.h48 int (*info)(apr_pool_t *pool, apr_ldap_err_t **result_err); member in struct:apr__ldap_dso_fntable
/freebsd-11-stable/contrib/apr-util/ldap/
H A Dapr_ldap_stub.c70 return lfn->info(pool, result_err);
/freebsd-11-stable/contrib/apr-util/test/
H A Dtesturi.c225 static void show_info(apr_status_t rv, apr_status_t expected, const apr_uri_t *info)
246 info->scheme, info->hostinfo, info->user, info->password,
247 info->hostname, info->port_str, info->path, info->query,
248 info
258 apr_uri_t info; local
306 apr_uri_t info; local
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c70 static void fill_out_finfo(apr_finfo_t *finfo, struct_stat *info, argument
75 finfo->protection = apr_unix_mode2perms(info->st_mode);
76 finfo->filetype = filetype_from_mode(info->st_mode);
77 finfo->user = info->st_uid;
78 finfo->group = info->st_gid;
79 finfo->size = info->st_size;
80 finfo->device = info->st_dev;
81 finfo->nlink = info->st_nlink;
85 if (sizeof(apr_ino_t) >= sizeof(info->st_ino)
86 || (apr_ino_t)info
132 struct_stat info; local
155 struct_stat info; local
288 struct_stat info; local
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.def151 recursive_targets = { make_target= info;
161 recursive_targets = { make_target= install-info;
163 depend=info; };
H A DMakefile.in278 # (Default to avoid splitting info files by setting the threshold high.)
313 # overrideable (for a bootstrap build stage1 also builds gcc.info).
850 .PHONY: do-info
851 do-info:
855 $(MAKE) $(RECURSE_FLAGS_TO_PASS) info-host \
856 info-target
859 .PHONY: info-host
861 info-host: maybe-info-ash
862 info
[all...]
H A DMakefile.tpl281 # (Default to avoid splitting info files by setting the threshold high.)
316 # overrideable (for a bootstrap build stage1 also builds gcc.info).
571 .PHONY: info installcheck dvi pdf html
572 .PHONY: install-info install-pdf install-html
575 info: do-info
581 # Make sure makeinfo is built before we do a `make info', if we're
583 do-info: maybe-all-texinfo
585 install-info: do-install-info di
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.am697 all diststuff: info
785 # info from configure.
H A DMakefile.in103 html-recursive info-recursive install-data-recursive \
104 install-exec-recursive install-info-recursive \
106 pdf-recursive ps-recursive uninstall-info-recursive \
1067 uninstall-info-am:
1252 info: info-recursive
1254 info-am:
1260 install-info: install-info-recursive
1287 uninstall-info
[all...]
H A Daout-target.h78 /* The file offsets of the relocation info. */
349 MY_bfd_final_link (bfd *abfd, struct bfd_link_info *info) argument
351 return NAME (aout, final_link) (abfd, info, MY_final_link_callback);
H A Daoutx.h579 /* The file offsets of the relocation info. */
2817 struct bfd_link_info *info ATTRIBUTE_UNUSED)
2923 aout_link_add_symbols (bfd *abfd, struct bfd_link_info *info)
2941 if (info->keep_memory)
2949 (abfd, info, &syms, &sym_count, &strings)))
2956 should be conditional on info->keep_memory. */
3107 (info, abfd, name, flags, section, value, string, copy, FALSE,
3167 aout_link_add_object_symbols (bfd *abfd, struct bfd_link_info *info)
3171 if (! aout_link_add_symbols (abfd, info))
3173 if (! info
[all...]
H A Darchures.c584 from the pointer to the architecture info structure.
749 Set the architecture info of @var{abfd} to @var{arg}.
896 (const struct bfd_arch_info *info, const char *string);
904 bfd_default_scan (const bfd_arch_info_type *info, const char *string) argument
914 if (strcasecmp (string, info->arch_name) == 0
915 && info->the_default)
919 if (strcasecmp (string, info->printable_name) == 0)
924 printable_name_colon = strchr (info->printable_name, ':');
927 size_t strlen_arch_name = strlen (info->arch_name);
928 if (strncasecmp (string, info
[all...]
H A Dbfd-in.h484 void *info);
663 struct bfd_link_info *info, file_ptr where);
H A Dbfd-in2.h491 void *info);
670 struct bfd_link_info *info, file_ptr where);
1465 /* File position of relocation info. */
4836 #define bfd_sizeof_headers(abfd, info) \
4837 BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, info))
4890 #define bfd_link_add_symbols(abfd, info) \
4891 BFD_SEND (abfd, _bfd_link_add_symbols, (abfd, info))
4893 #define bfd_link_just_syms(abfd, sec, info) \
4894 BFD_SEND (abfd, _bfd_link_just_syms, (sec, info))
4896 #define bfd_final_link(abfd, info) \
[all...]
H A Dbinary.c306 struct bfd_link_info *info ATTRIBUTE_UNUSED)
H A Dbout.c168 /* The file positions of the relocation info. */
426 /* Now write out reloc info, followed by syms and strings */
1011 struct bfd_link_info *info ATTRIBUTE_UNUSED)
H A Dcoff-alpha.c1275 alpha_convert_external_reloc (output_bfd, info, input_bfd, ext_rel, h)
1277 struct bfd_link_info *info;
1285 BFD_ASSERT (info->relocatable);
1392 alpha_relocate_section (output_bfd, info, input_bfd, input_section,
1395 struct bfd_link_info *info;
1466 if (! info->relocatable && lita_sec != NULL)
1505 (*info->callbacks->warning) (info,
1591 if (info->relocatable)
1744 if (! info
[all...]

Completed in 290 milliseconds

1234567891011>>