Searched refs:as (Results 51 - 75 of 389) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/bmake/mk/
H A Dauto.obj.mk22 # We stop looping as soon as the dir exists.
35 # This will automatically create objdirs as needed.
50 # This causes make to use the specified directory as .OBJDIR
H A Dsys.dependfile.mk17 # This allows a mixture of auto generated as well as manually edited
/freebsd-10.0-release/gnu/usr.bin/binutils/as/
H A DMakefile15 PROG= as
17 as.c \
/freebsd-10.0-release/gnu/usr.bin/binutils/
H A Dupdate.sh24 echo "Updating as"
26 cp config.h ${gnudir}/as/$platform/config.h || exit
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec14 PAM-aware password changing programs, such as passwd(1). In addition
47 - Added "ask_oldauthtok" and "check_oldauthtok" as needed for stacking with
52 - Install the module as mode 755.
/freebsd-10.0-release/share/mk/
H A Dbsd.obj.mk14 # and works properly only if set as an environment variable,
15 # not as a global or command line variable!
21 # and works properly only if set as an environment variable,
22 # not as a global or command line variable!
76 @${ECHO} "Warning: Using ${.OBJDIR} as object directory instead of\
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drclex.c11 it under the terms of the GNU General Public License as published by
249 struct alloc_string *as; local
251 as = xmalloc (sizeof *as);
252 as->s = xmalloc (len);
254 as->next = strings;
255 strings = as;
257 return as->s;
262 merged separated by whitespace are merged, as in C. */
425 merged separated by whitespace are merged, as i
583 struct alloc_string *as; local
[all...]
/freebsd-10.0-release/usr.bin/csup/
H A Dlister.c60 struct statusrec *, struct attrstack *as);
62 struct statusrec *, struct attrstack *as);
149 struct attrstack *as; local
158 as = attrstack_new();
164 error = lister_dodirdown(l, coll, sr, as);
173 error = lister_dodirup(l, coll, sr, as);
224 attrstack_free(as);
229 for (i = 0; i < attrstack_size(as); i++) {
230 fa = attrstack_pop(as);
233 attrstack_free(as);
239 lister_dodirdown(struct lister *l, struct coll *coll, struct statusrec *sr, struct attrstack *as) argument
299 lister_dodirup(struct lister *l, struct coll *coll, struct statusrec *sr, struct attrstack *as) argument
[all...]
/freebsd-10.0-release/lib/libtacplus/
H A Dtaclib.c943 struct tac_authen_start *as; local
947 as = &h->request.u.authen_start;
948 as->action = action;
949 as->priv_lvl = TAC_PRIV_LVL_USER;
950 as->authen_type = type;
951 as->service = service;
975 struct tac_acct_start *as; local
979 as = &h->request.u.acct_start;
980 as->action = acct;
981 as
1066 struct tac_authen_start *as; local
1183 struct tac_acct_start *as = &h->request.u.acct_start; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sl/
H A Dslc-gram.c9 it under the terms of the GNU General Public License as published by
25 under terms of your choice, so long as that work isn't itself a
27 as a parser skeleton. Alternatively, if you modify or redistribute
41 variables, as they might otherwise be expanded by user macros.
296 and a page size can be as small as 4096 bytes. So we cannot safely
1003 /* Avoid sprintf, as that infringes on the user's name space.
1123 /* Look-ahead token as an internal (translated) token number. */
1174 so that they stay on the same level as the state stack.
1638 check_option(struct assignment *as)
1635 check_option(struct assignment *as) argument
1703 check_command(struct assignment *as) argument
1762 check(struct assignment *as) argument
1783 find_next(struct assignment *as, const char *name) argument
1793 find(struct assignment *as, const char *name) argument
1831 gen_command(struct assignment *as) argument
1868 make_name(struct assignment *as) argument
1996 gen_wrapper(struct assignment *as) argument
2204 gen(struct assignment *as) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh29 # ASSERTION: Make sure USDT probes work as tail-calls on SPARC.
79 /usr/bin/as -xregsym=no -P -D_ASM -o test.o test.s
/freebsd-10.0-release/contrib/file/
H A Dcompile11 # it under the terms of the GNU General Public License as published by
24 # distribute this file as part of a program that contains a
43 arguments, and rename the output as expected.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c379 /* Store uncompressed size as compressed size. */
440 /* Write a zero uncompressed size as the end mark of the series of
453 struct archive_string as; local
456 archive_string_init(&as);
457 archive_strcpy(&as, "lzop");
460 archive_strappend_char(&as, ' ');
461 archive_strappend_char(&as, '-');
462 archive_strappend_char(&as, '0' + data->compression_level);
465 r = __archive_write_program_open(f, data->pdata, as.s);
466 archive_string_free(&as);
[all...]
H A Darchive_write_set_format_v7tar.c289 struct archive_string as; local
291 archive_string_init(&as);
293 if (archive_string_ensure(&as,
297 archive_string_free(&as);
304 * as a part of its multibyte pathname. */
309 archive_strncpy(&as, p, path_length);
310 archive_strappend_char(&as, '/');
311 archive_entry_copy_pathname(entry, as.s);
312 archive_string_free(&as);
358 * Note that this always formats as muc
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc122 // Install it as the requested FD
389 // signal during execution as opposed to failing to execute.
401 // Do nothing, as Unix doesn't differentiate between text and binary.
406 // Do nothing, as Unix doesn't differentiate between text and binary.
411 // Do nothing, as Unix doesn't differentiate between text and binary.
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DMemory.inc46 // Provide a default return value as required by some compilers.
/freebsd-10.0-release/contrib/ntp/
H A Dcompile10 # it under the terms of the GNU General Public License as published by
24 # distribute this file as part of a program that contains a
43 arguments, and rename the output as expected.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dcompile10 # it under the terms of the GNU General Public License as published by
24 # distribute this file as part of a program that contains a
43 arguments, and rename the output as expected.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/freebsd-10.0-release/contrib/ofed/libibcm/config/
H A Dcompile10 # it under the terms of the GNU General Public License as published by
24 # distribute this file as part of a program that contains a
43 arguments, and rename the output as expected.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/freebsd-10.0-release/contrib/ofed/librdmacm/config/
H A Dcompile10 # it under the terms of the GNU General Public License as published by
24 # distribute this file as part of a program that contains a
43 arguments, and rename the output as expected.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/freebsd-10.0-release/crypto/heimdal/
H A Dcompile11 # it under the terms of the GNU General Public License as published by
24 # distribute this file as part of a program that contains a
43 arguments, and rename the output as expected.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/freebsd-10.0-release/sys/boot/common/
H A Dhelp.common9 In command help, a term enclosed with <...> indicates a value as
72 If -t is specified, the module is loaded as raw data of <type>, for
83 The -l argument displays file sizes as well; the process of obtaining
116 run as part of the boot process, in order to dynamically load modules
257 Sets the list of binaries which the kernel will try to run as initial
337 this option provides a hint as to the actual size of
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_cmbat.c241 ACPI_STATUS as; local
258 as = AcpiEvaluateObject(h, "_BST", NULL, &bst_buffer);
259 if (ACPI_FAILURE(as)) {
262 AcpiFormatException(as));
317 ACPI_STATUS as; local
331 as = AcpiEvaluateObject(h, "_BIF", NULL, &bif_buffer);
332 if (ACPI_FAILURE(as)) {
335 AcpiFormatException(as));
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreapring.ksh103 echo launched ring buffered enabling as pid $background
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-rpki-rtr.c15 * support for the The RPKI/Router Protocol as RFC6810
66 u_char as[4]; member in struct:rpki_rtr_pdu_ipv4_prefix_
79 u_char as[4]; member in struct:rpki_rtr_pdu_ipv6_prefix_
232 printf("%sIPv4 Prefix %s/%u-%u, origin-as %u, flags 0x%02x",
236 EXTRACT_32BITS(pdu->as), pdu->flags);
246 printf("%sIPv6 Prefix %s/%u-%u, origin-as %u, flags 0x%02x",
250 EXTRACT_32BITS(pdu->as), pdu->flags);

Completed in 409 milliseconds

1234567891011>>