Lines Matching +defs:one +defs:target

150 extern int	link(const char * target, const char * linkname);
163 symlink(char const *target, char const *linkname)
170 # define linkat(targetdir, target, linknamedir, linkname, flag) \
750 if a link's target has not been made yet, append a copy to the
803 /* Make this link unless its target has not been made yet. */
812 /* The link target has not been made yet; copy the link to the end. */
897 /* The minimum, and one less than the maximum, values specified by
1036 _("%s: More than one -d option"
1050 _("%s: More than one -l option"
1073 _("%s: More than one -p option"
1082 _("%s: More than one -t option"
1100 _("%s: More than one -L option"
1112 _("%s: More than one -r option"
1297 the typical case where RAND_MAX is one less than a power of two.
1441 relname(char const *target, char const *linkname)
1445 char const *f = target;
1451 size_t targetsize = strlen(target) + 1;
1456 memcpy(result + lenslash, target, targetsize);
1488 dolink(char const *target, char const *linkname, bool staysymlink)
1498 if (strcmp(target, "-") == 0) {
1510 if (linkat(AT_FDCWD, target, AT_FDCWD, outname, AT_SYMLINK_FOLLOW)
1526 && (same_parent_dirs(target, outname)
1527 || 0 <= itssymlink(target, &targetissym))) {
1528 if (link(target, outname) == 0) {
1548 progname, directory, target, directory, outname,
1554 bool absolute = *target == '/';
1555 char *linkalloc = absolute ? NULL : relname(target, linkname);
1556 char const *contents = absolute ? target : linkalloc;
1581 fp = fopen(target, "rb");
1585 progname, directory, target, e);
1592 close_file(fp, directory, target, NULL);
1805 ** Convert a string of one of the forms
2739 /* Output a minimal data block with just one time type. */
3307 zic_t one = 1;
3308 zic_t y2038_boundary = one << 31;
3500 ** one at the end of the final year, to make it clear
3560 ** There isn't one; add a new one, unless there are already too