Searched refs:absent (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c114 static void absent P((char const*,int));
291 absent(revno, field) function
297 rcserror("%s %s absent", field&1?"revision":"branch",
426 absent(revno, 1);
474 absent(revno, 2);
566 absent(revno, field);
615 absent(revno, field+1);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.h52 svn_boolean_t absent; /* ABSPATH is absent from the WC,
51 svn_boolean_t absent; /* ABSPATH is absent from the WC, member in struct:svn_client__merge_path_t
H A Dmerge.c3420 Called when the diff driver wants to report an absent path.
3549 is inside an absent subtree in the merge target. */
3754 if (child->absent || child->remaining_ranges->nelts == 0
4138 if (child->absent)
5140 /* If the path is absent don't do subtree merge either. */
5142 if (child->absent)
5605 defined in get_mergeinfo_paths(). Remove any paths absent from disk
5613 the path isn't absent due to authz restrictions, because there's
5620 if ((child->absent || child->scheduled_for_deletion)
5852 if (child->absent)
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c49 #define ENTRIES_BOOL_ABSENT "absent"
66 #define ENTRIES_ATTR_ABSENT "absent"
612 /* Is this entry absent? */
613 SVN_ERR(read_bool(&entry->absent, ENTRIES_BOOL_ABSENT, buf, end));
913 /* Is this entry absent?
916 SVN_ERR(do_bool_attr(&entry->absent, atts, ENTRIES_ATTR_ABSENT, name));
H A Dentries.c129 || entry->absent
139 ### is this even possible with absent or excluded nodes? */
865 entry->absent = TRUE;
911 - absent nodes
1873 else if (entry->absent)
2095 else if (entry->absent)
2644 * 'absent' state (and not scheduled for re-addition), else skip them.
H A Dupgrade.c2332 || entry->absent
2352 || entry->absent
H A Dwc-metadata.sql838 It also renames the "absent" presence to "server-excluded". */
845 UPDATE nodes SET presence = "server-excluded" WHERE presence = "absent";
/freebsd-10-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2203 comm -13 comp.present comp.total > comp.absent
2216 tr '|' '/' < comp.absent |
2232 rm comp.present comp.present.tmp comp.absent comp.total
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h425 * absent from, @a associated, return #SVN_ERR_WC_NOT_LOCKED.
2922 /** absent -- we know an entry of this name exists, but that's all
2924 svn_boolean_t absent;
3118 * 'deleted' or 'absent' state. Excluded entries are those with their depth
3135 * Note that it is possible for @a path to be absent from disk but still
3159 * Entries that are in a 'excluded', 'deleted' or 'absent' state (and not
3419 * 'deleted' or 'absent' state (and not scheduled for re-addition) are not
6178 * Nodes that are incomplete, excluded, absent, or not present at the
6891 * either absent or not under version control.
6911 * If @a target_abspath is absent, o
2917 svn_boolean_t absent; member in struct:svn_wc_entry_t
[all...]

Completed in 230 milliseconds