HomeSort by: relevance | last modified time | path
    Searched defs:prohibit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/autoconf/dist/
maint.mk 176 # prohibit | require
184 # a prohibit construct. For example, this can be used to exclude
224 export prohibit = macro
246 test -n "$$prohibit" && test -n "$$require" \
247 && { msg='Cannot specify both prohibit and require' \
249 test -z "$$prohibit" && test -z "$$require" \
250 && { msg='Should specify either prohibit or require' \
252 test -z "$$prohibit" && test -n "$$exclude" \
253 && { msg='Use of exclude requires a prohibit pattern' \
280 if test -n "$$prohibit"; then
    [all...]
  /src/external/mpl/dhcp/dist/keama/
confparse.c 1004 * \param[in] permit_head = the head of the permit list (permit or prohibit)
1155 struct element *prohibit; local
1172 prohibit = createList();
1198 get_permit(cfile, prohibit);
1223 generate_class(cfile, pool, permit, prohibit);
3153 we prohibit BOOTP clients. */
3487 struct element *prohibit; local
3509 prohibit = createList();
3534 get_permit(cfile, prohibit);
3559 generate_class(cfile, pool, permit, prohibit);
    [all...]

Completed in 33 milliseconds