Searched refs:cap (Results 51 - 75 of 136) sorted by relevance

123456

/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_frag.c392 isakmp_frag_addcap(buf, cap)
394 int cap;
403 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
413 val |= htonl(cap);
/macosx-10.10.1/libedit-40/src/
H A Dterminal.c328 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) argument
336 if (cap == NULL || *cap == '\0') {
340 clen = strlen(cap);
349 (void) strcpy(*str, cap); /* XXX strcpy is safe */
358 el->el_terminal.t_loc], cap);
384 cap);
1226 terminal_tputs(EditLine *el, const char *cap, int affcnt) argument
1232 (void)tputs(cap, affcnt, terminal_putc);
1464 char *cap, *sca local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddracula.vim37 syn match draculastatement "^ *\(softchk\|stamp\|element\|parasitic cap\|attribute cap\)"
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dprototypes.h61 char *tgoto(const char *cap, int col, int row);
H A Dprompt.c960 tsetcap(int cap, int flags) argument
962 if (tccan(cap) && !isset(SINGLELINEZLE) &&
966 tputs(tcstr[cap], 1, putraw);
970 tputs(tcstr[cap], 1, putshout);
977 tputs(tcstr[cap], 1, putstr);
981 if (cap == TCSTANDOUTBEG || cap == TCSTANDOUTEND)
983 else if (cap == TCUNDERLINEBEG || cap == TCUNDERLINEEND)
997 if (txtisset(TXTBOLDFACE) && cap !
[all...]
/macosx-10.10.1/efax-38/efax/
H A Defax.c34 " -c cap set modem and receive capabilites to cap\n"
134 typedef int cap [ NCAP ] ; /* remote/local capabilities */ typedef
372 int checkcap ( cap c )
385 /* Print cap[ability] c using text values and prefix s. */
387 void printcap ( char *s , cap c )
398 /* Convert capability string to cap struct. Returns 0 or 2 on errors. */
400 int str2cap ( char *s, cap c )
415 /* Convert a cap[ability] 'c' to a DIS/DCS/DTC FIF 'fif' of 'len'
419 void mkdis ( cap
[all...]
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_vfsops.c1468 vol_capabilities_attr_t *cap = &fsap->f_capabilities; local
1470 cap->capabilities[VOL_CAPABILITIES_FORMAT] =
1484 cap->capabilities[VOL_CAPABILITIES_FORMAT] |= VOL_CAP_FMT_2TB_FILESIZE;
1489 cap->capabilities[VOL_CAPABILITIES_FORMAT] |= VOL_CAP_FMT_NO_ROOT_TIMES;
1492 cap->capabilities[VOL_CAPABILITIES_FORMAT] |= VOL_CAP_FMT_CASE_PRESERVING;
1497 cap->capabilities[VOL_CAPABILITIES_FORMAT] |= VOL_CAP_FMT_CASE_SENSITIVE;
1503 cap->capabilities[VOL_CAPABILITIES_FORMAT] |= VOL_CAP_FMT_PATH_FROM_ID |
1521 cap->capabilities[VOL_CAPABILITIES_FORMAT] |= VOL_CAP_FMT_SPARSE_FILES;
1523 cap->capabilities[VOL_CAPABILITIES_INTERFACES] =
1540 cap
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py138 cap = curses.tigetstr(cap_name) or ''
139 return re.sub(r'\$<\d+>[/*]?', '', cap)
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGet.c305 int *capPtr) /* Where to store cap style corresponding to
327 Tcl_AppendResult(interp, "bad cap style \"", string,
351 int cap) /* Cap style for which identifying string is
354 switch (cap) {
359 return "unknown cap style";
343 Tk_NameOfCapStyle( int cap) argument
/macosx-10.10.1/vim-55/src/proto/
H A Dsearch.pro18 int searchc __ARGS((cmdarg_T *cap, int t_cmd));
/macosx-10.10.1/zsh-61/zsh/Functions/Misc/
H A Drun-help80 (cap|getcap|setcap) ;&
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dtypes.c387 * cap: xmlNsPtr namespace node capsule object
396 libxml_xmlXPathDestructNsNode(void *cap, void *desc ATTRIBUTE_UNUSED) argument
399 libxml_xmlXPathDestructNsNode(PyObject *cap)
403 fprintf(stderr, "libxml_xmlXPathDestructNsNode called %p\n", cap);
406 xmlXPathNodeSetFreeNs((xmlNsPtr) cap);
408 xmlXPathNodeSetFreeNs((xmlNsPtr) PyCapsule_GetPointer(cap, "xmlNsPtr"));
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dinfocmp.c548 skip_csi(const char *cap) argument
551 if (cap[0] == '\033' && cap[1] == '[')
553 else if (UChar(cap[0]) == 0233)
604 analyze_string(const char *name, const char *cap, TERMTYPE *tp) argument
611 if (cap == ABSENT_STRING || cap == CANCELLED_STRING)
615 for (sp = cap; *sp; sp++) {
632 != cap) {
649 if (cap < c
[all...]
H A Dtic.c1297 check_sgr(TERMTYPE *tp, char *zero, int num, char *cap, const char *name) argument
1313 if (PRESENT(cap)) {
1314 if (!similar_sgr(num, test, cap)) {
1317 name, _nc_visbuf2(1, cap),
1323 } else if (PRESENT(cap)) {
/macosx-10.10.1/PowerManagement-494.1.2/darktool/
H A Ddarktool.c199 "Specifies a SleepService Cap Timeout (you should only use this if you're also using --sleepservicewake). Also, it doesn't work. See rdar://15081881. All cap timeouts are currently pinned to 180s.",
613 printf("%-20sSleepServicesWake in %lds with default cap\n", "Request:", args.sleepIntervalSec);
1038 static CFDictionaryRef HandleBackgroundTaskCapabilitiesChanged(IOPMSystemPowerStateCapabilities cap) argument
1049 if (IOPMIsASleep(cap))
1060 static CFDictionaryRef HandleSleepServiceCapabilitiesChanged(IOPMSystemPowerStateCapabilities cap) argument
1071 if (IOPMAllowsPushServiceTask(cap))
1073 PMTestLog("DarkWake with Push: Ack'ing with sleepService cap time %ld sec.\n", args.sleepServiceCapTimeoutSec);
1080 else if (IOPMIsASleep(cap))
1092 static CFDictionaryRef HandleMaintenanceCapabilitiesChanged(IOPMSystemPowerStateCapabilities cap) argument
1102 if (IOPMIsASleep(cap))
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.screen.c364 TCset(struct termcapstr *t, const char *cap) argument
366 if (cap == NULL || *cap == '\0') {
372 size = strlen(cap) + 1;
374 memcpy(t->str, cap, size);
522 char *cap, *scap, *cv; local
625 for (cap = scap, arg_need = 0; *cap; cap++)
626 if (*cap
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/t/
H A Dstring.t171 cap: [[% str.capital %]]
176 cap: [Hello world]
/macosx-10.10.1/OpenSSL098-52/src/demos/tunala/
H A Dtunala.h128 * to a maximum by specifying "cap" - setting it to -1 means no limit. */
129 unsigned int buffer_tobuffer(buffer_t *to, buffer_t *from, int cap);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dread_termcap.c166 * Cgetcap searches the capability record buf for the capability cap with type
167 * `type'. A pointer to the value of cap is returned on success, 0 if the
170 * Specifying a type of ':' means that nothing should follow cap (:cap:). In
171 * this case a pointer to the terminating ':' or NUL will be returned if cap is
174 * If (cap, '@') or (cap, terminator, '@') is found before (cap, terminator)
178 _nc_cgetcap(char *buf, const char *cap, int type) argument
188 * the remainder of a field whose name failed to match cap
261 _nc_getent( char **cap, unsigned *len, int *beginning, int in_array, char **db_array, int fd, const char *name, int depth, char *nfield) argument
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_refresh.c529 tcoutclear(int cap) argument
532 tcout(cap);
2184 tcmultout(int cap, int multcap, int ct) argument
2186 if (tccan(multcap) && (!tccan(cap) || tclen[multcap] <= tclen[cap] * ct)) {
2189 } else if (tccan(cap)) {
2191 tcout(cap);
2299 * cap is the internal index for the capability; it will be looked up
2312 tcout_via_func(int cap, int arg, int (*outc)(int)) argument
2329 addlinknode(l, tccap_get_name(cap));
2360 tcout(int cap) argument
2372 tcoutarg(int cap, int arg) argument
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-cache.mm349 size_t cache_t::bytesForCapacity(uint32_t cap)
352 return sizeof(cache_t) * (cap + 1);
355 bucket_t *cache_t::endMarker(struct bucket_t *b, uint32_t cap)
358 return (bucket_t *)((uintptr_t)b + bytesForCapacity(cap)) - 1;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c168 char* cap[MAXNEST]; /* ckmagic mime stack */ \
496 mp->mime = mp->cap[0] = 0;
509 mp->mime = mp->cap[0];
514 mp->cap[level] = mp->mime;
533 mp->mime = mp->cap[0] = 0;
558 mp->mime = mp->cap[level];
982 mp->mime = mp->cap[level];
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcloctst.c257 int32_t cap; local
267 cap=uloc_getLanguage(testLocale, NULL, 0, &status);
270 temp=(char*)malloc(sizeof(char) * (cap+1));
271 uloc_getLanguage(testLocale, temp, cap+1, &status);
281 cap=uloc_getCountry(testLocale, temp, cap, &status);
284 temp=(char*)realloc(temp, sizeof(char) * (cap+1));
285 uloc_getCountry(testLocale, temp, cap+1, &status);
295 cap=uloc_getVariant(testLocale, temp, cap,
750 int32_t cap=len*6+1; /* worst case + space for trailing null */ local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Ditems.tcl74 -cap butt -join miter -tags item
85 -cap round -join round -tags item
93 16.5c 4.5c 13.5c 7.5c 12c 6c -smooth on -width 3m -cap round \
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Ditems.tcl74 -cap butt -join miter -tags item
84 -cap round -join round -tags item
92 16.5c 4.5c 13.5c 7.5c 12c 6c -smooth on -width 3m -cap round \

Completed in 213 milliseconds

123456