Searched refs:obp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/keymgr-28/
H A Dkeymgr.c689 struct old_object *obp; local
691 obp = (struct old_object *) calloc (1, sizeof (struct old_object) + 8);
692 if (obp == NULL)
695 obp->section_size = sz;
696 obp->fde_begin = (struct dwarf_fde *) (fde + vm_slide);
699 (void **) &obp->next) == 0)
700 _keymgr_set_and_unlock_processwide_ptr (KEYMGR_ZOE_IMAGE_LIST, obp);
734 struct old_object *objlist, **obp; local
740 for (obp = &objlist; *obp; ob
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dbraille_tsi.c149 int obp, i; local
156 obp=6;
160 bd.bd_obuf[2*i+obp] = 0;
161 bd.bd_obuf[2*i+1+obp] = bd.bd_btable[(int)(unsigned char)bstr[i]];
165 bd.bd_obuf[2*i+obp] = 0;
166 bd.bd_obuf[2*i+1+obp] = bd.bd_btable[(int)' '];
169 bd.bd_obuflen = 2*bd.bd_ncells + obp ;
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c882 fmt_parse(char *out_buffer, char **obp, const char *ofp, va_list *ap) argument
933 *obp += slprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, width, prec, gss_error_string);
935 *obp += slprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, width, gss_error_string);
937 *obp += slprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, prec, gss_error_string);
939 *obp += slprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, gss_error_string);
945 *obp += vslprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, ap2);
960 char *obp = output_buffer; local
974 *obp = '\0';
977 if (obp - output_buffer < MAX_LOG_MESSAGE - 1) {
978 *obp
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dnametbl.c892 NAMETABLE_binding_n_t * obp; local
903 obp = bp;
904 bp = obp->nextBindingThisLevel;
905 FREE (obp);
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dman2html.c520 static int obp = 0; variable
796 outbuffer[obp++] = *c;
797 if (*c == '\n' || obp > HUGE_STR_MAX) {
798 outbuffer[obp] = '\0';
800 obp = 0;
/macosx-10.9.5/man-16/man/man2html/
H A Dman2html.c101 static int obp=0; variable
330 outbuffer[obp++] = *c;
331 if (*c == '\n' || obp > 1000) {
332 outbuffer[obp] = 0;
334 obp = 0;

Completed in 204 milliseconds