Searched refs:updown (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/ruptime.tproj/
H A Druptime.c128 interval(time_t tval, const char *updown) argument
134 (void)snprintf(resbuf, sizeof(resbuf), " %s ??:??", updown);
145 "%s %3d+%02d:%02d", updown, days, hours, minutes);
148 "%s %2d:%02d", updown, hours, minutes);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.h73 extern void mDNSConfigureServer(int updown, const char *const prefix, const domainname *const fqdn);
H A Dhelpermsg.defs76 updown : int;
H A Dhelper-stubs.c256 void mDNSConfigureServer(int updown, const char *const prefix, const domainname *const fqdn) argument
280 kr = proxy_mDNSConfigureServer(getHelperPort(retry), updown, name.fqdnStr);
H A Dhelper.c1557 do_mDNSConfigureServer(__unused mach_port_t port, int updown, const char *fqdn, audit_token_t token) argument
1563 switch ((enum mDNSUpDown)updown)
1582 (void)port; (void)updown; (void)fqdn; (void)token;
/macosx-10.9.5/vim-53/src/proto/
H A Dfold.pro29 int foldMoveTo __ARGS((int updown, int dir, long count));
/macosx-10.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c766 interval(time, updown)
768 char *updown;
774 (void) sprintf(resbuf, " %s ??:??", updown);
782 updown, days, hours, minutes);
785 updown, hours, minutes);
/macosx-10.9.5/vim-53/src/
H A Dfold.c894 * If "updown" is FALSE: Move to the start or end of the fold.
895 * If "updown" is TRUE: move to fold at the same level.
899 foldMoveTo(updown, dir, count)
900 int updown;
934 if (!updown)
963 if (last && !updown)
967 if (updown)

Completed in 144 milliseconds