| /src/sbin/gpt/ |
| remove.c | 69 change(struct gpt_ent *ent, void *v __unused, int backup __unused) function 92 return gpt_change_ent(gpt, &find, change, NULL);
|
| type.c | 70 change(struct gpt_ent *ent, void *v, int backup __unused) function 114 return gpt_change_ent(gpt, &find, change, &newtype);
|
| label.c | 71 change(struct gpt_ent *ent, void *v, int backup __unused) function 161 return gpt_change_ent(gpt, &find, change, name);
|
| /src/crypto/external/bsd/openssh/dist/ |
| auth2-passwd.c | 59 u_char change; local 62 if ((r = sshpkt_get_u8(ssh, &change)) != 0 || 64 (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) || 70 if (change) 71 logit("password change not supported");
|
| /src/external/gpl3/binutils/dist/etc/ |
| add-log.el | 26 ;;; add-log.el --- change log maintenance commands for Emacs 55 (defvar change-log-default-name nil 56 "*Name of a change log file for \\[add-change-log-entry].") 61 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' 74 (defvar change-log-font-lock-keywords 78 "Additional expressions to highlight in Change Log mode.") 80 (defvar change-log-mode-map nil 81 "Keymap for Change Log major mode.") 82 (if change-log-mode-ma [all...] |
| /src/external/gpl3/binutils.old/dist/etc/ |
| add-log.el | 26 ;;; add-log.el --- change log maintenance commands for Emacs 55 (defvar change-log-default-name nil 56 "*Name of a change log file for \\[add-change-log-entry].") 61 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' 74 (defvar change-log-font-lock-keywords 78 "Additional expressions to highlight in Change Log mode.") 80 (defvar change-log-mode-map nil 81 "Keymap for Change Log major mode.") 82 (if change-log-mode-ma [all...] |
| /src/games/ching/castching/ |
| castching.c | 54 * castching - Read a question, cast a change, and output the line 70 static char *change(void); 72 static char string[6+1]; /* where the actual change string is put */ 86 printf("%s\n", change()); 106 * Get a set of six lines making up a change. 109 change(void) function
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| chpass_s.c | 41 change(void *server_handle, function 147 /* This logs the change for iprop and writes to the HDB */ 171 * change the password of `princ' to `password' if it's not already that. 180 return change (server_handle, princ, keepold, 0, NULL, password, 1); 184 * change the password of `princ' to `password' 195 return change (server_handle, princ, keepold, 200 * change keys for `princ' to `keys' 260 /* This logs the change for iprop and writes to the HDB */
|
| /src/external/bsd/nvi/dist/vi/ |
| v_ulcase.c | 147 * Change part of a line's case. 153 int change, rval; local 160 change = rval = 0; 165 change = 1; 168 change = 1; 172 if (change && db_set(sp, lno, bp, len))
|
| v_increment.c | 62 u_long ulval, change; local 83 change = vp->count; 85 change = 1; 196 ltmp = vp->character == L('-') ? -change : change; 215 if (!NPFITS(ULONG_MAX, ulval, change)) { 219 ulval += change; 221 if (ulval < change) { 225 ulval -= change;
|
| /src/games/hack/ |
| hack.tty.c | 178 int change = 0; local 184 change++; 191 change++; 193 if (change) {
|
| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_changeauth.c | 29 BOOL change; member in struct:changeAuth 55 logCmdOption("-o, --owner", _("Change the owner password.")); 56 logCmdOption("-s, --srk", _("Change the SRK password.")); 59 logCmdOption("-z, --well-known", _("Change password to a new one when current owner password is a secret of all zeros (20 bytes of zeros). It must be specified which password (owner, SRK or both) to change")); 60 logCmdOption("-r, --set-well-known", _("Change password to a secret of all zeros (20 bytes of zeros). It must be specified which password (owner, SRK or both) to change")); 69 auths[owner].change = TRUE; 73 auths[srk].change = TRUE; 106 * Affect: Change owner or srk passwor [all...] |
| tpm_present.c | 26 * Never set change to false. 32 BOOL change; member in struct:physFlag 102 flags[present].change = TRUE; 108 flags[present].change = TRUE; 114 flags[lock].change = TRUE; 120 flags[cmdEnable].change = TRUE; 126 flags[cmdEnable].change = TRUE; 132 flags[hwdEnable].change = TRUE; 138 flags[hwdEnable].change = TRUE; 144 flags[lifeLock].change = TRUE [all...] |
| /src/external/bsd/unbound/dist/winrc/ |
| w_inst.c | 173 /** change suffix */ 175 change(FILE* out, char* path, size_t max, const char* from, const char* to) function 198 /* change 'unbound-service-install' to 'unbound' */ 200 change(out, path+1, sizeof(path)-1, rename, "unbound.exe"); 202 change(out, path_config+1, sizeof(path_config)-1,
|
| /src/sbin/restore/ |
| restore.c | 418 badentry(ip, "cannot KEEP and change modes"); 567 long change; local 571 change = 0; 581 change++; 583 } while (change); 646 * be removed since its type may change from one leaf type 716 * or an out of order volume change is encountered 726 * If volume change out of order occurred the
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
| RewriteRule.h | 88 // `ASTEdit` should be built using the `change` convenience functions. For 100 // use the single-argument override of \c change: 177 inline ASTEdit change(RangeSelector Target, TextGenerator Replacement) { function in namespace:clang::transformer 191 inline ASTEdit change(TextGenerator Replacement) { function in namespace:clang::transformer 377 /// Here, we find the function `f`, change its name to `newName` and change all 396 /// `Results`, this will produce edits to change all appearances of `x` in that
|
| /src/lib/libc/db/hash/ |
| hash_bigkey.c | 595 uint32_t change; local 604 change = (__call_hash(hashp, key.data, (int)key.size) != obucket); 615 if (change) 675 if (change)
|
| /src/usr.sbin/screenblank/ |
| screenblank.c | 98 int ch, change, fflag = 0, kflag = 0, mflag = 0, state; local 243 change = 0; 254 change = 1; 258 change = 1; 264 if (!change) { 270 if (change) { 380 /* Don't change the state of non-framebuffers! */
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| service-tracker.c | 105 char change[20]; // " +stable +user +ncp" member in struct:state_debug_accumulator 115 accumulator->p_change = accumulator->change; 116 accumulator->left = sizeof(accumulator->change); 125 accumulator->p_change == accumulator->change ? "" : " ", cur ? "+" : "-", name); 298 service_tracker_thread_service_note(tracker, service, accumulator.change);
|
| /src/external/bsd/ipf/dist/tools/ |
| ipf.c | 274 int flag, xfd, logopt, change = 0; local 288 change = 1; 294 change = 1; 300 change = 1; 305 change = 1; 308 if (change == 1) {
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slapcommon.c | 1024 int change; local 1031 change = 0; 1063 change = 1; 1073 if ( change ) { 1083 change = 1; 1086 if ( change ) {
|
| /src/external/mit/libuv/dist/src/unix/ |
| kqueue.c | 145 struct kevent change; local 147 EV_SET(&change, ev->ident, ev->filter, EV_DELETE, 0, 0, 0); 149 if (0 == kevent(kqfd, &change, 1, NULL, 0, NULL))
|
| /src/external/bsd/top/dist/ |
| utils.c | 415 * percentages(cnt, out, new, old, diffs) - calculate percentage change 428 register long change; local 437 /* calculate changes for each state and the overall change */ 440 if ((change = *new - *old) < 0) 443 change = (int) 446 total_change += (*dp++ = change); 456 /* calculate percentages based on overall change, rounding up */
|
| /src/games/tetris/ |
| scores.c | 444 * The first two appear in 5.99 between the time_t change and 658 int change; local 671 change = 0; 682 change = 1; 687 change = 1; /* gotta rewrite, sigh */ 697 change = 1; 700 if (change) {
|
| /src/sbin/dump/ |
| traverse.c | 282 int ret, change = 0; local 339 change = 1; 344 change = 1; /* subdirs have inherited nodump */ 349 change = 1; 353 return (change);
|