Searched refs:fbuf (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dscheck.c21 register char * fbuf; local
31 fbuf = imalloc((int) (2 * strlen(format) + 4));
32 if (fbuf == NULL)
35 tp = fbuf;
59 if (sscanf(string, fbuf, &dummy) != 1)
61 ifree(fbuf);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dscheck.c21 register char * fbuf; local
32 fbuf = imalloc((int) (2 * strlen(format) + 4));
33 if (fbuf == NULL)
36 tp = fbuf;
60 if (sscanf(string, fbuf, &dummy) != 1)
62 ifree(fbuf);
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dscheck.c21 register char * fbuf; local
32 fbuf = imalloc((int) (2 * strlen(format) + 4));
33 if (fbuf == NULL)
36 tp = fbuf;
60 if (sscanf(string, fbuf, &dummy) != 1)
62 ifree(fbuf);
/macosx-10.9.5/ruby-104/ruby/
H A Ddln_find.c105 static char fbuf[MAXPATHLEN]; variable
110 return dln_find_exe_r(fname, path, fbuf, sizeof(fbuf));
116 return dln_find_file_r(fname, path, fbuf, sizeof(fbuf));
120 dln_find_1(const char *fname, const char *path, char *fbuf, size_t size, argument
141 ((bp - fbuf) > 100 ? 100 : (int)(bp - fbuf)), fbuf, \
142 ((bp - fbuf) > 10
[all...]
H A Dsprintf.c757 char fbuf[32], nbuf[64], *s; local
855 snprintf(fbuf, sizeof(fbuf), "%%l%c", c);
856 snprintf(nbuf, sizeof(nbuf), fbuf, v);
864 snprintf(fbuf, sizeof(fbuf), "%%l%c", *p == 'X' ? 'x' : *p);
865 snprintf(++s, sizeof(nbuf) - 1, fbuf, v);
1019 char fbuf[32]; local
1062 fmt_setup(fbuf, sizeof(fbuf), *
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcnfbuf.h125 #define RPC_CN_FRAGBUF_PKT_HDR(fbuf) \
126 (rpc_cn_packet_p_t) ((rpc_cn_fragbuf_p_t)(fbuf))->data_p
/macosx-10.9.5/mail_cmds-29/mail/
H A Dquit.c78 FILE *ibuf = NULL, *obuf = NULL, *fbuf, *rbuf, *readstat = NULL, *abuf; local
109 fbuf = Fopen(mailname, "r");
110 if (fbuf == NULL)
112 (void)flock(fileno(fbuf), LOCK_EX);
114 if (fstat(fileno(fbuf), &minfo) >= 0 && minfo.st_size > mailsize) {
122 (void)fseeko(fbuf, mailsize, SEEK_SET);
123 while ((c = getc(fbuf)) != EOF)
128 c = getc(fbuf);
186 (void)Fclose(fbuf);
192 (void)Fclose(fbuf);
[all...]
H A Dcollect.c92 FILE *fbuf; local
379 (fbuf = Fdopen(tempfd, "w+")) == NULL) {
388 rc = run_command(sh, 0, nullfd, fileno(fbuf),
394 (void)Fclose(fbuf);
398 if (fsize(fbuf) == 0) {
402 (void)Fclose(fbuf);
406 rewind(fbuf);
410 } else if ((fbuf = Fopen(cp, "r")) == NULL) {
418 while ((rc = readline(fbuf, linebuf, LINESIZE)) >= 0) {
423 (void)Fclose(fbuf);
715 FILE *fbuf; local
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dflist.c265 char *fbuf, int len);
1044 char *fbuf, unsigned int ol)
1046 char is_dot_dir = fbuf[ol-1] == '.' && (ol == 1 || fbuf[ol-2] == '/');
1049 && !(file->flags & FLAG_MOUNT_POINT) && f_name(file, fbuf)) {
1051 unsigned int len = strlen(fbuf);
1052 if (len > 1 && fbuf[len-1] == '/')
1053 fbuf[--len] = '\0';
1057 full_fname(fbuf));
1060 save_filters = push_local_filters(fbuf, le
1042 send_if_directory(int f, struct file_list *flist, struct file_struct *file, char *fbuf, unsigned int ol) argument
1074 send_directory(int f, struct file_list *flist, char *fbuf, int len) argument
1158 char fbuf[MAXPATHLEN]; local
1614 char fbuf[MAXPATHLEN]; local
1941 f_name(struct file_struct *f, char *fbuf) argument
[all...]
H A Dgenerator.c217 * all the --delete-WHEN options. Note that the fbuf pointer must point to a
221 static void delete_in_dir(struct file_list *flist, char *fbuf, argument
240 rprintf(FINFO, "delete_in_dir(%s)\n", fbuf);
262 dlen = strlen(fbuf);
263 filt_array[cur_depth] = push_local_filters(fbuf, dlen);
272 dirlist = get_dirlist(fbuf, dlen, 0);
293 char fbuf[MAXPATHLEN]; local
307 f_name(file, fbuf);
309 rprintf(FINFO, "deleting in %s\n", fbuf);
311 if (link_stat(fbuf,
1374 char fbuf[MAXPATHLEN]; local
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dkod_management.c175 char fbuf[254+10+4+2+1+1]; local
210 while (!feof(db_s) && NULL != fgets(fbuf, sizeof(fbuf), db_s)) {
213 if ('\n' == fbuf[0])
217 len = strlen(fbuf);
219 if (' ' == fbuf[a])
222 if ('\n' == fbuf[a]) {
265 str_ptr = fgets(fbuf, sizeof(fbuf), db_s);
272 if ('\n' == fbuf[
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dether.c125 char fbuf[1024];
126 struct berval filter = {sizeof(fbuf)};
127 filter.bv_val = fbuf;
140 char fbuf[1024];
141 struct berval filter = {sizeof(fbuf)};
142 filter.bv_val = fbuf;
H A Dhost.c117 char fbuf[1024];
118 struct berval filter = {sizeof(fbuf)};
119 filter.bv_val = fbuf;
134 char fbuf[1024];
135 struct berval filter = {sizeof(fbuf)};
136 filter.bv_val = fbuf;
H A Dnetwork.c117 char fbuf[1024];
118 struct berval filter = {sizeof(fbuf)};
119 filter.bv_val = fbuf;
134 char fbuf[1024];
135 struct berval filter = {sizeof(fbuf)};
136 filter.bv_val = fbuf;
H A Dprotocol.c122 char fbuf[1024];
123 struct berval filter = {sizeof(fbuf)};
124 filter.bv_val = fbuf;
137 char fbuf[1024];
138 struct berval filter = {sizeof(fbuf)};
139 filter.bv_val = fbuf;
H A Drpc.c124 char fbuf[1024];
125 struct berval filter = {sizeof(fbuf)};
126 filter.bv_val = fbuf;
139 char fbuf[1024];
140 struct berval filter = {sizeof(fbuf)};
141 filter.bv_val = fbuf;
H A Dalias.c97 char fbuf[1024];
98 struct berval filter = {sizeof(fbuf)};
99 filter.bv_val = fbuf;
H A Dgroup.c277 char fbuf[1024];
278 struct berval filter = {sizeof(fbuf)};
279 filter.bv_val = fbuf;
299 char fbuf[1024];
300 struct berval filter = {sizeof(fbuf)};
301 filter.bv_val = fbuf;
316 char fbuf[1024];
317 struct berval filter = {sizeof(fbuf)};
318 filter.bv_val = fbuf;
H A Dpasswd.c166 char fbuf[1024]; local
167 struct berval filter = {sizeof(fbuf),fbuf};
396 char fbuf[1024];
397 struct berval filter = {sizeof(fbuf)};
398 filter.bv_val = fbuf;
415 char fbuf[1024];
416 struct berval filter = {sizeof(fbuf)};
417 filter.bv_val = fbuf;
H A Dnetgroup.c190 char fbuf[1024];
191 struct berval filter = {sizeof(fbuf)};
192 filter.bv_val = fbuf;
H A Dservice.c211 char fbuf[1024];
212 struct berval filter = {sizeof(fbuf)};
213 filter.bv_val = fbuf;
228 char fbuf[1024];
229 struct berval filter = {sizeof(fbuf)};
230 filter.bv_val = fbuf;
H A Dshadow.c238 char fbuf[1024];
239 struct berval filter = {sizeof(fbuf)};
240 filter.bv_val = fbuf;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.lex.c1526 if (fbuf) {
1527 (void) blkcpy(nfbuf, fbuf);
1528 xfree(fbuf);
1530 fbuf = nfbuf;
1531 fbuf[fblocks] = xcalloc(BUFSIZE, sizeof(Char));
1620 c = wide_read(SHIN, fbuf[0], BUFSIZE, 1);
1630 ch = fbuf[0][fseekp - fbobp];
1634 ch = fbuf[0][fseekp - fbobp];
1661 (void) memcpy(fbuf[buf] + off, InputBuf + c - numleft,
1671 c = wide_read(SHIN, fbuf[bu
[all...]
/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dlinear.cpp428 file_buffer fbuf; member in class:linear_search_item
469 return fbuf.load(fd, name);
492 const char *bufstart = lsi->fbuf.get_start();
493 const char *bufend = lsi->fbuf.get_end();
/macosx-10.9.5/text_cmds-87/pr/
H A Dpr.c801 FILE **fbuf; local
819 if ((fbuf = (FILE **)malloc((unsigned)clcnt*sizeof(FILE *))) == NULL) {
842 if ((fbuf[j] = nxtfile(argc, argv, &fname, ohbuf, 1)) == NULL)
844 if (pgnm && (inskip(fbuf[j], pgnm, lines)))
845 fbuf[j] = NULL;
918 if (fbuf[j] == NULL) {
923 } else if ((cnt = inln(fbuf[j], ptbf, colwd,
928 if (fbuf[j] != stdin)
929 (void)fclose(fbuf[j]);
930 fbuf[
[all...]

Completed in 415 milliseconds

12