Searched refs:ab (Results 1 - 25 of 268) sorted by relevance

1234567891011

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dtmpfil.c43 char ab[14]; local
47 ab[0] = 'T';
48 ab[1] = 'M';
49 ab[2] = '.';
55 ab[iset] = zdigs[ime % CDIGS];
60 ab[iset] = '.';
63 ab[iset] = zdigs[icount / CDIGS];
65 ab[iset] = zdigs[icount % CDIGS];
68 ab[iset] = '\0';
75 return zbufcpy (ab);
[all...]
H A Dlock.c103 char ab[23];
109 char ab[12];
182 sprintf (ab, "%10ld %10ld\n", (long) ime, (long) inme);
183 cwrote = write (o, ab, strlen (ab));
189 sprintf (ab, "%10ld\n", (long) ime);
190 cwrote = write (o, ab, strlen (ab));
269 cgot = read (o, ab, sizeof ab
102 char ab[23]; local
108 char ab[12]; local
280 char ab[10]; local
[all...]
H A Djobid.c139 char ab[15];
154 ab[0] = 'C';
155 strcpy (ab + 1, zdot);
157 zret = zsfind_file (ab, zsys, zdot[1]);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dstracmp.c40 stracmp(const char* aa, const char* ab)
49 return strcmp(aa, ab);
51 b = (unsigned char*)ab;
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dab.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on ab.dsp
3 CFG=ab - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to ab - Win32 Debug.
7 !IF "$(CFG)" != "ab - Win32 Release" && "$(CFG)" != "ab - Win32 Debug"
12 !MESSAGE NMAKE /f "ab.mak" CFG="ab - Win32 Debug"
16 !MESSAGE "ab - Win32 Release" (based on "Win32 (x86) Console Application")
17 !MESSAGE "ab - Win32 Debug" (based on "Win32 (x86) Console Application")
28 !IF "$(CFG)" == "ab
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c90 attrlist_pack_fixed(struct _attrlist_buf *ab, void *source, ssize_t count) argument
111 fit = lmin(count, ab->allocated - (ab->fixedcursor - ab->base));
114 bcopy(source, ab->fixedcursor, fit);
118 ab->fixedcursor += roundup(count, 4);
130 attrlist_pack_variable2(struct _attrlist_buf *ab, const void *source, ssize_t count, argument
143 ar.attr_dataoffset = ab->varcursor - ab->fixedcursor;
145 attrlist_pack_fixed(ab,
181 attrlist_pack_variable(struct _attrlist_buf *ab, const void *source, ssize_t count) argument
201 attrlist_pack_string(struct _attrlist_buf *ab, const char *source, ssize_t count) argument
791 struct _attrlist_buf ab; local
1353 struct _attrlist_buf ab; local
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_valid_utf8.c91 register int ab; local
95 ab = _pcre_utf8_table4[c & 0x3f]; /* Number of additional bytes */
96 if (length < ab || ab > 3) return p - string;
97 length -= ab;
105 switch (ab)
152 while (--ab > 0)
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_task_lib.rb7 assert_equal :ab, tl.paste(:a, :b)
/macosx-10.9.5/shell_cmds-175/lastcomm/
H A Dlastcomm.c78 struct acct ab; local
124 if (fread(&ab, sizeof(struct acct), 1, fp) != 1)
127 if (ab.ac_comm[0] == '\0') {
128 ab.ac_comm[0] = '?';
129 ab.ac_comm[1] = '\0';
131 for (p = &ab.ac_comm[0];
132 p < &ab.ac_comm[fldsiz(acct, ac_comm)] && *p; ++p)
135 if (!*argv || requested(argv, &ab)) {
137 t = expand(ab.ac_utime) + expand(ab
[all...]
/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Dalloc.h57 char ab[CALLOC_SIZE]; member in union:sblock::__anon14174
H A Dmaxuxq.c52 char ab[sizeof OLDCONFIGLIB + sizeof HDB_MAXUUXQTS - 1];
57 memcpy ((pointer) ab, (constpointer) OLDCONFIGLIB,
59 memcpy ((pointer) (ab + sizeof OLDCONFIGLIB - 1),
61 e = fopen (ab, "r");
H A Dfree.c63 q->ifree = (char *) pbuf - q->u.ab;
H A Dhinit.c260 char ab[sizeof OLDCONFIGLIB + sizeof HDB_SYSTEMS - 1];
262 memcpy ((pointer) ab, (pointer) abHoldconfiglib,
264 memcpy ((pointer) (ab + sizeof OLDCONFIGLIB - 1),
266 iret = _uuconf_iadd_string (qglobal, ab, TRUE, FALSE,
272 char ab[sizeof OLDCONFIGLIB + sizeof HDB_DEVICES - 1];
274 memcpy ((pointer) ab, (pointer) abHoldconfiglib,
276 memcpy ((pointer) (ab + sizeof OLDCONFIGLIB - 1),
278 iret = _uuconf_iadd_string (qglobal, ab, TRUE, FALSE,
284 char ab[sizeof OLDCONFIGLIB + sizeof HDB_DIALERS - 1];
286 memcpy ((pointer) ab, (pointe
258 char ab[sizeof OLDCONFIGLIB + sizeof HDB_SYSTEMS - 1]; local
270 char ab[sizeof OLDCONFIGLIB + sizeof HDB_DEVICES - 1]; local
282 char ab[sizeof OLDCONFIGLIB + sizeof HDB_DIALERS - 1]; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/enc/
H A Dtest_utf32.rb32 ab = "abcdefghijkl".force_encoding("utf-32be").each_char.to_a
36 assert_equal("abcd".force_encoding("utf-32be"), ab.shift)
37 assert_equal("efgh".force_encoding("utf-32be"), ab.shift)
38 assert_equal("ijkl".force_encoding("utf-32be"), ab.shift)
51 ab = ascii_to_utf16be("foo\nbar\nbaz\n").lines.to_a
56 assert_equal(ascii_to_utf16be("foo\n"), ab.shift)
57 assert_equal(ascii_to_utf16be("bar\n"), ab.shift)
58 assert_equal(ascii_to_utf16be("baz\n"), ab.shift)
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/RegExp/
H A Doctal-001.js71 pattern = /ab\052c/;
72 string = 'ab*c';
74 expectedmatch = Array('ab*c');
78 pattern = /ab\052*c/;
85 pattern = /ab(\052)+c/;
86 string = 'ab****c';
88 expectedmatch = Array('ab****c', '*');
92 pattern = /ab((\052)+)c/;
93 string = 'ab****c';
95 expectedmatch = Array('ab****
[all...]
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Dgetopts5.sub10 while getopts ab arg "$@"; do
30 while getopts ab arg; do
/macosx-10.9.5/uucp-11/uucp/
H A Dprotg.c1085 char ab[CFRAMELEN];
1096 ab[IFRAME_DLE] = DLE;
1097 ab[IFRAME_K] = KCONTROL;
1101 ab[IFRAME_CHECKLOW] = (char) (icheck & 0xff);
1102 ab[IFRAME_CHECKHIGH] = (char) (icheck >> 8);
1104 ab[IFRAME_CONTROL] = (char) ictl;
1106 ab[IFRAME_XOR] = (char) (ab[IFRAME_K] ^ ab[IFRAME_CHECKLOW]
1107 ^ ab[IFRAME_CHECKHIG
1075 char ab[CFRAMELEN]; local
1373 char ab[CFRAMELEN]; local
[all...]
H A Duupick.c78 char ab[1000];
200 if (fgets (ab, sizeof ab, stdin) == NULL)
204 if (ab[0] == 'q')
210 switch (ab[0])
228 zto = ab + 1 + strspn (ab + 1, " \t");
252 if (ab[0] == 'a')
255 ab[0] = 'm';
271 while (fgets (ab, sizeo
76 char ab[1000]; local
[all...]
H A Dcopy.c75 char ab[8192];
82 while ((c = fread (ab, sizeof (char), sizeof ab, efrom)) != 0)
84 if (fwrite (ab, sizeof (char), (size_t) c, eto) != c)
177 char ab[8192];
200 while ((c = read (ofrom, ab, sizeof ab)) > 0)
202 if (write (oto, ab, (size_t) c) != c)
74 char ab[8192]; local
176 char ab[8192]; local
H A Dprote.c237 char ab[CEFRAMELEN + 1];
248 memcpy (ab, abPrecbuf + iPrecstart, (size_t) CEFRAMELEN);
251 memcpy (ab, abPrecbuf + iPrecstart, (size_t) cfirst);
252 memcpy (ab + cfirst, abPrecbuf, (size_t) CEFRAMELEN - cfirst);
255 ab[CEFRAMELEN] = '\0';
256 cEbytes = strtol (ab, (char **) NULL, 10);
371 char ab[CEFRAMELEN];
377 bzero (ab, (size_t) CEFRAMELEN);
378 sprintf (ab, "%ld", cbytes);
379 if (! fsend_data (qdaemon->qconn, ab, (size_
230 char ab[CEFRAMELEN + 1]; local
362 char ab[CEFRAMELEN]; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dcheck-gen.c60 if (((ac)->e == NULL && (bc)->e != NULL) || (((ac)->e != NULL && (bc)->e == NULL))) return 1; if ((ab)->e)
147 Authenticator *ab = b; local
150 COMPARE_INTEGER(aa,ab,authenticator_vno);
151 COMPARE_STRING(aa,ab,crealm);
153 COMPARE_INTEGER(aa,ab,cname.name_type);
154 COMPARE_INTEGER(aa,ab,cname.name_string.len);
157 COMPARE_STRING(aa,ab,cname.name_string.val[i]);
217 KRB_ERROR *ab = b; local
220 COMPARE_INTEGER(aa,ab,pvno);
221 COMPARE_INTEGER(aa,ab,msg_typ
308 Name *ab = b; local
397 KeyUsage *ab = b; local
457 TicketFlags *ab = b; local
517 KerberosTime *ab = b; local
758 TESTLargeTag *ab = b; local
907 TESTImplicit *ab = b; local
968 TESTAlloc *ab = b; local
1057 TESTOptional *ab = b; local
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dother.cpp26 box *ab; member in class:accent_box
41 accent_box::accent_box(box *pp, box *qq) : pointer_box(pp), ab(qq)
47 delete ab;
55 ab->compute_metrics(style);
62 uid, ab->uid, uid);
70 p->uid, ab->uid, p->uid);
72 ab->output();
73 printf("\\h'-\\n[" WIDTH_FORMAT "]u'", ab->uid);
77 p->uid, ab->uid, p->uid);
90 ab
220 box *ab; member in class:uaccent_box
[all...]
/macosx-10.9.5/ntp-88/libntp/
H A Daudio.c122 char device[20], line[100], ab[100]; local
175 sscanf(ca, "%s", ab);
176 strcpy(cf_i_dev, ab);
177 printf("idev <%s>\n", ab);
179 sscanf(ca, "%s", ab);
180 strcpy(cf_c_dev, ab);
181 printf("cdev <%s>\n", ab);
183 sscanf(ca, "%s", ab);
184 strcpy(cf_agc, ab);
185 printf("agc <%s> %d\n", ab,
[all...]
/macosx-10.9.5/zsh-60/zsh/Misc/
H A Dglobtests49 t abcd (ab|ab#)c#d
50 t acd (ab|ab#)c#d
51 t abbcd (ab|ab#)c#d
185 t XabcdabcY X(ab|c|d)(#c5)Y
186 t XabcdabcY X(ab|c|d)(#c1,5)Y
187 t XabcdabcY X(ab|c|d)(#c5,8)Y
188 t XabcdabcY X(ab|
[all...]
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddmnt.c65 } ab; local
99 if (getattrlist(mb->f_mntonname, &al, &ab, sizeof(ab), 0) == 0) {
100 if (ab.mount_flags & DIR_MNTSTATUS_TRIGGER)

Completed in 299 milliseconds

1234567891011