Searched refs:do_command (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/cron-39/cron/
H A DMakefile4 SRCS= cron.c database.c do_command.c job.c user.c popen.c
H A Djob.c69 do_command(j->e, j->u);
H A Dcron.h219 do_command __P((entry *, user *)),
H A Ddo_command.c20 "$FreeBSD: src/usr.sbin/cron/cron/do_command.c,v 1.26 2006/06/11 21:13:49 maxim Exp $";
61 do_command(e, u) function
70 Debug(DPROC, ("[%d] do_command(%s, (%s,%s,%s))\n",
94 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n",
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dcommands.h65 void do_command (int argc, char **argv);
H A Dcommands.c319 do_command(int argc, char **argv) function
H A Dscutil.c307 do_command(argc, argv);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dtestlpd.c18 * do_command() - Send the LPD command and wait for a response.
44 static int do_command(int outfd, int infd, const char *command);
205 * 'do_command()' - Send the LPD command and wait for a response.
209 do_command(int outfd, /* I - Command file descriptor */ function
278 if ((status = do_command(outfd, infd, command)) != 0)
313 if ((status = do_command(outfd, infd, command)) != 0)
350 if ((status = do_command(outfd, infd, command)) != 0)
407 return (do_command(outfd, infd, command));
438 return (do_command(outfd, infd, command));
/macosx-10.9.5/cups-372.4/cups/berkeley/
H A Dlpc.c19 * do_command() - Do an lpc command...
36 static void do_command(http_t *, const char *, const char *);
68 do_command(http, argv[1], argv[2]);
132 do_command(http, line, NULL);
134 do_command(http, line, params);
175 * 'do_command()' - Do an lpc command...
179 do_command(http_t *http, /* I - HTTP connection to server */ function
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Drtapelib.c120 do_command (int handle, const char *buffer)
531 if (do_command (remote_pipe_number, command_buffer) == -1
554 if (do_command (handle, "C\n") == -1)
573 if (do_command (handle, command_buffer) == -1
601 if (do_command (handle, command_buffer) == -1)
650 if (do_command (handle, command_buffer) == -1)
688 if (do_command (handle, command_buffer) == -1)
707 if (do_command (handle, "S") == -1
119 do_command (int handle, const char *buffer) function
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A Dreadline.pm99 ## *KeyMap after do_command(), since do_command()
101 ## manipulation after do_command() when at the end
113 ## * do_command(): Now defaults the command to 'F_Ding' if
1132 # 'default' is now optional - if '', &do_command() defaults it to
1202 &do_command(*KeyMap, $c, ord $in);
2108 ## do_command(keymap, numericarg, command)
2113 sub do_command subroutine
3084 &do_command(*KeyMap, $_[0], $_[1] - ord('A') + ord('a'));
3103 &do_command(*KeyMa
[all...]
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm99 ## *KeyMap after do_command(), since do_command()
101 ## manipulation after do_command() when at the end
113 ## * do_command(): Now defaults the command to 'F_Ding' if
1133 # 'default' is now optional - if '', &do_command() defaults it to
1203 &do_command(*KeyMap, $c, ord $in);
2112 ## do_command(keymap, numericarg, command)
2117 sub do_command subroutine
3089 &do_command(*KeyMap, $_[0], $_[1] - ord('A') + ord('a'));
3108 &do_command(*KeyMa
[all...]

Completed in 164 milliseconds