Searched refs:av (Results 1 - 25 of 230) sorted by relevance

12345678910

/macosx-10.10/tidy-15.15/tidy/src/
H A Dattrs.h150 #define AttrId(av) ((av) && (av)->dict ? (av)->dict->id : TidyAttr_UNKNOWN)
151 #define AttrIsId(av, atid) ((av) && (av)->dict && ((av)->dict->id == atid))
163 #define attrIsABBR(av) AttrIsId( av, TidyAttr_ABB
[all...]
H A Daccess.c296 static Bool hasValue( AttVal* av )
298 return ( av && ! IsWhitespace(av->value) );
521 AttVal* av; local
524 for ( av = node->attributes; av; av = av->next )
526 if ( attrIsBGCOLOR(av) )
528 if ( hasValue(av) )
686 AttVal* av; local
931 AttVal* av; local
1003 AttVal* av; local
1050 AttVal* av; local
1096 AttVal* av; local
1174 AttVal* av = attrGetSRC( node ); local
1195 AttVal* av; local
1327 AttVal* av; local
1511 AttVal* av; local
1599 AttVal* av; local
1623 AttVal* av; local
1686 AttVal* av; local
1870 AttVal* av; local
2022 AttVal* av = attrGetFOR( node ); local
2048 AttVal* av; local
2078 AttVal* av; local
2312 AttVal* av = attrGetSRC( node ); local
2334 AttVal* av = attrGetLANG( node ); local
2412 AttVal* av; local
2596 AttVal* av = attrGetSRC( node ); local
2672 AttVal* av; local
2756 AttVal* av; local
2814 AttVal* av = attrGetREL(node); local
[all...]
/macosx-10.10/disklabel-6/
H A Dmain.c95 char **av = argv; local
105 av++;
107 while (*av != NULL) {
108 if (!strcmp(av[0], "-D")) {
110 av++;
114 if (!strcmp(av[0], "-v")) {
116 av++;
121 cp = *av++;
127 gDeviceName = *av;
128 args = av
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dsystrace.c40 char* av[7]; local
53 av[1] = trace[0];
54 av[2] = "-o";
55 av[3] = buf;
56 av[4] = "-p";
57 av[5] = out + 1;
58 av[6] = 0;
63 if (!procfree(procopen(trace[n], av + 1, NiL, ov, PROC_ARGMOD|PROC_GID|PROC_UID|(n == (elementsof(trace) - 1) ? PROC_CLEANUP : 0))))
/macosx-10.10/ruby-106/ruby/win32/
H A Dstub.c13 char **av, *p; local
18 av = *argv;
19 len0 = strlen(av[0]) + 1;
22 lenall += strlen(av[i]) + 1;
24 *argv = av = realloc(av, lenall + (lenexe + 1) * 2 + sizeof(char *) * (i + 2));
26 p = (char *)(av + i + 2);
27 memmove(p + (lenexe + 1) * 2, (char *)(av + ac) + len0, lenall);
30 *av++ = p;
34 *av
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dmkdir.c40 char* av[3];
53 av[0] = "mkdir";
54 av[1] = path;
55 av[2] = 0;
57 if (procclose(procopen(cmd[n], av, NiL, NiL, 0)) != -1)
H A Drmdir.c40 char* av[3];
50 av[0] = "rmdir";
51 av[1] = path;
52 av[2] = 0;
54 if (procclose(procopen(cmd[n], av, NiL, NiL, 0)) != -1)
/macosx-10.10/diskdev_cmds-576/disklib/
H A Dvfslist.c86 const char **av; local
99 if ((av = malloc((size_t)(i + 2) * sizeof(char *))) == NULL) {
105 av[i++] = nextcp;
108 av[i++] = nextcp;
110 av[i++] = NULL;
111 return (av);
/macosx-10.10/file_cmds-242/df/
H A Dvfslist.c76 const char **av; local
90 if ((av = malloc((size_t)(i + 2) * sizeof(char *))) == NULL) {
96 av[i++] = nextcp;
99 av[i++] = nextcp;
101 av[i++] = NULL;
102 return (av);
/macosx-10.10/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c441 list(ac, av)
443 char **av;
482 rulenum = strtoul(*av++, &endptr, 10);
485 warn("invalid rule number: %s", av[-1]);
567 char **av = *avp; local
571 if (ac && !strncmp(*av,"any",strlen(*av))) {
572 *ipno = *mask = in6addr_any; av++; ac--;
574 p = strchr(*av, '/');
580 if (lookup_host(*av, (u_cha
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/scripts/
H A Dsoscopy8 RSYNC_PASSWORD=alpine rsync -av /tmp/security.roots.tgz rsync://root@localhost:$port/root/var/mobile/
9 RSYNC_PASSWORD=alpine rsync -av /tmp/security.syms.tgz rsync://root@localhost:$port/root/var/mobile/
10 RSYNC_PASSWORD=alpine rsync -av ~/bin/sosinstallroot rsync://root@localhost:$port/root/usr/local/bin/sosinstallroot
11 RSYNC_PASSWORD=alpine rsync -av /tmp/SyncedDefaults.roots.tgz rsync://root@localhost:$port/root/var/mobile/
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dsend.tcl37 upvar 1 $arv a $achv ach $avv av
41 set av [expr {
52 set code [Args $n -> a ach av]
56 set av [lrange $av 0 end-1]
57 if {![string equal $av ""]} {set av " $av"}
58 set gen "eval \[linsert \$args 0 $code$av\]"
60 #8.5: set gen "$code$av \{expan
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/preroot/
H A Dsetpreroot.c42 char** av; local
49 if (av = newof(0, char*, argc, 0))
51 ap = av;
59 ap = av;
65 execv(*av, av);
66 free(av);
/macosx-10.10/sudo-73/src/
H A Dlinux_audit.c65 char *command, *cp, **av; local
72 for (size = 0, av = argv; *av != NULL; av++)
73 size += strlen(*av) + 1;
75 for (av = argv; *av != NULL; av++) {
76 n = strlcpy(cp, *av, size - (cp - command));
/macosx-10.10/network_cmds-457/dnctl/
H A Ddnctl.c422 list_pipes(void *data, size_t nbytes, int ac, char *av[]) argument
432 rulenum = (unsigned int)strtoul(*av++, NULL, 10);
493 list(int ac, char *av[], int show_counters) argument
507 av++;
528 list_pipes(data, nbytes, ac, av);
557 delete(int ac, char *av[]) argument
566 av++; ac--;
568 while (ac && isdigit(**av)) {
569 i = atoi(*av); av
595 config_pipe(int ac, char **av) argument
975 free_args(int ac, char **av) argument
992 char **av, **save_av; local
1188 dnctl_readfile(int ac, char *av[]) argument
1301 main(int ac, char *av[]) argument
[all...]
/macosx-10.10/network_cmds-457/ipfw.tproj/
H A Dipfw2.c614 fill_newports(ipfw_insn_u16 *cmd, char *av, int proto) argument
618 char *s = av;
621 a = strtoport(av, &s, 0, proto);
622 if (s == av) /* no parameter */
625 av = s+1;
626 b = strtoport(av, &s, 0, proto);
627 if (s == av) /* no parameter */
635 *s, av);
638 av = s+1;
850 fill_icmptypes(ipfw_insn_u32 *cmd, char *av) argument
1520 list_pipes(void *data, uint nbytes, int ac, char *av[]) argument
1598 sets_handler(int ac, char *av[]) argument
1715 sysctl_handler(int ac, char *av[], int which) argument
1743 list(int ac, char *av[], int show_counters) argument
1975 fill_ip(ipfw_insn_ip *cmd, char *av) argument
2174 delete(int ac, char *av[]) argument
2261 config_pipe(int ac, char **av) argument
2641 fill_comment(ipfw_insn *cmd, int ac, char **av) argument
2685 add_mac(ipfw_insn *cmd, int ac, char *av[]) argument
2702 add_mactype(ipfw_insn *cmd, int ac, char *av) argument
2715 add_proto(ipfw_insn *cmd, char *av) argument
2734 add_srcip(ipfw_insn *cmd, char *av) argument
2749 add_dstip(ipfw_insn *cmd, char *av) argument
2764 add_ports(ipfw_insn *cmd, char *av, u_char proto, int opcode) argument
2789 add(int ac, char *av[]) argument
3586 zero(int ac, char *av[], int optname ) argument
3670 free_args(int ac, char **av) argument
3687 char **av, **save_av; local
3923 ipfw_readfile(int ac, char *av[]) argument
4050 main(int ac, char *av[]) argument
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dtouch.c48 Tv_t av; local
59 av.tv_sec = at;
60 av.tv_nsec = 0;
61 ap = &av;
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtvtouch.c88 tvtouch(const char* path, register const Tv_t* av, register const Tv_t* mv, const Tv_t* cv, int flags) argument
110 if (!av)
115 else if (av == TV_TOUCH_RETAIN)
122 ts[0].tv_sec = av->tv_sec;
123 ts[0].tv_nsec = NS(av->tv_nsec);
140 if (!cv && av == TV_TOUCH_RETAIN && mv == TV_TOUCH_RETAIN && !stat(path, &st) && !chmod(path, st.st_mode & S_IPERM))
159 if ((av == TV_TOUCH_RETAIN || mv == TV_TOUCH_RETAIN) && stat(path, &st))
162 if (av == TV_TOUCH_RETAIN)
163 av = 0;
167 if (!av || !m
[all...]
/macosx-10.10/swig-12/Lib/perl5/
H A Dstd_list.i56 AV *av = (AV *)SvRV($input);
57 if (SvTYPE(av) != SVt_PVAV)
61 I32 len = av_len(av) + 1;
64 tv = av_fetch(av, i, 0);
87 AV *av = (AV *)SvRV($input);
88 if (SvTYPE(av) != SVt_PVAV)
92 I32 len = av_len(av) + 1;
95 tv = av_fetch(av, i, 0);
137 AV *av = (AV *)SvRV($input);
138 if (SvTYPE(av)
[all...]
H A Dstd_vector.i52 AV *av = (AV *)SvRV($input);
53 if (SvTYPE(av) != SVt_PVAV)
57 I32 len = av_len(av) + 1;
60 tv = av_fetch(av, i, 0);
83 AV *av = (AV *)SvRV($input);
84 if (SvTYPE(av) != SVt_PVAV)
88 I32 len = av_len(av) + 1;
91 tv = av_fetch(av, i, 0);
131 AV *av = (AV *)SvRV($input);
132 if (SvTYPE(av)
[all...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Ddaemon-gzip-download.test32 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
H A Ddaemon-gzip-upload.test26 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
H A Dcompare-dest.test20 $RSYNC -av --include=text --include='*/' --exclude='*' "$fromdir/" "$alt1dir/"
21 $RSYNC -av --include=etc-ltr-list --include='*/' --exclude='*' "$fromdir/" "$alt2dir/"
26 $RSYNC -av --exclude=/text --exclude=etc-ltr-list "$fromdir/" "$chkdir/"
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dmetakit.tcl127 unset -nocomplain av
128 array set av {}
130 tie::tie av metakit
131 set av(x) blah
132 array set av {a 1 b 2 c 3 z 26}
133 ::tie::untie av
136 unset av
137 array set av {}
138 tie::tie av metakit
139 puts [array size av]
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dgetflags.h154 #define GETINT(s) {s = atoi(*++av); ac--;}
155 #define GETSTR(s) {s = *++av;ac--;}
156 #define GETCH(s) {av++; s = av[0][0]; ac--;}
157 #define GETFLT(s) {s = atof(*++av); ac--;}
158 #define GETLONG(s) {s = atol(*++av); ac--;}

Completed in 416 milliseconds

12345678910