| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/ |
| H A D | login_defs_pam.sed | 1 /^FAILLOG_ENAB/b comment 2 /^LASTLOG_ENAB/b comment 3 /^MAIL_CHECK_ENAB/b comment 4 /^OBSCURE_CHECKS_ENAB/b comment 5 /^PORTTIME_CHECKS_ENAB/b comment 6 /^QUOTAS_ENAB/b comment 7 /^MOTD_FILE/b comment 8 /^FTMP_FILE/b comment 9 /^NOLOGINS_FILE/b comment 10 /^ENV_HZ/b comment [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.y | 68 DMXConfigCommentPtr comment; member 78 %token <comment> T_COMMENT T_LINE_COMMENT 190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; } 194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; } 198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; } 202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; } 206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; } 210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; } 214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; } 218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; } [all …]
|
| H A D | dmxparse.c | 113 dmxConfigCreateToken(int token, int line, const char *comment) in dmxConfigCreateToken() argument 119 pToken->comment = comment; in dmxConfigCreateToken() 128 dmxConfigFree((void *) p->comment); in dmxConfigFreeToken() 134 const char *comment, const char *string) in dmxConfigCreateString() argument 140 pString->comment = comment; in dmxConfigCreateString() 154 dmxConfigFree((void *) p->comment); in dmxConfigFreeString() 161 dmxConfigCreateNumber(int token, int line, const char *comment, int number) in dmxConfigCreateNumber() argument 167 pNumber->comment = comment; in dmxConfigCreateNumber() 177 dmxConfigFree((void *) p->comment); in dmxConfigFreeNumber() 183 const char *comment, int x, int y, int xsign, int ysign) in dmxConfigCreatePair() argument [all …]
|
| H A D | dmxparse.h | 47 const char *comment; member 54 const char *comment; member 63 const char *comment; member 71 const char *comment; member 82 const char *comment; member 170 DMXConfigCommentPtr comment; member 196 DMXConfigCommentPtr comment; member 212 const char *comment); 215 const char *comment, 219 const char *comment, [all …]
|
| H A D | dmxprint.c | 63 int comment; member 91 dmxConfigPushState(int base, int comment, int step) in dmxConfigPushState() argument 96 new->comment = comment; in dmxConfigPushState() 108 indent = stack->comment; in dmxConfigPushComment() 134 dmxConfigOutput(int addSpace, int doNewline, const char *comment, in dmxConfigOutput() argument 153 if (comment) { in dmxConfigOutput() 156 pos += fprintf(str, "#%s", comment); in dmxConfigOutput() 167 dmxConfigOutput(1, 1, p->comment, NULL); in dmxConfigPrintComment() 178 dmxConfigOutput(0, 0, p->comment, "virtual"); in dmxConfigPrintTokenFlag() 182 dmxConfigOutput(0, 0, p->comment, "display"); in dmxConfigPrintTokenFlag() [all …]
|
| H A D | parser.c | 182 DMXConfigCommentPtr comment; member 1278 { (yyval.entry) = dmxConfigEntryComment((yyvsp[0].comment)); } in yyparse() 1314 { (yyval.subentry) = dmxConfigSubComment((yyvsp[0].comment)); } in yyparse() 1472 … { (yyval.token) = (yyvsp[-1].token); (yyval.token)->comment = (yyvsp[0].comment)->comment; } in yyparse() 1478 … { (yyval.string) = (yyvsp[-1].string); (yyval.string)->comment = (yyvsp[0].comment)->comment; } in yyparse() 1484 … { (yyval.pair) = (yyvsp[-1].pair); (yyval.pair)->comment = (yyvsp[0].comment)->comment; } in yyparse() 1490 … { (yyval.pair) = (yyvsp[-1].pair); (yyval.pair)->comment = (yyvsp[0].comment)->comment; } in yyparse() 1496 … { (yyval.pair) = (yyvsp[-1].pair); (yyval.pair)->comment = (yyvsp[0].comment)->comment; } in yyparse() 1502 … { (yyval.token) = (yyvsp[-1].token); (yyval.token)->comment = (yyvsp[0].comment)->comment; } in yyparse() 1508 … { (yyval.token) = (yyvsp[-1].token); (yyval.token)->comment = (yyvsp[0].comment)->comment; } in yyparse() [all …]
|
| H A D | test-h.in | 1 # comment a 2 # comment b 3 ## comment c 5 # Next comment is empty
|
| H A D | test-h.out | 1 # comment a 2 # comment b 3 ## comment c 5 # Next comment is empty
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mp3-util.h | 25 const char* comment; in write_comments() local 33 if ((comment = sox_find_comment(ft->oob.comments, "Title"))) in write_comments() 34 p->id3tag_set_title(p->gfp, comment); in write_comments() 35 if ((comment = sox_find_comment(ft->oob.comments, "Artist"))) in write_comments() 36 p->id3tag_set_artist(p->gfp, comment); in write_comments() 37 if ((comment = sox_find_comment(ft->oob.comments, "Album"))) in write_comments() 38 p->id3tag_set_album(p->gfp, comment); in write_comments() 39 if ((comment = sox_find_comment(ft->oob.comments, "Tracknumber"))) in write_comments() 40 p->id3tag_set_track(p->gfp, comment); in write_comments() 41 if ((comment = sox_find_comment(ft->oob.comments, "Year"))) in write_comments() [all …]
|
| H A D | test-comments | 30 cp $tmp.au $tmp.comment.au 39 ./sox $input --comment-file $tmp.i $tmp.comments.au 42 ./sox $input --comment= $tmp.au # Don't apply default comment 45 ./sox $input --add-comment "$com1" $tmp.au 48 ./sox $tmp.comment.au --add-comment "$com1" $tmp.au 51 ./sox $input --add-comment "$com1" --add-comment "$com2" $tmp.au 54 ./sox $tmp.comment.au --add-comment "$com1" --add-comment "$com2" $tmp.au 57 ./sox $tmp.comments.au --comment= $tmp.au 60 ./sox $tmp.comments.au --comment "$com1" $tmp.au 63 ./sox $tmp.comments.au --add-comment "$com1" $tmp.au [all …]
|
| /OK3568_Linux_fs/buildroot/package/php/ |
| H A D | Config.ext | 13 comment "OPcache needs a toolchain w/ dynamic library" 22 comment "Readline needs a toolchain w/ dynamic library" 39 comment "Compression extensions" 52 comment "zip needs a toolchain w/ dynamic library" 70 comment "Cryptography extensions" 72 comment "libargon2 needs a toolchain w/ dynamic library" 100 comment "Database extensions" 148 comment "PostgreSQL extension needs a toolchain w/ dynamic library, wchar" 179 comment "PostgreSQL drivers need a toolchain w/ wchar, dynamic library" 196 comment "unixodbc driver needs a toolchain w/ dynamic library" [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0001-build-Fix-GRUB-i386-pc-build-with-Ubuntu-gcc.patch | 49 - $(TARGET_OBJCOPY) $(""" + cname(defn) + """_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment … 50 + $(TARGET_OBJCOPY) $(""" + cname(defn) + """_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment … 62 …TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.buil… 63 …TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.buil… 71 …TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.buil… 72 …TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.buil… 80 …TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.buil… 81 …TARGET_OBJCOPY) $(boot_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.buil… 89 …OBJCOPY) $(boot_hybrid_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.buil… 90 …OBJCOPY) $(boot_hybrid_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.buil… [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ |
| H A D | qfile_zh.ts | 20 <comment>Match Windows Explorer</comment> 26 <comment>All other platforms</comment> 32 <comment>Mac OS X Finder</comment> 38 <comment>All other platforms</comment>
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/fonts/ |
| H A D | qfile_zh.ts | 20 <comment>Match Windows Explorer</comment> 26 <comment>All other platforms</comment> 32 <comment>Mac OS X Finder</comment> 38 <comment>All other platforms</comment>
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/fonts/ |
| H A D | qfile_zh.ts | 20 <comment>Match Windows Explorer</comment> 26 <comment>All other platforms</comment> 32 <comment>Mac OS X Finder</comment> 38 <comment>All other platforms</comment>
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/fonts/ |
| H A D | qfile_zh.ts | 20 <comment>Match Windows Explorer</comment> 26 <comment>All other platforms</comment> 32 <comment>Mac OS X Finder</comment> 38 <comment>All other platforms</comment>
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | InputClass.c | 137 TestFree(ptr->comment); in xf86freeInputClassList() 193 ptr->comment = xf86addComment(ptr->comment, xf86_lex_val.str); in xf86parseInputClassSection() 196 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection() 204 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection() 220 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection() 231 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection() 242 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection() 253 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection() 264 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection() 275 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection() [all …]
|
| H A D | OutputClass.c | 55 TestFree(ptr->comment); in xf86freeOutputClassList() 104 ptr->comment = xf86addComment(ptr->comment, xf86_lex_val.str); in xf86parseOutputClassSection() 107 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseOutputClassSection() 115 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseOutputClassSection() 121 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseOutputClassSection() 137 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseOutputClassSection() 169 if (ptr->comment) in xf86printOutputClassSection() 170 fprintf(cf, "%s", ptr->comment); in xf86printOutputClassSection()
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-imx/ |
| H A D | Config.in | 1 comment "gst1-imx needs a toolchain w/ dynamic library" 25 comment "imxeglvivsink needs the Vivante 3D libraries" 34 comment "imxg2d needs the G2D libraries" 43 comment "imxipu needs an imx-specific Linux kernel to be built" 52 comment "mp3encoder needs the i.MX codec binaries" 61 comment "imxpxp needs an imx-specific Linux kernel to be built" 70 comment "uniaudiodec needs the i.MX codec binaries" 79 comment "imxvpu needs the VPU imxvpuapi library" 89 comment "imxv4l2videosrc needs a toolchain w/ C++" 100 comment "imxv4l2videosink needs a toolchain w/ headers >= 4.2, C++"
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | Config.in | 20 comment "dependency-less plugins" 134 comment "plugins with external dependencies" 145 comment "The opengl library needs an API, a platform and a window system" 148 comment "APIs" 160 comment "opengl needs an OpenGL backend" 169 comment "gles2 needs an OpenGL ES backend" 172 comment "Platforms" 190 comment "glx not supported with rpi-userland" 193 comment "glx needs the opengl API and modular X.org" 205 comment "egl needs an API and an EGL backend" [all …]
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | xfree86.c | 79 const char *comment; in xfree86_add_comment() local 82 comment = "# foo"; in xfree86_add_comment() 83 current = xf86addComment(current, comment); in xfree86_add_comment() 84 strcpy(compare, comment); in xfree86_add_comment() 91 comment = "foobar\n"; in xfree86_add_comment() 92 current = xf86addComment(current, comment); in xfree86_add_comment() 94 strcat(compare, comment); in xfree86_add_comment()
|
| /OK3568_Linux_fs/buildroot/package/sdl2/ |
| H A D | Config.in | 18 comment "DirectFB video driver needs directfb" 28 comment "X11 video driver needs X.org" 37 comment "KMS/DRM video driver needs libdrm" 40 comment "KMS/DRM video driver needs GBM" 50 comment "OpenGL support needs X11 and an OpenGL provider" 58 comment "OpenGL ES support needs an OpenGL ES provider" 65 comment "Wayland video driver needs wayland" 70 comment "sdl2 needs a toolchain w/ dynamic library"
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | mkusers | 303 local comment="${9}" 347 "${comment}" "${_home}" "${_shell}" \ 370 local username uid group gid passwd home shell groups comment 394 read username uid group gid passwd home shell groups comment <<<"${line}" 401 read username uid group gid passwd home shell groups comment <<<"${line}" 410 read username uid group gid passwd home shell groups comment <<<"${line}" 425 read username uid group gid passwd home shell groups comment <<<"${line}" 429 "${home}" "${shell}" "${groups}" "${comment}" 434 read username uid group gid passwd home shell groups comment <<<"${line}" 438 "${home}" "${shell}" "${groups}" "${comment}"
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | Config.in | 13 comment "dependency-less plugins" 332 comment "plugins with external dependencies" 347 comment "assrender plugin needs a toolchain w/ C++, gcc >= 4.9" 365 comment "bluez plugin needs a toolchain w/ wchar, threads, headers >= 3.4, dynamic library" 396 comment "decklink needs a toolchain w/ C++, dynamic library" 412 comment "dvb needs a toolchain w/ headers >= 3.7" 434 comment "fdk-aac needs a toolchain w/ C++" 448 comment "fluidsynth needs a toolchain w/ threads, wchar, dynamic library" 458 comment "gl needs the gst1-plugins-base opengl library" 494 comment "ttml needs a toolchain w/ wchar, threads, C++, gcc >= 4.9" [all …]
|
| /OK3568_Linux_fs/buildroot/package/fluidsynth/ |
| H A D | Config.in | 23 comment "Output support" 35 comment "alsa support needs a toolchain w/ threads" 51 comment "jack support needs a toolchain w/ dynamic library, threads, C++" 71 comment "portaudio support needs a toolchain w/ threads" 87 comment "pulseaudio support needs a toolchain w/ dynamic library, wchar, threads" 100 comment "SDL2 audio support needs a toolchain w/ dynamic library" 103 comment "Misc options" 113 comment "dbus support needs a toolchain w/ threads" 132 comment "fluidsynth needs a toolchain w/ threads, wchar, dynamic library, C++"
|