Lines Matching +defs:one +defs:target

159 extern int	link(const char * target, const char * linkname);
172 symlink(char const *target, char const *linkname)
179 # define linkat(targetdir, target, linknamedir, linkname, flag) \
757 if a link's target has not been made yet, append a copy to the
810 /* Make this link unless its target has not been made yet. */
819 /* The link target has not been made yet; copy the link to the end. */
904 /* The minimum, and one less than the maximum, values specified by
1034 _("%s: More than one -d option"
1045 _("%s: More than one -l option"
1056 _("%s: More than one -p option"
1065 _("%s: More than one -t option"
1080 _("%s: More than one -L option"
1092 _("%s: More than one -r option"
1274 the typical case where RAND_MAX is one less than a power of two.
1410 relname(char const *target, char const *linkname)
1414 char const *f = target;
1420 size_t targetsize = strlen(target) + 1;
1425 memcpy(result + lenslash, target, targetsize);
1457 dolink(char const *target, char const *linkname, bool staysymlink)
1467 if (strcmp(target, "-") == 0) {
1479 if (linkat(AT_FDCWD, target, AT_FDCWD, outname, AT_SYMLINK_FOLLOW)
1495 && (same_parent_dirs(target, outname)
1496 || 0 <= itssymlink(target, &targetissym))) {
1497 if (link(target, outname) == 0) {
1517 progname, directory, target, directory, outname,
1523 bool absolute = *target == '/';
1524 char *linkalloc = absolute ? NULL : relname(target, linkname);
1525 char const *contents = absolute ? target : linkalloc;
1550 fp = fopen(target, "rb");
1554 progname, directory, target, e);
1561 close_file(fp, directory, target, NULL);
1774 ** Convert a string of one of the forms
2712 /* Output a minimal data block with just one time type. */
3275 zic_t one = 1;
3276 zic_t y2038_boundary = one << 31;
3473 ** one at the end of the final year, to make it clear
3534 ** There isn't one; add a new one, unless there are already too