Searched refs:UPDATING (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/pkg_install/updating/
H A Dpathnames.h14 #define DEF_UPDATING "/usr/ports/UPDATING"
15 /* macro to define location of the UPDATING file */
16 #define UPDATING (getenv(PORTSDIR) ? strcat(getenv(PORTSDIR), \ macro
17 "/UPDATING") : DEF_UPDATING)
H A Dmain.c41 * Parse /usr/port/UPDATING for corresponding entries. If no argument is
50 /* Keyword for searching portname in UPDATING. */
57 const char *updatingfile = UPDATING; /* Location of UPDATING */
68 char updatingline[LINE_MAX]; /* Line of UPDATING */
75 /* If pflag = 0 UPDATING will be checked for all installed ports. */
133 * UPDATING will be parsed for all installed ports
202 /* Fetch UPDATING file if needed and open file */
219 /* Parse opened UPDATING file. */

Completed in 95 milliseconds