Searched defs:template (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | openfile.c | 50 #define TEMPLATE_FILE_NAME "template.txt" 54 FILE *template; local 61 template = fopen(TEMPLATE_FILE_NAME, "w"); 62 fputs("line 1\nline 2\n", template); 63 fclose(template);
|
/vbox/src/VBox/Additions/solaris/SharedFolders/ |
H A D | vboxfs_vnode.c | 449 sfnode_t template; local 462 template.sf_sffs = node->sf_sffs; 463 template.sf_path = path; 464 template.sf_is_stale = 0; 465 n = avl_find(&sfnodes, &template, &where); 557 sfnode_t template; local 586 template.sf_sffs = dir->sf_sffs; 587 template.sf_path = fullpath; 588 template.sf_is_stale = 0; 589 node = avl_find(&sfnodes, &template, [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xwin.c | 1621 XVisualInfo template; local 1641 template.class = TrueColor; 1642 template.screen = screen_num; 1644 XGetVisualInfo(g_display, VisualClassMask | VisualScreenMask, &template, 1748 template.class = PseudoColor; 1749 template.depth = 8; 1750 template.colormap_size = 256; 1754 &template, &visuals_count);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | dtrace.c | 6638 dtrace_hash_lookup(dtrace_hash_t *hash, dtrace_probe_t *template) argument 6640 int hashval = DTRACE_HASHSTR(hash, template); 6645 if (DTRACE_HASHEQ(hash, bucket->dthb_chain, template)) 6653 dtrace_hash_collisions(dtrace_hash_t *hash, dtrace_probe_t *template) argument 6655 int hashval = DTRACE_HASHSTR(hash, template); 6660 if (DTRACE_HASHEQ(hash, bucket->dthb_chain, template)) 7062 dtrace_probe_t template, *probe; local 7083 template.dtpr_mod = (char *)pkp->dtpk_mod; 7084 template.dtpr_func = (char *)pkp->dtpk_func; 7085 template 14638 dtrace_probe_t template, *probe, *first, *next; local [all...] |
Completed in 322 milliseconds