Searched refs:ac (Results 101 - 125 of 410) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c62 #define IF_OPT_COMPARE(ac,bc,e) \
63 if (((ac)->e == NULL && (bc)->e != NULL) || (((ac)->e != NULL && (bc)->e == NULL))) return 1; if ((ab)->e)
64 #define COMPARE_OPT_STRING(ac,bc,e) \
65 do { if (strcmp(*(ac)->e, *(bc)->e) != 0) return 1; } while(0)
66 #define COMPARE_OPT_OCTECT_STRING(ac,bc,e) \
67 do { if ((ac)->e->length != (bc)->e->length || memcmp((ac)->e->data, (bc)->e->data, (ac)->e->length) != 0) return 1; } while(0)
68 #define COMPARE_STRING(ac,b
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dmap_v4v6.c74 char ac; member in union:__anon6686
/freebsd-11-stable/usr.sbin/apmd/contrib/
H A Dpccardq.c29 proc_arg(int ac, char **av) argument
39 while ((ch = getopt(ac, av, "ans:")) != -1) {
242 main(int ac, char **av) argument
249 if (proc_arg(ac, av) < 0)
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmptutil.h66 int (*handler)(int ac, char **av);
80 mptutil_ ## name ## _table_handler(int ac, char **av) \
83 SET_LIMIT(MPT_DATASET(name)), ac, av)); \
99 struct mptutil_command **end, int ac, char **av);
H A Dmpt_show.c76 show_adapter(int ac, char **av) argument
84 if (ac != 1) {
280 show_config(int ac, char **av) argument
293 if (ac != 1) {
391 show_volumes(int ac, char **av) argument
399 if (ac != 1) {
481 show_drives(int ac, char **av) argument
487 if (ac != 1) {
547 show_physdisks(int ac, char **av) argument
553 if (ac !
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dauth2-pubkey.c396 int ac, char **av, FILE **child)
642 int i, ac = 0, uid_swapped = 0; local
674 if (split_argv(options.authorized_principals_command, &ac, &av) != 0) {
679 if (ac == 0) {
704 for (i = 1; i < ac; i++) {
723 command = assemble_argv(ac, av);
726 ac, av, &f)) == 0)
746 for (i = 0; i < ac; i++)
973 int i, uid_swapped = 0, ac = 0; local
1014 if (split_argv(options.authorized_keys_command, &ac,
395 subprocess(const char *tag, struct passwd *pw, const char *command, int ac, char **av, FILE **child) argument
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_show.c58 show_adapter(int ac, char **av __unused) argument
64 if (ac != 1) {
143 show_battery(int ac, char **av __unused) argument
153 if (ac != 1) {
343 show_config(int ac, char **av __unused) argument
355 if (ac != 1) {
449 show_volumes(int ac, char **av __unused) argument
456 if (ac != 1) {
532 show_drives(int ac, char **av __unused) argument
539 if (ac !
612 show_firmware(int ac, char **av __unused) argument
668 show_progress(int ac, char **av __unused) argument
786 show_foreign(int ac, char **av) argument
[all...]
H A Dmfi_evt.c70 show_logstate(int ac, char **av __unused) argument
75 if (ac != 1) {
535 show_events(int ac, char **av) argument
575 while ((ch = getopt(ac, av, "c:l:n:v")) != -1) {
612 ac -= optind;
625 if (ac > 2) {
630 if (ac > 0 && parse_seq(&info, av[0], &start) < 0) {
636 if (ac > 1 && parse_seq(&info, av[1], &stop) < 0) {
H A Dmfi_flash.c89 flash_adapter(int ac, char **av) argument
99 if (ac != 2) {
/freebsd-11-stable/usr.bin/ktrdump/
H A Dktrdump.c87 main(int ac, char **av) argument
110 while ((c = getopt(ac, av, "cflqrtHe:i:m:M:N:o:")) != -1)
160 ac -= optind;
162 if (ac != 0)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h125 AnalysisDeclContext &ac,
/freebsd-11-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c2 * Copyright (c) 2006, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
237 int str2wmeac(const char *ac) argument
240 if (equal(ac, "ac_be") || equal(ac, "be"))
242 if (equal(ac, "ac_bk") || equal(ac, "bk"))
244 if (equal(ac, "ac_vi") || equal(ac, "vi"))
246 if (equal(ac, "ac_vo") || equal(ac, "v
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-crt3.c99 atexit_callback ac; member in union:one_atexit_routine::__anon1230
102 /* has_arg is 0/2/4 if 'ac' is live, 1/3/5 if 'cac' is live.
365 cur->r.callback.ac ();
407 routine->callback.ac ();
485 return atexit_f (r->callback.ac);
532 r.callback.ac = func;
/freebsd-11-stable/usr.bin/colldef/
H A Dparse.y324 main(int ac, char **av)
329 while((ch = getopt(ac, av, ":do:I:")) != -1) {
331 while((ch = getopt(ac, av, ":o:I:")) != -1) {
352 ac -= optind;
354 if (ac > 0) {
/freebsd-11-stable/lib/libc/nameser/
H A Dns_name.c747 int ac, bc; local
749 while (ac = *a, bc = *b, ac != 0 && bc != 0) {
750 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) {
754 if (a + ac >= ae || b + bc >= be) {
758 if (ac != bc || strncasecmp((const char *) ++a,
759 (const char *) ++b, ac) != 0)
761 a += ac, b += bc;
763 return (ac == 0 && bc == 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp518 AnalysisDeclContext &ac; member in class:__anon394::TransferFunctions
525 const CFGBlock *block, AnalysisDeclContext &ac,
528 : vals(vals), cfg(cfg), block(block), ac(ac),
529 classification(classification), objCNoRet(ac.getASTContext()),
544 return ::isTrackedVar(vd, cast<DeclContext>(ac.getDecl()));
548 return ::findVar(ex, cast<DeclContext>(ac.getDecl()));
837 AnalysisDeclContext &ac, CFGBlockValues &vals,
856 TransferFunctions tf(vals, cfg, block, ac, classification, handler);
904 AnalysisDeclContext &ac,
524 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, const CFGBlock *block, AnalysisDeclContext &ac, const ClassifyRefs &classification, UninitVariablesHandler &handler) argument
836 runOnBlock(const CFGBlock *block, const CFG &cfg, AnalysisDeclContext &ac, CFGBlockValues &vals, const ClassifyRefs &classification, llvm::BitVector &wasAnalyzed, UninitVariablesHandler &handler) argument
901 runUninitializedVariablesAnalysis( const DeclContext &dc, const CFG &cfg, AnalysisDeclContext &ac, UninitVariablesHandler &handler, UninitVariablesAnalysisStats &stats) argument
[all...]
/freebsd-11-stable/tests/sys/netmap/
H A Dctrl-api-test.c1763 int ac = 0; local
1767 ARGV_APPEND(av, ac, "ifconfig");
1768 ARGV_APPEND(av, ac, ctx_.ifname);
1769 ARGV_APPEND(av, ac, "destroy");
1771 ARGV_APPEND(av, ac, "ip");
1772 ARGV_APPEND(av, ac, "link");
1773 ARGV_APPEND(av, ac, "del");
1774 ARGV_APPEND(av, ac, ctx_.ifname);
1776 ARGV_APPEND(av, ac, NULL);
1777 if (exec_command(ac, a
1865 int ac = 0; local
[all...]
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c1120 getac(const char *ac) argument
1122 if (strcasecmp(ac, "ac_be") == 0 || strcasecmp(ac, "be") == 0)
1124 if (strcasecmp(ac, "ac_bk") == 0 || strcasecmp(ac, "bk") == 0)
1126 if (strcasecmp(ac, "ac_vi") == 0 || strcasecmp(ac, "vi") == 0)
1128 if (strcasecmp(ac, "ac_vo") == 0 || strcasecmp(ac, "vo") == 0)
1130 errx(1, "unknown wme access class %s", ac);
2519 const struct ieee80211_wme_acparams *ac = local
3839 get80211wme(int s, int param, int ac, int *val) argument
3858 list_wme_aci(int s, const char *tag, int ac) argument
3895 int ac; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysinfo.y413 main (int ac, char **av)
416 if (ac > 1)
H A Dcoffdump.c473 main (int ac, char **av) argument
499 expandargv (&ac, &av);
501 while ((opt = getopt_long (ac, av, "HhVv", long_options,
523 if (optind < ac)
/freebsd-11-stable/lib/libmd/
H A Dmd5c.c106 #define FF(a, b, c, d, x, s, ac) { \
107 (a) += F ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
111 #define GG(a, b, c, d, x, s, ac) { \
112 (a) += G ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
116 #define HH(a, b, c, d, x, s, ac) { \
117 (a) += H ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
121 #define II(a, b, c, d, x, s, ac) { \
122 (a) += I ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c49 int main(int ac, char **av);
108 int ac; local
121 ac = 0;
126 if (*p == '\0' || ac >= 16)
128 av[ac++] = p;
135 exit(main(ac, av));
322 main(int ac, char **av) argument
328 for (i = 0; i < ac; i++) {
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c53 int main(int ac, char **av);
124 int ac; local
148 ac = 0;
153 if (*p == '\0' || ac >= 16)
155 av[ac++] = p;
162 exit(main(ac, av));
393 main(int ac, char **av) argument
400 for (i = 0; i < ac; i++) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) argument
74 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c82 #define FF(a, b, c, d, x, s, ac) \
83 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
87 #define GG(a, b, c, d, x, s, ac) \
88 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
92 #define HH(a, b, c, d, x, s, ac) \
93 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
97 #define II(a, b, c, d, x, s, ac) \
98 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \

Completed in 176 milliseconds

1234567891011>>