Home
last modified time | relevance | path

Searched refs:link_buf (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/tla/tla-1.3.5/src/tla/libfsutils/
H A Dlink-target.c20 char * link_buf; in link_target() local
24 link_buf = lim_malloc (0, 1024); in link_target()
29 link_size = safe_readlink (path, link_buf, link_buf_size); in link_target()
34 link_buf = lim_realloc (0, link_buf, link_buf_size * 2); in link_target()
38 link_buf = lim_realloc (0, link_buf, link_size + 1); in link_target()
39 link_buf[link_size] = 0; in link_target()
40 return (t_uchar *)link_buf; in link_target()
/dports/emulators/tiemu3/tiemu-3.03/src/gui/logger/
H A Dlog_link.c81 if(logger.link_buf) in display_loglink_dbox()
104 old_flags = MSB((logger.link_buf)[offset]); in display_loglink_dbox()
106 if((logger.link_buf)[offset] & (1 << 8)) in display_loglink_dbox()
114 uint16_t word = (logger.link_buf)[(i + offset) % logger.link_size]; in display_loglink_dbox()
227 g_free(logger.link_buf); in on_button10_clicked()
228 logger.link_buf = (uint16_t *)g_malloc0(logger.link_size * sizeof(uint16_t)); in on_button10_clicked()
232 g_free(logger.link_buf); in on_button10_clicked()
233 logger.link_buf = NULL; in on_button10_clicked()
255 g_free(logger.link_buf); in on_button11_clicked()
256 logger.link_buf = (uint16_t *)g_malloc0(logger.link_size * sizeof(uint16_t)); in on_button11_clicked()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/common/
H A Dexec.c235 link_buf[MAXPGPATH]; in resolve_symlinks() local
282 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
283 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
289 link_buf[rllen] = '\0'; in resolve_symlinks()
290 strcpy(path, link_buf); in resolve_symlinks()
294 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
302 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/common/
H A Dexec.c235 link_buf[MAXPGPATH]; in resolve_symlinks() local
282 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
283 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
289 link_buf[rllen] = '\0'; in resolve_symlinks()
290 strcpy(path, link_buf); in resolve_symlinks()
294 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
302 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql14-server/postgresql-14.1/src/common/
H A Dexec.c235 link_buf[MAXPGPATH]; in resolve_symlinks() local
282 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
283 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
289 link_buf[rllen] = '\0'; in resolve_symlinks()
290 strcpy(path, link_buf); in resolve_symlinks()
294 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
302 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql14-docs/postgresql-14.1/src/common/
H A Dexec.c235 link_buf[MAXPGPATH]; in resolve_symlinks() local
282 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
283 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
289 link_buf[rllen] = '\0'; in resolve_symlinks()
290 strcpy(path, link_buf); in resolve_symlinks()
294 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
302 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/common/
H A Dexec.c235 link_buf[MAXPGPATH]; in resolve_symlinks() local
282 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
283 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
289 link_buf[rllen] = '\0'; in resolve_symlinks()
290 strcpy(path, link_buf); in resolve_symlinks()
294 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
302 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/common/
H A Dexec.c235 link_buf[MAXPGPATH]; in resolve_symlinks() local
282 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
283 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
289 link_buf[rllen] = '\0'; in resolve_symlinks()
290 strcpy(path, link_buf); in resolve_symlinks()
294 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
302 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql14-client/postgresql-14.1/src/common/
H A Dexec.c235 link_buf[MAXPGPATH]; in resolve_symlinks() local
282 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
283 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
289 link_buf[rllen] = '\0'; in resolve_symlinks()
290 strcpy(path, link_buf); in resolve_symlinks()
294 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
302 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/common/
H A Dexec.c236 link_buf[MAXPGPATH]; in resolve_symlinks() local
283 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
284 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
290 link_buf[rllen] = '\0'; in resolve_symlinks()
291 strcpy(path, link_buf); in resolve_symlinks()
295 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
303 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql13-server/postgresql-13.5/src/common/
H A Dexec.c236 link_buf[MAXPGPATH];
283 rllen = readlink(fname, link_buf, sizeof(link_buf));
284 if (rllen < 0 || rllen >= sizeof(link_buf))
290 link_buf[rllen] = '\0';
291 strcpy(path, link_buf);
295 strlcpy(link_buf, fname, sizeof(link_buf));
303 join_path_components(path, path, link_buf);
/dports/databases/postgresql13-docs/postgresql-13.5/src/common/
H A Dexec.c236 link_buf[MAXPGPATH];
283 rllen = readlink(fname, link_buf, sizeof(link_buf));
284 if (rllen < 0 || rllen >= sizeof(link_buf))
290 link_buf[rllen] = '\0';
291 strcpy(path, link_buf);
295 strlcpy(link_buf, fname, sizeof(link_buf));
303 join_path_components(path, path, link_buf);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/common/
H A Dexec.c236 link_buf[MAXPGPATH];
283 rllen = readlink(fname, link_buf, sizeof(link_buf));
284 if (rllen < 0 || rllen >= sizeof(link_buf))
290 link_buf[rllen] = '\0';
291 strcpy(path, link_buf);
295 strlcpy(link_buf, fname, sizeof(link_buf));
303 join_path_components(path, path, link_buf);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/common/
H A Dexec.c236 link_buf[MAXPGPATH]; in resolve_symlinks() local
283 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
284 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
290 link_buf[rllen] = '\0'; in resolve_symlinks()
291 strcpy(path, link_buf); in resolve_symlinks()
295 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
303 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/common/
H A Dexec.c236 link_buf[MAXPGPATH]; in resolve_symlinks() local
283 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
284 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
290 link_buf[rllen] = '\0'; in resolve_symlinks()
291 strcpy(path, link_buf); in resolve_symlinks()
295 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
303 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql13-client/postgresql-13.5/src/common/
H A Dexec.c236 link_buf[MAXPGPATH]; in resolve_symlinks() local
283 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
284 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
290 link_buf[rllen] = '\0'; in resolve_symlinks()
291 strcpy(path, link_buf); in resolve_symlinks()
295 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
303 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql10-docs/postgresql-10.19/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql11-client/postgresql-11.14/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql10-client/postgresql-10.19/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/common/
H A Dexec.c224 link_buf[MAXPGPATH]; in resolve_symlinks() local
269 rllen = readlink(fname, link_buf, sizeof(link_buf)); in resolve_symlinks()
270 if (rllen < 0 || rllen >= sizeof(link_buf)) in resolve_symlinks()
275 link_buf[rllen] = '\0'; in resolve_symlinks()
276 strcpy(path, link_buf); in resolve_symlinks()
280 strlcpy(link_buf, fname, sizeof(link_buf)); in resolve_symlinks()
288 join_path_components(path, path, link_buf); in resolve_symlinks()

1234